Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of EXTRA_LIBS, use variables with more specific names | Pavel Roskin | 2016-10-20 | 1 | -5/+0 |
| | |||||
* | Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGS | Pavel Roskin | 2016-10-20 | 1 | -4/+0 |
| | |||||
* | Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGS | Pavel Roskin | 2016-10-20 | 1 | -6/+0 |
| | | | | | | | | | | AM_CPPFLAGS is a documented Automake variable for C preprocessor flags that should not be overridden when compiling the package. There is no need to have two additional variables that are ultimately merged into AM_CPPFLAGS. Their names are also confusing. EXTDA_DIST is a documented Automake variable. Everything else that starts with "EXTRA" is not. | ||||
* | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -3/+2 |
| | | | | There should be no functional difference. | ||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | Stop redefining libdir, use moduledir for ${libdir}/xrdp | Pavel Roskin | 2016-02-12 | 1 | -1/+1 |
| | | | | | | | libdir is for shared and static libraries. Some xrdp libraries are loaded dynamically from a non-standard directory, so they are used like modules. Having separate libdir and moduledir would eventually allow to separate dynamically loaded modules from shared libraries. | ||||
* | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 1 | -4/+2 |
| | | | | | | | | | AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and includes. AM_CFLAGS is for flags affecting the compiler, such as debug and optimization settings. INCLUDES is an obsolete name. Users can pass INCLUDES and break compilation. AM_CPPFLAGS is more explicit that the flags come from Automake and should not be overridden. | ||||
* | vrplayer: many fixes | Jay Sorg | 2013-12-18 | 3 | -80/+75 |
| | |||||
* | vrplayer: work on client timing | Jay Sorg | 2013-11-11 | 2 | -12/+22 |
| | |||||
* | vrplayer: work on removing server side timing | Jay Sorg | 2013-11-08 | 3 | -13/+132 |
| | |||||
* | xrdpvr: work on removing meta data file | Jay Sorg | 2013-11-04 | 2 | -5/+115 |
| | |||||
* | xrdpvr: rename the set volume function | Jay Sorg | 2013-07-19 | 2 | -2/+2 |
| | |||||
* | xrdpvr: added volume message | Jay Sorg | 2013-07-19 | 3 | -0/+37 |
| | |||||
* | xrdpvr: fix a crash in xrdpvr_deinit_player | Jay Sorg | 2013-07-18 | 1 | -4/+20 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 3 | -3/+3 |
| | |||||
* | vrplayer: fix for building with older ffmpeg | Jay Sorg | 2013-01-14 | 1 | -8/+14 |
| | |||||
* | xrdpvr: compile fix for older ffmpeg | Jay Sorg | 2013-01-02 | 2 | -4/+25 |
| | |||||
* | o developer checkin | Laxmikant Rashinkar | 2012-12-26 | 3 | -6/+156 |
| | | | | o modified vrplayer to use threads | ||||
* | o development checkin | Laxmikant Rashinkar | 2012-12-08 | 3 | -55/+128 |
| | | | | o added vrplayer | ||||
* | Merge branch 'master' of github.com:FreeRDP/xrdp | Laxmikant Rashinkar | 2012-11-13 | 1 | -4/+2 |
|\ | |||||
| * | xrdpvr: build fix, don't need AVDictionary | Jay Sorg | 2012-11-10 | 1 | -4/+2 |
| | | |||||
* | | added cplusplus guards to header file xrdpvr.h | Laxmikant Rashinkar | 2012-11-13 | 1 | -0/+8 |
|/ | |||||
* | forgot to add xrdpvr directory and files | Laxmikant Rashinkar | 2012-11-10 | 4 | -0/+779 |