Enabled media decoder/encoder extensions for FreeCS

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5384 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Eukara 2019-01-15 23:48:49 +00:00
parent 001bad5541
commit b1f2b88d02

View file

@ -40,7 +40,7 @@
#define AVAIL_OPENAL #define AVAIL_OPENAL
#define AVAIL_ZLIB #define AVAIL_ZLIB
#define AVAIL_OGGVORBIS #define AVAIL_OGGVORBIS
#define NOMEDIA //#define NOMEDIA
#define CL_MASTER #define CL_MASTER
#define CSQC_DAT #define CSQC_DAT
#define MENU_DAT #define MENU_DAT
@ -102,10 +102,11 @@
#undef AVAIL_MP3_ACM //.mp3 support (in windows). #undef AVAIL_MP3_ACM //.mp3 support (in windows).
#undef IMAGEFMT_KTX #undef IMAGEFMT_KTX
#undef IMAGEFMT_PKM #undef IMAGEFMT_PKM
#define IMAGEFMT_PCX
#undef IMAGEFMT_DDS //.dds files embed mipmaps and texture compression. faster to load. #undef IMAGEFMT_DDS //.dds files embed mipmaps and texture compression. faster to load.
#undef IMAGEFMT_BLP //legacy crap #undef IMAGEFMT_BLP //legacy crap
#define IMAGEFMT_BMP //legacy crap #define IMAGEFMT_BMP //legacy crap
#undef IMAGEFMT_PCX //legacy crap //#undef IMAGEFMT_PCX //legacy crap
#undef DECOMPRESS_ETC2 #undef DECOMPRESS_ETC2
#undef DECOMPRESS_RGTC #undef DECOMPRESS_RGTC
#undef DECOMPRESS_S3TC #undef DECOMPRESS_S3TC
@ -151,8 +152,8 @@
#undef HAVE_GNUTLS //linux tls/dtls support #undef HAVE_GNUTLS //linux tls/dtls support
#undef HAVE_WINSSPI //windows tls/dtls support #undef HAVE_WINSSPI //windows tls/dtls support
#undef HAVE_JUKEBOX //includes built-in jukebox crap #undef HAVE_JUKEBOX //includes built-in jukebox crap
#undef HAVE_MEDIA_DECODER //can play cin/roq, more with plugins #define HAVE_MEDIA_DECODER //can play cin/roq, more with plugins
#undef HAVE_MEDIA_ENCODER //capture/capturedemo work. #define HAVE_MEDIA_ENCODER //capture/capturedemo work.
#undef HAVE_SPEECHTOTEXT //windows speech-to-text thing #undef HAVE_SPEECHTOTEXT //windows speech-to-text thing
#ifdef COMPILE_OPTS #ifdef COMPILE_OPTS