diff options
author | jstebbins <[email protected]> | 2010-09-28 22:10:49 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-09-28 22:10:49 +0000 |
commit | 03b2ce0e91c4e4ed44445a075ef5f35bc052b5b8 (patch) | |
tree | 24a1def4ca91cba98676508c6a3b1482ba131cb5 /contrib/mp4v2 | |
parent | f1997be4ed1dd373316ac842685f18a6f8ab05ba (diff) |
SSA subtitle burn in
Anime fans rejoice! This patch adds SSA subtitle burn-in support with libass.
Therefore SSA subtitles should now be rendered in full quality, with the
appropriate embedded fonts and positioning information.
Thanks to davidfstr
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3557 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/mp4v2')
-rw-r--r-- | contrib/mp4v2/module.defs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/contrib/mp4v2/module.defs b/contrib/mp4v2/module.defs index c27f3470e..a69151df5 100644 --- a/contrib/mp4v2/module.defs +++ b/contrib/mp4v2/module.defs @@ -10,8 +10,5 @@ MP4V2.CONFIGURE.env.CXXFLAGS = CXXFLAGS="$(call fn.ARGS,MP4V2.GCC,*archs *sysroo ## save some build-time by disabling utils MP4V2.CONFIGURE.extra += --disable-util -## make sure gch is disabled; we get build errors on linux with gcc-4.3.x and -g3 -## relatively safe to enable for darwin as it is unlikely to have that bugged version -ifneq (darwin,$(BUILD.system)) - MP4V2.CONFIGURE.extra += --disable-gch -endif +# gch causes build errors with -g3 on many gcc toolchains +MP4V2.CONFIGURE.extra += --disable-gch |