summaryrefslogtreecommitdiff
path: root/ffbuild
diff options
context:
space:
mode:
Diffstat (limited to 'ffbuild')
-rw-r--r--ffbuild/common.mak2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffbuild/common.mak b/ffbuild/common.mak
index 42f7b23641..24113c59eb 100644
--- a/ffbuild/common.mak
+++ b/ffbuild/common.mak
@@ -29,8 +29,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 swresample
-
# NASM requires -I path terminated with /
IFLAGS := -I. -I$(SRC_LINK)/
CPPFLAGS := $(IFLAGS) $(CPPFLAGS)