diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-03 15:13:17 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-23 20:23:45 +0100 |
commit | 4cc4b33f71d3982df404fceb4405d656c538bc74 (patch) | |
tree | 123d2df41379a0cf736ae7211053647da73c7d81 /Makefile | |
parent | 2aac411fd4c74e22b978525206f3b8257de1842b (diff) | |
download | ffmpeg-4cc4b33f71d3982df404fceb4405d656c538bc74.tar.gz |
build: Add proper infrastructure for adding and checking host CPPFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ CFLAGS += $(ECFLAGS) CCFLAGS = $(CPPFLAGS) $(CFLAGS) ASFLAGS := $(CPPFLAGS) $(ASFLAGS) YASMFLAGS += $(IFLAGS:%=%/) -Pconfig.asm -HOSTCCFLAGS = $(IFLAGS) $(HOSTCFLAGS) +HOSTCCFLAGS = $(IFLAGS) $(HOSTCPPFLAGS) $(HOSTCFLAGS) LDFLAGS := $(ALLFFLIBS:%=$(LD_PATH)lib%) $(LDFLAGS) define COMPILE |