summaryrefslogtreecommitdiffstats
path: root/libaf/Makefile
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-01 06:52:38 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-01 06:52:38 +0000
commitd33703496cb65e9e1c23c4076c674c8d8623f738 (patch)
tree7eb2abcb437dbf192df4a275b370017647f70163 /libaf/Makefile
parentaa657df525afced0ebaf6b921e009bd6a01d7330 (diff)
downloadmpv-d33703496cb65e9e1c23c4076c674c8d8623f738.tar.bz2
mpv-d33703496cb65e9e1c23c4076c674c8d8623f738.tar.xz
Add audio filter scaletempo
Patch by Robert Juliano, juliano.1 osu edu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24924 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/Makefile')
-rw-r--r--libaf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libaf/Makefile b/libaf/Makefile
index a4a7b14ca5..e11643e270 100644
--- a/libaf/Makefile
+++ b/libaf/Makefile
@@ -16,6 +16,7 @@ SRCS_COMMON = af.c \
af_karaoke.c \
af_pan.c \
af_resample.c \
+ af_scaletempo.c \
af_sinesuppress.c \
af_sub.c \
af_surround.c \