Mercurial > mplayer.hg
comparison configure @ 34369:c8437c7512e9
Add CONFIG_AVCODEC and CONFIG_SAFE_BITSTREAM_READER.
author | reimar |
---|---|
date | Fri, 23 Dec 2011 14:45:35 +0000 |
parents | 127c798974a0 |
children | 15b9cddb0c6e |
comparison
equal
deleted
inserted
replaced
34368:dbb38c5293b0 | 34369:c8437c7512e9 |
---|---|
8691 $def_xform_asm | 8691 $def_xform_asm |
8692 $def_xmm_clobbers | 8692 $def_xmm_clobbers |
8693 $def_yasm | 8693 $def_yasm |
8694 | 8694 |
8695 #define CONFIG_AUDIO_FLOAT 0 | 8695 #define CONFIG_AUDIO_FLOAT 0 |
8696 #define CONFIG_AVCODEC 1 | |
8696 #define CONFIG_AVSERVER 0 | 8697 #define CONFIG_AVSERVER 0 |
8697 #define CONFIG_FASTDIV 0 | 8698 #define CONFIG_FASTDIV 0 |
8698 #define CONFIG_FFSERVER 0 | 8699 #define CONFIG_FFSERVER 0 |
8699 #define CONFIG_GNUTLS 0 | 8700 #define CONFIG_GNUTLS 0 |
8700 #define CONFIG_GPL 1 | 8701 #define CONFIG_GPL 1 |
8701 #define CONFIG_GRAY 0 | 8702 #define CONFIG_GRAY 0 |
8702 #define CONFIG_LIBMODPLUG 0 | 8703 #define CONFIG_LIBMODPLUG 0 |
8703 #define CONFIG_LIBVORBIS 0 | 8704 #define CONFIG_LIBVORBIS 0 |
8704 #define CONFIG_OPENSSL 0 | 8705 #define CONFIG_OPENSSL 0 |
8705 #define CONFIG_POWERPC_PERF 0 | 8706 #define CONFIG_POWERPC_PERF 0 |
8707 /* For now prefer speed over avoiding potential invalid reads */ | |
8708 #define CONFIG_SAFE_BITSTREAM_READER 0 | |
8706 #define CONFIG_SHARED 0 | 8709 #define CONFIG_SHARED 0 |
8707 #define CONFIG_SMALL 0 | 8710 #define CONFIG_SMALL 0 |
8708 #define CONFIG_SWSCALE_ALPHA 1 | 8711 #define CONFIG_SWSCALE_ALPHA 1 |
8709 | 8712 |
8710 #define HAVE_ALIGNED_STACK 1 | 8713 #define HAVE_ALIGNED_STACK 1 |