diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-03-21 09:18:36 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-03-21 09:18:36 +0000 |
commit | 5b8a8424762e15241ca08bc32349b2a057c45ec8 (patch) | |
tree | ee3faaf500c5eee285d5041592947eca9f4074b6 | |
parent | a0a1ec417c92cf26d1ffa3ad006a3cfbfb7271a4 (diff) |
Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29019 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8771,11 +8771,13 @@ $def_yasm #define CONFIG_POWERPC_PERF 0 #define CONFIG_SMALL 0 #define CONFIG_SWSCALE 1 +#define CONFIG_SWSCALE_ALPHA 1 #define HAVE_GETHRTIME 0 #define HAVE_INLINE_ASM 0 #define HAVE_POLL_H 1 #define HAVE_PPC4XX 0 +#define HAVE_VIRTUALALLOC 0 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ #define CONFIG_AANDCT 1 |