# HG changeset patch # User reimar # Date 1263731274 0 # Node ID 7cc3c0fd1036ff66c2195549948c778fcb529bdb # Parent a9e53df6d8f16d9c1d507ad17b357070a5d18eae Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support. diff -r a9e53df6d8f1 -r 7cc3c0fd1036 configure --- a/configure Sun Jan 17 11:49:33 2010 +0000 +++ b/configure Sun Jan 17 12:27:54 2010 +0000 @@ -8399,6 +8399,7 @@ 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 @@ #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. */