[Scummvm-cvs-logs] SF.net SVN: scummvm:[39527] scummvm/trunk/configure
dhewg at users.sourceforge.net
dhewg at users.sourceforge.net
Thu Mar 19 19:36:45 CET 2009
Revision: 39527
http://scummvm.svn.sourceforge.net/scummvm/?rev=39527&view=rev
Author: dhewg
Date: 2009-03-19 18:36:45 +0000 (Thu, 19 Mar 2009)
Log Message:
-----------
Fixed the tremor check. Instead of a ogg symbol, it now checks for a tremor one ;)
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2009-03-19 09:51:40 UTC (rev 39526)
+++ scummvm/trunk/configure 2009-03-19 18:36:45 UTC (rev 39527)
@@ -1473,7 +1473,7 @@
_tremor=no
cat > $TMPC << EOF
#include <tremor/ivorbiscodec.h>
-int main(void) { vorbis_packet_blocksize(0,0); return 0; }
+int main(void) { vorbis_info_init(0); return 0; }
EOF
cc_check $LDFLAGS $CXXFLAGS $TREMOR_CFLAGS $TREMOR_LIBS -lvorbisidec && \
_tremor=yes
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