Mercurial > mplayer.hg
diff configure @ 35130:46134abbcaea
Remove our own tremor copy, it is ancient, unmaintained
and tends to crash.
author | reimar |
---|---|
date | Sat, 29 Sep 2012 21:33:32 +0000 |
parents | a7fa72e52734 |
children | 816fffbf8647 |
line wrap: on
line diff
--- a/configure Sat Sep 29 20:16:48 2012 +0000 +++ b/configure Sat Sep 29 21:33:32 2012 +0000 @@ -428,9 +428,7 @@ --enable-vf-lavfi enable libavfilter wrapper [disabled] --disable-libavcodec_mpegaudio_hp disable high precision audio decoding in libavcodec [enabled] - --enable-tremor-internal enable internal Tremor [disabled] - --enable-tremor-low enable lower accuracy internal Tremor [disabled] - --enable-tremor enable external Tremor [autodetect] + --enable-tremor enable integer libvorbis [autodetect] --disable-libvorbis disable libvorbis support [autodetect] --disable-speex disable Speex support [autodetect] --disable-libgsm disable libgsm support [autodetect] @@ -753,8 +751,6 @@ _toolame=auto _twolame=auto _tremor=auto -_tremor_internal=no -_tremor_low=no _libvorbis=auto _speex=auto _libgsm=auto @@ -1155,10 +1151,6 @@ --disable-libgsm) _libgsm=no ;; --enable-tremor) _tremor=yes ;; --disable-tremor) _tremor=no ;; - --enable-tremor-internal) _tremor_internal=yes ;; - --disable-tremor-internal) _tremor_internal=no ;; - --enable-tremor-low) _tremor_low=yes ;; - --disable-tremor-low) _tremor_low=no ;; --enable-theora) _theora=yes ;; --disable-theora) _theora=no ;; --enable-mpg123) _mpg123=yes ;; @@ -6306,9 +6298,7 @@ echores "$_toolame" echocheck "OggVorbis support" -if test "$_tremor_internal" = yes; then - _libvorbis=no -elif test "$_tremor" = auto; then +if test "$_tremor" = auto; then _tremor=no statement_check tremor/ivorbiscodec.h 'vorbis_packet_blocksize(0, 0)' -logg -lvorbisidec && _tremor=yes && _libvorbis=no fi @@ -6318,22 +6308,12 @@ statement_check vorbis/vorbisenc.h 'vorbis_encode_ctl(0, 0, 0)' $vorbislibs && _libvorbis=yes && break done fi -if test "$_tremor_internal" = yes ; then +if test "$_tremor" = yes ; then _vorbis=yes def_vorbis='#define CONFIG_OGGVORBIS 1' def_tremor='#define CONFIG_TREMOR 1' - codecmodules="tremor(internal) $codecmodules" - res_comment="internal Tremor" - if test "$_tremor_low" = yes ; then - cflags_tremor_low="-D_LOW_ACCURACY_" - res_comment="internal low accuracy Tremor" - fi -elif test "$_tremor" = yes ; then - _vorbis=yes - def_vorbis='#define CONFIG_OGGVORBIS 1' - def_tremor='#define CONFIG_TREMOR 1' - codecmodules="tremor(external) $codecmodules" - res_comment="external Tremor" + codecmodules="tremor $codecmodules" + res_comment="integer libvorbis" extra_ldflags="$extra_ldflags -logg -lvorbisidec" elif test "$_libvorbis" = yes ; then _vorbis=yes @@ -8142,7 +8122,6 @@ CFLAGS_NO_OMIT_LEAF_FRAME_POINTER = $cflags_no_omit_leaf_frame_pointer CFLAGS_STACKREALIGN = $cflags_stackrealign CFLAGS_SVGALIB_HELPER = $cflags_svgalib_helper -CFLAGS_TREMOR_LOW = $cflags_tremor_low EXTRALIBS = $extra_ldflags $ld_static $extra_libs EXTRALIBS_MPLAYER = $libs_mplayer @@ -8286,7 +8265,6 @@ TDFXVID = $_tdfxvid TGA = $_tga TOOLAME=$_toolame -TREMOR_INTERNAL = $_tremor_internal TV = $_tv TV_BSDBT848 = $_tv_bsdbt848 TV_DSHOW = $_tv_dshow