summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-21 09:18:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-21 09:18:36 +0000
commit5b8a8424762e15241ca08bc32349b2a057c45ec8 (patch)
treeee3faaf500c5eee285d5041592947eca9f4074b6
parenta0a1ec417c92cf26d1ffa3ad006a3cfbfb7271a4 (diff)
downloadmpv-5b8a8424762e15241ca08bc32349b2a057c45ec8.tar.bz2
mpv-5b8a8424762e15241ca08bc32349b2a057c45ec8.tar.xz
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-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 132f688ca7..22cb00b3a1 100755
--- a/configure
+++ b/configure
@@ -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