summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-04-27 19:19:45 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-04-28 09:59:13 +0200
commit7ad0d9864ee4a25dcace903c0b5860cbe43e535b (patch)
treea4f99a1c0e8202ba59f2e7975fd37aa345c0abc7 /libavfilter/Makefile
parent28c5775183e528c24a597b01497159d9d4c5e2a6 (diff)
lavfi: merge asrc_abuffer into vsrc_buffer.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index ce4fc48354..e5da239dcd 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -42,7 +42,6 @@ OBJS-$(CONFIG_PAN_FILTER) += af_pan.o
OBJS-$(CONFIG_SILENCEDETECT_FILTER) += af_silencedetect.o
OBJS-$(CONFIG_VOLUME_FILTER) += af_volume.o
-OBJS-$(CONFIG_ABUFFER_FILTER) += asrc_abuffer.o
OBJS-$(CONFIG_AEVALSRC_FILTER) += asrc_aevalsrc.o
OBJS-$(CONFIG_AMOVIE_FILTER) += src_movie.o
OBJS-$(CONFIG_ANULLSRC_FILTER) += asrc_anullsrc.o