summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 16:27:19 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 16:27:19 +0200
commit144fb06806664d4f3bc681ed1408383baeb515f4 (patch)
tree68f216ba52785abf70adb7de7f1d5e38dcd73697 /libavfilter/Makefile
parent033764e015e33b9ce9583317092337367b3fea2b (diff)
Remove left-over FF_API_AVFILTERBUFFER cruft
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