Mercurial > mplayer.hg
changeset 35163:5e11b54c9212
Change tremor check so it fails on old incompatible versions
which we do not support.
Patch by Carl Eugen.
author | reimar |
---|---|
date | Sun, 21 Oct 2012 10:10:57 +0000 |
parents | 69b82f839935 |
children | bc0898c7399b |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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