changeset 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 5d40ea66424f
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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