[MPlayer-cvslog] r34457 - trunk/configure
reimar
subversion at mplayerhq.hu
Fri Dec 23 15:45:35 CET 2011
Author: reimar
Date: Fri Dec 23 15:45:35 2011
New Revision: 34457
Log:
Add CONFIG_AVCODEC and CONFIG_SAFE_BITSTREAM_READER.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Dec 23 15:42:17 2011 (r34456)
+++ trunk/configure Fri Dec 23 15:45:35 2011 (r34457)
@@ -8693,6 +8693,7 @@ $def_xmm_clobbers
$def_yasm
#define CONFIG_AUDIO_FLOAT 0
+#define CONFIG_AVCODEC 1
#define CONFIG_AVSERVER 0
#define CONFIG_FASTDIV 0
#define CONFIG_FFSERVER 0
@@ -8703,6 +8704,8 @@ $def_yasm
#define CONFIG_LIBVORBIS 0
#define CONFIG_OPENSSL 0
#define CONFIG_POWERPC_PERF 0
+/* For now prefer speed over avoiding potential invalid reads */
+#define CONFIG_SAFE_BITSTREAM_READER 0
#define CONFIG_SHARED 0
#define CONFIG_SMALL 0
#define CONFIG_SWSCALE_ALPHA 1
More information about the MPlayer-cvslog
mailing list