From 38e295773986ef16e4c4a65b47375849e653eac4 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Thu, 19 Mar 2009 18:36:45 +0000 Subject: Fixed the tremor check. Instead of a ogg symbol, it now checks for a tremor one ;) svn-id: r39527 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 3a18d4611d..82da09a1fa 100755 --- a/configure +++ b/configure @@ -1473,7 +1473,7 @@ if test "$_tremor" = auto ; then _tremor=no cat > $TMPC << EOF #include -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 -- cgit v1.2.3