# HG changeset patch # User reimar # Date 1348434020 0 # Node ID a7fa72e5273439519e853b4d8ca3236a8b1b0bd5 # Parent b3710d2675966b7d738d5bc66971584640724c8c 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. diff -r b3710d267596 -r a7fa72e52734 configure --- a/configure Sun Sep 23 19:38:26 2012 +0000 +++ b/configure Sun Sep 23 21:00:20 2012 +0000 @@ -428,7 +428,7 @@ --enable-vf-lavfi enable libavfilter wrapper [disabled] --disable-libavcodec_mpegaudio_hp disable high precision audio decoding in libavcodec [enabled] - --disable-tremor-internal disable internal Tremor [enabled] + --enable-tremor-internal enable internal Tremor [disabled] --enable-tremor-low enable lower accuracy internal Tremor [disabled] --enable-tremor enable external Tremor [autodetect] --disable-libvorbis disable libvorbis support [autodetect] @@ -753,7 +753,7 @@ _toolame=auto _twolame=auto _tremor=auto -_tremor_internal=yes +_tremor_internal=no _tremor_low=no _libvorbis=auto _speex=auto