summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-07-12 13:29:38 +0000
committerMåns Rullgård <mans@mansr.com>2009-07-12 13:29:38 +0000
commit3198f6187a0b659a1bc4678270a93c9942fc2a0f (patch)
tree62e6e8438d32b792c9e59a705caa75464e56253b /common.mak
parent467256f2485836b96288eb9d4c52e25d722525dd (diff)
Set CFLAGS directly in config.mak instead of using OPTFLAGS
Originally committed as revision 19406 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index eeeb6f54f8..20d32ed835 100644
--- a/common.mak
+++ b/common.mak
@@ -19,7 +19,6 @@ endif
ALLFFLIBS = avcodec avdevice avfilter avformat avutil postproc swscale
CPPFLAGS += -DHAVE_AV_CONFIG_H -I$(BUILD_ROOT_REL) -I$(SRC_PATH)
-CFLAGS := $(OPTFLAGS)
%.o: %.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(LIBOBJFLAGS) -c -o $@ $<