summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2013-03-16 16:33:05 +0100
committerNicolas George <nicolas.george@normalesup.org>2013-03-20 21:04:28 +0100
commit21b092de7c1e2d7fae24ceca3aa2f8f9f1730cfc (patch)
tree8d38fa3925db60155f9b61e49ad5a31b4b5a616b /libavfilter/Makefile
parent8d928a9d9967b85283a0a167bdbd7168ae2f51ba (diff)
lavfi: add sine audio source.
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 0040a333ad..690b1cbcd3 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -90,6 +90,7 @@ OBJS-$(CONFIG_VOLUMEDETECT_FILTER) += af_volumedetect.o
OBJS-$(CONFIG_AEVALSRC_FILTER) += asrc_aevalsrc.o
OBJS-$(CONFIG_ANULLSRC_FILTER) += asrc_anullsrc.o
OBJS-$(CONFIG_FLITE_FILTER) += asrc_flite.o
+OBJS-$(CONFIG_SINE_FILTER) += asrc_sine.o
OBJS-$(CONFIG_ANULLSINK_FILTER) += asink_anullsink.o