diff options
author | Måns Rullgård | 2010-09-03 21:27:19 +0000 |
---|---|---|
committer | Måns Rullgård | 2010-09-03 21:27:19 +0000 |
commit | 55127e7b494a0221d79501867e9b81ce185ec7b8 (patch) | |
tree | 2ee9d6d595c467a2a448ebe256f2f29d0a932fc1 /common.mak | |
parent | 0e5a7b916169f3f49c7e7c3370433038ce3ed080 (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.mak | 1 |
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) |