Mercurial > mplayer.hg
changeset 30210:0917c3e8c499
Add several make variables to make --enable-hardcoded-tables actually compile.
author | reimar |
---|---|
date | Sat, 09 Jan 2010 14:17:23 +0000 |
parents | daa0d09a4acf |
children | 1e02e823023c |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jan 09 13:39:26 2010 +0000 +++ b/configure Sat Jan 09 14:17:23 2010 +0000 @@ -8520,6 +8520,9 @@ 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 @@ 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