summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-09-03 21:27:19 +0000
committerMåns Rullgård <mans@mansr.com>2010-09-03 21:27:19 +0000
commit55127e7b494a0221d79501867e9b81ce185ec7b8 (patch)
tree2ee9d6d595c467a2a448ebe256f2f29d0a932fc1 /common.mak
parent0e5a7b916169f3f49c7e7c3370433038ce3ed080 (diff)
Create config.asm for use with yasm
Originally committed as revision 25039 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mak b/common.mak
index 38019615eb..110f5056c4 100644
--- a/common.mak
+++ b/common.mak
@@ -36,6 +36,7 @@ ALLFFLIBS = avcodec avcore avdevice avfilter avformat avutil postproc swscale
IFLAGS := -I$(BUILD_ROOT_REL) -I$(SRC_PATH)
CPPFLAGS := $(IFLAGS) $(CPPFLAGS)
CFLAGS += $(ECFLAGS)
+YASMFLAGS += $(IFLAGS) -Pconfig.asm
HOSTCFLAGS += $(IFLAGS)