summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-08-18 03:26:07 +0200
committerClément Bœsch <ubitux@gmail.com>2012-10-01 22:26:19 +0200
commitd771b1d137b39a67850beb2204f700697b6c4867 (patch)
treebf14b4b77004aa820e43a3972a4c00890f0f70fe /libavfilter/Makefile
parent81bbce9cf304c93f325b0672b51d65a282c6581f (diff)
lavfi: EBU R.128 scanner.
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 ed1b9b5ff1..3618f10274 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -66,6 +66,7 @@ OBJS-$(CONFIG_ATEMPO_FILTER) += af_atempo.o
OBJS-$(CONFIG_CHANNELMAP_FILTER) += af_channelmap.o
OBJS-$(CONFIG_CHANNELSPLIT_FILTER) += af_channelsplit.o
OBJS-$(CONFIG_EARWAX_FILTER) += af_earwax.o
+OBJS-$(CONFIG_EBUR128_FILTER) += f_ebur128.o
OBJS-$(CONFIG_JOIN_FILTER) += af_join.o
OBJS-$(CONFIG_PAN_FILTER) += af_pan.o
OBJS-$(CONFIG_RESAMPLE_FILTER) += af_resample.o