[Scummvm-cvs-logs] SF.net SVN: scummvm: [23681] scummvm/trunk/configure
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sat Aug 5 12:51:20 CEST 2006
Revision: 23681
Author: fingolfin
Date: 2006-08-05 03:51:15 -0700 (Sat, 05 Aug 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=23681&view=rev
Log Message:
-----------
Since we link against libvorbisfile, we should check for its presence, too
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2006-08-05 09:04:49 UTC (rev 23680)
+++ scummvm/trunk/configure 2006-08-05 10:51:15 UTC (rev 23681)
@@ -977,7 +977,7 @@
int main(void) { vorbis_packet_blocksize(0,0); return 0; }
EOF
cc_check $LDFLAGS $CXXFLAGS $OGG_CFLAGS $OGG_LIBS $VORBIS_CFLAGS $VORBIS_LIBS \
- -lvorbis -logg -lm && _vorbis=yes
+ -lvorbisfile -lvorbis -logg -lm && _vorbis=yes
fi
if test "$_vorbis" = yes ; then
_def_vorbis='#define USE_VORBIS'
@@ -1014,6 +1014,9 @@
fi
echo "$_tremor"
+#
+# Check for FLAC
+#
echocheck "FLAC >= 1.0.1"
if test "$_flac" = auto ; then
_flac=no
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list