changeset 34369:c8437c7512e9

Add CONFIG_AVCODEC and CONFIG_SAFE_BITSTREAM_READER.
author reimar
date Fri, 23 Dec 2011 14:45:35 +0000
parents dbb38c5293b0
children a958ea863ee1
files configure
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Dec 23 14:42:17 2011 +0000
+++ b/configure	Fri Dec 23 14:45:35 2011 +0000
@@ -8693,6 +8693,7 @@
 $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 @@
 #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