[MPlayer-cvslog] r35224 - in trunk: DOCS/tech/Doxyfile DOCS/tech/TODO DOCS/tech/binary-packaging.txt Makefile configure tremor
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Oct 5 20:56:13 CEST 2012
Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:
> I tested on Debian and it works there (using libvorbisidec-dev package)
Could you test if the following (inlined and mangled) still succeeds?
I was unable to find external tremor..
Carl Eugen
Index: configure
===================================================================
--- configure (revision 35230)
+++ configure (working copy)
@@ -6300,7 +6300,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
More information about the MPlayer-cvslog
mailing list