summaryrefslogtreecommitdiffstats
path: root/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 /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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13ecdff1e3..796071de60 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \