diff options
author | Mans Rullgard | 2011-06-05 22:18:06 +0100 |
---|---|---|
committer | Mans Rullgard | 2011-06-14 10:59:56 +0100 |
commit | cf53c48615658a6019ffb7e8453913bbfd38cb27 (patch) | |
tree | 057130de0be170f00e82a862197730642e921344 /common.mak | |
parent | e897a633cded0a8f283114e22766790f48ae8fa7 (diff) |
build: move ALLFFLIBS to a more logical place
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common.mak b/common.mak index b5ccadbe6e..324868762a 100644 --- a/common.mak +++ b/common.mak @@ -25,8 +25,6 @@ $(foreach VAR,$(SILENT),$(eval override $(VAR) = @$($(VAR)))) $(eval INSTALL = @$(call ECHO,INSTALL,$$(^:$(SRC_DIR)/%=%)); $(INSTALL)) endif -ALLFFLIBS = avcodec avdevice avfilter avformat avutil postproc swscale - IFLAGS := -I. -I$(SRC_PATH) CPPFLAGS := $(IFLAGS) $(CPPFLAGS) CFLAGS += $(ECFLAGS) |