summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-21 21:27:27 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-21 21:27:27 +0000
commit0cddea37546e00caa3f438e0da6e21b931b8de48 (patch)
tree116519be254278e786e8102881c4506ee5eb5248 /Makefile
parent35fc0ebf3fe200b54af142e99facfe8dc2942544 (diff)
downloadmpv-0cddea37546e00caa3f438e0da6e21b931b8de48.tar.bz2
mpv-0cddea37546e00caa3f438e0da6e21b931b8de48.tar.xz
Add statistics audio filter that prints information about the audio stream.
patch by Nicolas George, nicolas.george normalesup org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28696 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d4afdd524e..449b0589e3 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,7 @@ SRCS_COMMON = asxparser.c \
libaf/af_resample.c \
libaf/af_scaletempo.c \
libaf/af_sinesuppress.c \
+ libaf/af_stats.c \
libaf/af_sub.c \
libaf/af_surround.c \
libaf/af_sweep.c \