0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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
This commit is contained in:
reimar 2010-01-17 12:27:54 +00:00
parent 28aa29222e
commit 535803c310

2
configure vendored
View File

@ -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. */