small cleanup
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@32 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
262eb2d8a1
commit
47c8c80a0a
1 changed files with 7 additions and 6 deletions
|
@ -35,8 +35,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#define AVAIL_PNGLIB
|
#define AVAIL_PNGLIB
|
||||||
#define AVAIL_JPEGLIB
|
#define AVAIL_JPEGLIB
|
||||||
#define AVAIL_ZLIB
|
#define AVAIL_ZLIB
|
||||||
|
|
||||||
|
// #define AVAIL_OGGVORBIS
|
||||||
#endif
|
#endif
|
||||||
#define AVAIL_MASM
|
#define AVAIL_MASM
|
||||||
|
|
||||||
//#define AVAIL_DX7
|
//#define AVAIL_DX7
|
||||||
|
|
||||||
|
|
||||||
|
@ -49,10 +52,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef AVAIL_OGGVORBIS
|
|
||||||
#define NO_OGGVORBIS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define SVRANKING
|
#define SVRANKING
|
||||||
|
|
||||||
#ifdef MINIMAL
|
#ifdef MINIMAL
|
||||||
|
@ -62,7 +61,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#undef AVAIL_PNGLIB //no png support
|
#undef AVAIL_PNGLIB //no png support
|
||||||
#undef USE_MADLIB //no internal mp3 playing
|
#undef USE_MADLIB //no internal mp3 playing
|
||||||
#undef AVAIL_DX7 //no d3d support
|
#undef AVAIL_DX7 //no d3d support
|
||||||
#define NO_OGGVORBIS //don't use oggvorbis
|
|
||||||
#define NOMEDIA //NO playing of avis/cins/roqs
|
#define NOMEDIA //NO playing of avis/cins/roqs
|
||||||
#define NOVOICECHAT //NO sound recording, tcp streaming and playback on a remote client. not finalised.
|
#define NOVOICECHAT //NO sound recording, tcp streaming and playback on a remote client. not finalised.
|
||||||
|
|
||||||
|
@ -140,6 +138,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef NODIRECTX
|
||||||
|
#undef AVAIL_DX7
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef SERVERONLY //remove options that don't make sense on only a server
|
#ifdef SERVERONLY //remove options that don't make sense on only a server
|
||||||
#undef Q2CLIENT
|
#undef Q2CLIENT
|
||||||
|
@ -166,7 +168,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define PROTOCOLEXTENSIONS
|
#define PROTOCOLEXTENSIONS
|
||||||
|
|
||||||
#define PRE_SAYONE 2.487 //FIXME: remove.
|
#define PRE_SAYONE 2.487 //FIXME: remove.
|
||||||
|
|
Loading…
Reference in a new issue