[MPlayer-cvslog] r30345 - trunk/configure
reimar
subversion at mplayerhq.hu
Sun Jan 17 13:27:54 CET 2010
Author: reimar
Date: Sun Jan 17 13:27:54 2010
New Revision: 30345
Log:
Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jan 17 12:49:33 2010 (r30344)
+++ trunk/configure Sun Jan 17 13:27:54 2010 (r30345)
@@ -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. */
More information about the MPlayer-cvslog
mailing list