summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-07 22:18:33 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-07 22:18:33 +0000
commit72c2bdebcff5610741d6e89cb6066ba2a88f59ac (patch)
tree9e6b4145c18214a768c8ec9097d6ed927ae0d678 /common.mak
parentacd0026c0b7ee0f73339ab3b71b34b3b513ee0de (diff)
Define HAVE_AV_CONFIG_H only when building libraries
Originally committed as revision 22294 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index d7b54d0427..b55e921f54 100644
--- a/common.mak
+++ b/common.mak
@@ -31,7 +31,7 @@ endif
ALLFFLIBS = avcodec avdevice avfilter avformat avutil postproc swscale
-CPPFLAGS := -DHAVE_AV_CONFIG_H -I$(BUILD_ROOT_REL) -I$(SRC_PATH) $(CPPFLAGS)
+CPPFLAGS := -I$(BUILD_ROOT_REL) -I$(SRC_PATH) $(CPPFLAGS)
CFLAGS += $(ECFLAGS)
%.o: %.c