summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-17 12:27:54 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-17 12:27:54 +0000
commit535803c310e66ecb16223f7a853e15f566c49ae4 (patch)
tree1eaecd7ef1f62ec4bb5caad6e7ffd497c3547a7b /configure
parent28aa29222e6223002931506a365b007d66ed979b (diff)
downloadmpv-535803c310e66ecb16223f7a853e15f566c49ae4.tar.bz2
mpv-535803c310e66ecb16223f7a853e15f566c49ae4.tar.xz
Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30345 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 74959d1ee5..c8e8cad0d7 100755
--- a/configure
+++ b/configure
@@ -8399,6 +8399,7 @@ RANLIB = $_ranlib
WINDRES = $_windres
CFLAGS = $CFLAGS $extra_cflags
+ASFLAGS = $CFLAGS $extra_cflags
OPTFLAGS = $CFLAGS $extra_cflags
CXXFLAGS = $CXXFLAGS $extra_cflags $extra_cxxflags
CFLAGS_DHAHELPER = $cflags_dhahelper
@@ -9144,6 +9145,7 @@ $def_yasm
#define HAVE_PPC4XX 0
#define HAVE_SETMODE 0
#define HAVE_SYS_SELECT_H 0
+#define HAVE_VFP_ARGS 1
#define HAVE_VIRTUALALLOC 0
/* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */