[MPlayer-cvslog] r35213 - trunk/configure
reimar
subversion at mplayerhq.hu
Sun Sep 23 23:00:20 CEST 2012
Author: reimar
Date: Sun Sep 23 23:00:20 2012
New Revision: 35213
Log:
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.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Sep 23 21:38:26 2012 (r35212)
+++ trunk/configure Sun Sep 23 23:00:20 2012 (r35213)
@@ -428,7 +428,7 @@ Codecs:
--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 @@ _mp3lame_lavc=auto
_toolame=auto
_twolame=auto
_tremor=auto
-_tremor_internal=yes
+_tremor_internal=no
_tremor_low=no
_libvorbis=auto
_speex=auto
More information about the MPlayer-cvslog
mailing list