summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgreg <greg@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-05 23:13:08 +0000
committergreg <greg@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-05 23:13:08 +0000
commitca7cbc07244e261910cd651e2005bd6a9a7132be (patch)
tree26a4b651bf12c9c1c95b11422096c5163c80e798 /Makefile
parentfbb74e16a38d6a5af31a7fb369195988f7414766 (diff)
downloadmpv-ca7cbc07244e261910cd651e2005bd6a9a7132be.tar.bz2
mpv-ca7cbc07244e261910cd651e2005bd6a9a7132be.tar.xz
Enable ASS/SSA subtitle support in mencoder
Enable ASS/SSA rendering through libass in mencoder. This duplicates a bit of code (to parse font attachments, for example). Additionally, add a filter "fixpts" that generates PTS, simulating fixed fps. PTS generated by this filter are then used for subtitle timing. Original patch by Nicolas George. (nicolas.george normalesup.org) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30849 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 82f6331b2c..b66562b2ee 100644
--- a/Makefile
+++ b/Makefile
@@ -430,6 +430,7 @@ SRCS_COMMON = asxparser.c \
libmpcodecs/vf_field.c \
libmpcodecs/vf_fil.c \
libmpcodecs/vf_filmdint.c \
+ libmpcodecs/vf_fixpts.c \
libmpcodecs/vf_flip.c \
libmpcodecs/vf_format.c \
libmpcodecs/vf_framestep.c \