diff options
author | Jonathan Gray | 2005-08-10 12:42:56 +0000 |
---|---|---|
committer | Jonathan Gray | 2005-08-10 12:42:56 +0000 |
commit | 603a5e4d6f7403d3d797ead4b4cc909ab55c34d1 (patch) | |
tree | 7d2419b901c71a0e6c823d4a7b07abebaf610dd7 /configure | |
parent | 3c1b5648aed0be45b303cea49e7537c98dd4a001 (diff) | |
download | scummvm-rg350-603a5e4d6f7403d3d797ead4b4cc909ab55c34d1.tar.gz scummvm-rg350-603a5e4d6f7403d3d797ead4b4cc909ab55c34d1.tar.bz2 scummvm-rg350-603a5e4d6f7403d3d797ead4b4cc909ab55c34d1.zip |
Don't explicity check for tremor and vorbis everywhere and
require both USE_TREMOR and USE_VORBIS to be defined when
using tremor.
svn-id: r18642
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -945,6 +945,7 @@ cc_check $LDFLAGS $CXXFLAGS $TREMOR_CFLAGS $TREMOR_LIBS -lvorbisidec && \ fi if test "$_tremor" = yes && test "$_vorbis" = no; then _def_tremor='#define USE_TREMOR' + _def_vorbis='#define USE_VORBIS' LIBS="$LIBS $TREMOR_LIBS -lvorbisidec" INCLUDES="$INCLUDES $TREMOR_CFLAGS" else |