Commit Graph

28 Commits

Author SHA1 Message Date
Alexandre Quesnel 52707ac686 Fixing formatting with astyle 2021-05-08 16:58:11 +00:00
Ilya Shipitsin 7c959156a9 xrdpvr/xrdpvr.c: remove redundant condition
[xrdpvr/xrdpvr.c:918] -> [xrdpvr/xrdpvr.c:926]: (warning) Identical condition 'rv==0', second condition is always false
2019-12-27 19:02:28 +05:00
speidy fad2c57cd6 xrdpvr: adjust xrdpvr_write_to_client to xrdpapi API change 2017-09-13 11:18:41 +09:00
Pavel Roskin b2d3dcf169 Include config_ac.h from all source files 2017-03-04 00:52:34 -08:00
Pavel Roskin c21b9a78f4 Distribute all files except git and github specific data
It is better to distribute a few useless file than not to distribute
needed files.
2016-12-18 00:00:11 -08:00
Pavel Roskin a370306f75 Get rid of EXTRA_LIBS, use variables with more specific names 2016-10-20 10:43:02 -07:00
Pavel Roskin 5c69f3cd57 Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGS 2016-10-20 10:43:02 -07:00
Pavel Roskin 0422734fc7 Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGS
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.
2016-10-20 10:43:02 -07:00
Pavel Roskin 59a5fb0ddb Move headers from EXTRA_DIST to sources, sort alphabetically
There should be no functional difference.
2016-02-21 23:06:48 -08:00
Pavel Roskin 92a6833e9b Fix typos 2016-02-13 20:41:07 -08:00
Pavel Roskin dcab7552db Stop redefining libdir, use moduledir for ${libdir}/xrdp
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.
2016-02-12 23:52:46 -08:00
Pavel Roskin a452d8d36a Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS
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.
2016-01-29 22:45:00 -08:00
Jay Sorg 75978a702b vrplayer: many fixes 2013-12-18 23:33:28 -08:00
Jay Sorg ad0532b1bf vrplayer: work on client timing 2013-11-11 01:52:14 -08:00
Jay Sorg f5e9bc3308 vrplayer: work on removing server side timing 2013-11-08 11:39:31 -08:00
Jay Sorg 8785f235c2 xrdpvr: work on removing meta data file 2013-11-04 17:40:43 -08:00
Jay Sorg c41bced4df xrdpvr: rename the set volume function 2013-07-19 17:34:39 -07:00
Jay Sorg 50db19c88c xrdpvr: added volume message 2013-07-19 11:11:31 -07:00
Jay Sorg 4322a136f1 xrdpvr: fix a crash in xrdpvr_deinit_player 2013-07-18 21:23:40 -07:00
Jay Sorg c6fa03102f copyright year update 2013-06-08 10:51:53 -07:00
Jay Sorg 88be8505a9 vrplayer: fix for building with older ffmpeg 2013-01-14 10:22:10 -08:00
Jay Sorg b6fb300954 xrdpvr: compile fix for older ffmpeg 2013-01-02 23:07:23 -08:00
Laxmikant Rashinkar cae2adb75e o developer checkin
o modified vrplayer to use threads
2012-12-26 18:48:17 -08:00
Laxmikant Rashinkar 4c67aad4c4 o development checkin
o added vrplayer
2012-12-08 16:36:41 -08:00
Laxmikant Rashinkar a6a68e00f1 Merge branch 'master' of github.com:FreeRDP/xrdp 2012-11-13 14:55:24 -08:00
Laxmikant Rashinkar 78a05415b2 added cplusplus guards to header file xrdpvr.h 2012-11-13 14:53:41 -08:00
Jay Sorg 55f0bfd0b9 xrdpvr: build fix, don't need AVDictionary 2012-11-10 17:24:08 -08:00
Laxmikant Rashinkar f31ef14b89 forgot to add xrdpvr directory and files 2012-11-10 16:56:15 -08:00