# HG changeset patch # User reimar # Date 1350814257 0 # Node ID 5e11b54c9212cade3960b7de944662b52c4af340 # Parent 69b82f839935c404258cebc71fb236fa597d85ea Change tremor check so it fails on old incompatible versions which we do not support. Patch by Carl Eugen. diff -r 69b82f839935 -r 5e11b54c9212 configure --- a/configure Sun Oct 21 10:03:41 2012 +0000 +++ b/configure Sun Oct 21 10:10:57 2012 +0000 @@ -6319,7 +6319,7 @@ echocheck "OggVorbis support" if test "$_tremor" = auto; then _tremor=no - statement_check tremor/ivorbiscodec.h 'vorbis_packet_blocksize(0, 0)' -logg -lvorbisidec && _tremor=yes && _libvorbis=no + statement_check tremor/ivorbiscodec.h 'vorbis_synthesis(0, 0)' -logg -lvorbisidec && _tremor=yes && _libvorbis=no fi if test "$_libvorbis" = auto; then _libvorbis=no