From 43d4fedf592a3bc86eacfff4219fd5046e440009 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 9 Jan 2010 14:17:23 +0000 Subject: Add several make variables to make --enable-hardcoded-tables actually compile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30252 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3