summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-17 21:04:46 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-17 21:04:46 +0000
commit4b774aacd1c1afd62cddb8dc29710a605012fdb3 (patch)
treed7517956ca2af9545cc3d6c3afa836d7dc42f459 /Makefile
parent0fe4207dfba3a8b28db86522d2b5b78df7379a5e (diff)
downloadmpv-4b774aacd1c1afd62cddb8dc29710a605012fdb3.tar.bz2
mpv-4b774aacd1c1afd62cddb8dc29710a605012fdb3.tar.xz
Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22251 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 57edcbc77c..9924c13ee0 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ SRCS_COMMON = asxparser.c \
m_config.c \
m_option.c \
m_struct.c \
+ mpcommon.c \
parser-cfg.c \
playtree.c \
playtreeparser.c \