summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 12280a874a..a8b3a4d05a 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -2,9 +2,7 @@ include $(SUBDIR)../config.mak
NAME = avfilter
-HEADERS = asrc_abuffer.h \
- avcodec.h \
- avfilter.h \
+HEADERS = avfilter.h \
avfiltergraph.h \
buffersink.h \
buffersrc.h \
@@ -25,9 +23,6 @@ OBJS = allfilters.o \
transform.o \
video.o \
-
-OBJS-$(CONFIG_AVCODEC) += avcodec.o
-
OBJS-$(CONFIG_ACROSSFADE_FILTER) += af_afade.o
OBJS-$(CONFIG_ADELAY_FILTER) += af_adelay.o
OBJS-$(CONFIG_AECHO_FILTER) += af_aecho.o