summaryrefslogtreecommitdiffstats
path: root/xrdpvr
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of EXTRA_LIBS, use variables with more specific namesPavel Roskin2016-10-201-5/+0
|
* Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGSPavel Roskin2016-10-201-4/+0
|
* Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGSPavel Roskin2016-10-201-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 alphabeticallyPavel Roskin2016-02-211-3/+2
| | | | There should be no functional difference.
* Fix typosPavel Roskin2016-02-131-1/+1
|
* Stop redefining libdir, use moduledir for ${libdir}/xrdpPavel Roskin2016-02-121-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_CPPFLAGSPavel Roskin2016-01-291-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 fixesJay Sorg2013-12-183-80/+75
|
* vrplayer: work on client timingJay Sorg2013-11-112-12/+22
|
* vrplayer: work on removing server side timingJay Sorg2013-11-083-13/+132
|
* xrdpvr: work on removing meta data fileJay Sorg2013-11-042-5/+115
|
* xrdpvr: rename the set volume functionJay Sorg2013-07-192-2/+2
|
* xrdpvr: added volume messageJay Sorg2013-07-193-0/+37
|
* xrdpvr: fix a crash in xrdpvr_deinit_playerJay Sorg2013-07-181-4/+20
|
* copyright year updateJay Sorg2013-06-083-3/+3
|
* vrplayer: fix for building with older ffmpegJay Sorg2013-01-141-8/+14
|
* xrdpvr: compile fix for older ffmpegJay Sorg2013-01-022-4/+25
|
* o developer checkinLaxmikant Rashinkar2012-12-263-6/+156
| | | | o modified vrplayer to use threads
* o development checkinLaxmikant Rashinkar2012-12-083-55/+128
| | | | o added vrplayer
* Merge branch 'master' of github.com:FreeRDP/xrdpLaxmikant Rashinkar2012-11-131-4/+2
|\
| * xrdpvr: build fix, don't need AVDictionaryJay Sorg2012-11-101-4/+2
| |
* | added cplusplus guards to header file xrdpvr.hLaxmikant Rashinkar2012-11-131-0/+8
|/
* forgot to add xrdpvr directory and filesLaxmikant Rashinkar2012-11-104-0/+779