comparison configure @ 35119:a7fa72e52734

Disable our included tremor by default, it is too buggy. As a side effect, the ogg demuxer is only enabled if libogg is available. This should not matter usually since we use lavf by default, but it might make a difference for network streams which still default to demux_ogg since lavf previously had more issues both with startup time and chained Ogg files.
author reimar
date Sun, 23 Sep 2012 21:00:20 +0000
parents b3710d267596
children 46134abbcaea
comparison
equal deleted inserted replaced
35118:b3710d267596 35119:a7fa72e52734
426 --disable-ffmpeg_so disable shared FFmpeg [autodetect] 426 --disable-ffmpeg_so disable shared FFmpeg [autodetect]
427 --disable-postproc disable libpostproc [autodetect] 427 --disable-postproc disable libpostproc [autodetect]
428 --enable-vf-lavfi enable libavfilter wrapper [disabled] 428 --enable-vf-lavfi enable libavfilter wrapper [disabled]
429 --disable-libavcodec_mpegaudio_hp disable high precision audio decoding 429 --disable-libavcodec_mpegaudio_hp disable high precision audio decoding
430 in libavcodec [enabled] 430 in libavcodec [enabled]
431 --disable-tremor-internal disable internal Tremor [enabled] 431 --enable-tremor-internal enable internal Tremor [disabled]
432 --enable-tremor-low enable lower accuracy internal Tremor [disabled] 432 --enable-tremor-low enable lower accuracy internal Tremor [disabled]
433 --enable-tremor enable external Tremor [autodetect] 433 --enable-tremor enable external Tremor [autodetect]
434 --disable-libvorbis disable libvorbis support [autodetect] 434 --disable-libvorbis disable libvorbis support [autodetect]
435 --disable-speex disable Speex support [autodetect] 435 --disable-speex disable Speex support [autodetect]
436 --disable-libgsm disable libgsm support [autodetect] 436 --disable-libgsm disable libgsm support [autodetect]
751 _mp3lame=auto 751 _mp3lame=auto
752 _mp3lame_lavc=auto 752 _mp3lame_lavc=auto
753 _toolame=auto 753 _toolame=auto
754 _twolame=auto 754 _twolame=auto
755 _tremor=auto 755 _tremor=auto
756 _tremor_internal=yes 756 _tremor_internal=no
757 _tremor_low=no 757 _tremor_low=no
758 _libvorbis=auto 758 _libvorbis=auto
759 _speex=auto 759 _speex=auto
760 _libgsm=auto 760 _libgsm=auto
761 _theora=auto 761 _theora=auto