Mercurial > mplayer.hg
changeset 30303:7cc3c0fd1036
Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.
author | reimar |
---|---|
date | Sun, 17 Jan 2010 12:27:54 +0000 |
parents | a9e53df6d8f1 |
children | 79bac7fbb17c |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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. */