diff options
author | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-01 06:52:38 +0000 |
---|---|---|
committer | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-01 06:52:38 +0000 |
commit | d33703496cb65e9e1c23c4076c674c8d8623f738 (patch) | |
tree | 7eb2abcb437dbf192df4a275b370017647f70163 /Makefile | |
parent | aa657df525afced0ebaf6b921e009bd6a01d7330 (diff) |
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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,6 +30,7 @@ SRCS_COMMON = asxparser.c \ playtreeparser.c \ spudec.c \ sub_cc.c \ + subopt-helper.c \ subreader.c \ vobsub.c \ @@ -41,7 +42,6 @@ SRCS_MPLAYER = mplayer.c \ mp_msg.c \ mixer.c \ parser-mpcmd.c \ - subopt-helper.c \ command.c \ SRCS_MENCODER = mencoder.c \ |