From 72c2bdebcff5610741d6e89cb6066ba2a88f59ac Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 7 Mar 2010 22:18:33 +0000 Subject: Define HAVE_AV_CONFIG_H only when building libraries Originally committed as revision 22294 to svn://svn.ffmpeg.org/ffmpeg/trunk --- common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mak') 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 -- cgit v1.2.3