summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index c8ee6bb65a..64b6ab49d3 100755
--- a/configure
+++ b/configure
@@ -8520,6 +8520,9 @@ LIBSWSCALE = $_libswscale
LIBSWSCALE_A = $_libswscale_a
LIBSWSCALE_SO = $_libswscale_so
+HOSTCC=\$(HOST_CC)
+HOSTCFLAGS=-D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -O3
+HOSTLIBS=-lm
CC_O=-o \$@
LD=gcc
CONFIG_STATIC=yes
@@ -8528,6 +8531,7 @@ BUILD_ROOT=..
LIBPREF=lib
LIBSUF=.a
LIBNAME=\$(LIBPREF)\$(NAME)\$(LIBSUF)
+FULLNAME=\$(NAME)\$(BUILDSUF)
# Some FFmpeg codecs depend on these. Enable them unconditionally for now.
CONFIG_AANDCT=yes