projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Define HAVE_AV_CONFIG_H only when building libraries
[ffmpeg.git]
/
common.mak
diff --git
a/common.mak
b/common.mak
index
d7b54d0
..
b55e921
100644
(file)
--- 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