summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-11-05 14:48:41 +0100
committerNicolas George <nicolas.george@normalesup.org>2011-11-18 19:39:26 +0100
commit1fbf7165d59907a0632f8b72664a31f97f218656 (patch)
treeae041d0ba2b057ade062716213bbcf46099f048b /libavfilter/Makefile
parentfd1cea6549c29c557b22021451ef6d0fe6ef2123 (diff)
lavfi: reimplement MPlayer's af_pan filter for libavfilter.
Original code by Clément Bœsch. Parameters parsing and misc enhancements by Nicolas George.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 8e43be842b..cab6f2e8ac 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -29,6 +29,7 @@ OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o
OBJS-$(CONFIG_ARESAMPLE_FILTER) += af_aresample.o
OBJS-$(CONFIG_ASHOWINFO_FILTER) += af_ashowinfo.o
OBJS-$(CONFIG_EARWAX_FILTER) += af_earwax.o
+OBJS-$(CONFIG_PAN_FILTER) += af_pan.o
OBJS-$(CONFIG_VOLUME_FILTER) += af_volume.o
OBJS-$(CONFIG_ABUFFER_FILTER) += asrc_abuffer.o