FreeRDP/channels/drdynvc/tsmf
Bernhard Miklautz 668c8c8cef build: use WITH_XXX instead of XXX_FOUND
To check if something should be en- or disabled WITH_XXX
should be used and not XXX_FOUND.

If XXX_FOUND is used and something gets disabled afterwards (by setting
WITH_XXX to OFF) it will be compiled in as long as XXX_FOUND is found in
cmake's cache file. So disabling a feature, or option, without
clearing the CMakeCache.txt might result in builds with unwanted
configuration.
2012-01-23 14:40:05 +01:00
..
alsa types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
ffmpeg types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
pulse types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
CMakeLists.txt build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
tsmf_audio.c tsmf: add tsmf main module. 2011-09-20 01:58:27 +08:00
tsmf_audio.h tsmf: add tsmf main module. 2011-09-20 01:58:27 +08:00
tsmf_codec.c types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
tsmf_codec.h tsmf: add tsmf main module. 2011-09-20 01:58:27 +08:00
tsmf_constants.h tsmf: add tsmf main module. 2011-09-20 01:58:27 +08:00
tsmf_decoder.c tsmf: add tsmf main module. 2011-09-20 01:58:27 +08:00
tsmf_decoder.h types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
tsmf_ifman.c types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
tsmf_ifman.h tsmf: add tsmf main module. 2011-09-20 01:58:27 +08:00
tsmf_main.c drdynvc-tsmf: make tsmf plugin parser allow mulitple data chunks 2011-12-27 13:57:40 -06:00
tsmf_main.h tsmf: add tsmf main module. 2011-09-20 01:58:27 +08:00
tsmf_media.c types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
tsmf_media.h tsmf: add tsmf main module. 2011-09-20 01:58:27 +08:00
tsmf_types.h tsmf: add tsmf main module. 2011-09-20 01:58:27 +08:00