comparison configure @ 35154:0dce150a6f51

Change order of libraries when linking with libvorbisenc.
author cehoyos
date Sun, 14 Oct 2012 20:06:09 +0000
parents 95ccce972b4b
children 101333b48b4e
comparison
equal deleted inserted replaced
35153:95ccce972b4b 35154:0dce150a6f51
6303 _tremor=no 6303 _tremor=no
6304 statement_check tremor/ivorbiscodec.h 'vorbis_packet_blocksize(0, 0)' -logg -lvorbisidec && _tremor=yes && _libvorbis=no 6304 statement_check tremor/ivorbiscodec.h 'vorbis_packet_blocksize(0, 0)' -logg -lvorbisidec && _tremor=yes && _libvorbis=no
6305 fi 6305 fi
6306 if test "$_libvorbis" = auto; then 6306 if test "$_libvorbis" = auto; then
6307 _libvorbis=no 6307 _libvorbis=no
6308 for vorbislibs in '-lvorbis -lvorbisenc -logg' '-lvorbis -logg' ; do 6308 for vorbislibs in '-lvorbisenc -lvorbis -logg' '-lvorbis -logg' ; do
6309 statement_check vorbis/vorbisenc.h 'vorbis_encode_ctl(0, 0, 0); ogg_stream_clear(0)' $vorbislibs && _libvorbis=yes && break 6309 statement_check vorbis/vorbisenc.h 'vorbis_encode_ctl(0, 0, 0); ogg_stream_clear(0)' $vorbislibs && _libvorbis=yes && break
6310 done 6310 done
6311 fi 6311 fi
6312 if test "$_tremor" = yes ; then 6312 if test "$_tremor" = yes ; then
6313 _vorbis=yes 6313 _vorbis=yes