Mercurial > mplayer.hg
comparison Makefile @ 31686:b41cbf02f854
subtitles: convert SRT/MicroDVD markup into ASS markup
As the title says. If libass support is enabled, in SRT subs, HTML-style
markup (<b>, </i>, </font>, etc.) is converted to ASS tags. Similarly,
MicroDVD-style markup is converted.
Patch by ubitux, ubitux AT gmail DOT com.
author | greg |
---|---|
date | Sun, 18 Jul 2010 22:00:48 +0000 |
parents | db0b49579eeb |
children | f1d69b608148 |
comparison
equal
deleted
inserted
replaced
31685:31b6397e3b28 | 31686:b41cbf02f854 |
---|---|
328 SRCS_COMMON-$(XMMS_PLUGINS) += libmpdemux/demux_xmms.c | 328 SRCS_COMMON-$(XMMS_PLUGINS) += libmpdemux/demux_xmms.c |
329 SRCS_COMMON-$(XVID4) += libmpcodecs/vd_xvid4.c | 329 SRCS_COMMON-$(XVID4) += libmpcodecs/vd_xvid4.c |
330 SRCS_COMMON-$(ZR) += libmpcodecs/vd_zrmjpeg.c \ | 330 SRCS_COMMON-$(ZR) += libmpcodecs/vd_zrmjpeg.c \ |
331 libmpcodecs/vf_zrmjpeg.c | 331 libmpcodecs/vf_zrmjpeg.c |
332 SRCS_COMMON = asxparser.c \ | 332 SRCS_COMMON = asxparser.c \ |
333 bstr.c \ | |
333 codec-cfg.c \ | 334 codec-cfg.c \ |
334 cpudetect.c \ | 335 cpudetect.c \ |
335 edl.c \ | 336 edl.c \ |
336 find_sub.c \ | 337 find_sub.c \ |
337 fmt-conversion.c \ | 338 fmt-conversion.c \ |
344 path.c \ | 345 path.c \ |
345 playtree.c \ | 346 playtree.c \ |
346 playtreeparser.c \ | 347 playtreeparser.c \ |
347 spudec.c \ | 348 spudec.c \ |
348 sub_cc.c \ | 349 sub_cc.c \ |
350 subassconvert.c \ | |
349 subopt-helper.c \ | 351 subopt-helper.c \ |
350 subreader.c \ | 352 subreader.c \ |
351 vobsub.c \ | 353 vobsub.c \ |
352 libaf/af.c \ | 354 libaf/af.c \ |
353 libaf/af_center.c \ | 355 libaf/af_center.c \ |