mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 06:30:06 +00: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:
parent
28aa29222e
commit
535803c310
2
configure
vendored
2
configure
vendored
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user