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/libxml2 | |
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/libxml2')
-rw-r--r-- | contrib/libxml2/module.defs | 10 | ||||
-rw-r--r-- | contrib/libxml2/module.rules | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/contrib/libxml2/module.defs b/contrib/libxml2/module.defs new file mode 100644 index 000000000..519c60887 --- /dev/null +++ b/contrib/libxml2/module.defs @@ -0,0 +1,10 @@ +$(eval $(call import.MODULE.defs,LIBXML2,libxml2)) +$(eval $(call import.CONTRIB.defs,LIBXML2)) + +LIBXML2.FETCH.url = http://download.m0k.org/handbrake/contrib/libxml2-2.7.7.tar.gz +LIBXML2.EXTRACT.tarbase = libxml2-2.7.7 + +# The Python components do not build on MinGW due to the lack of a select() call +# in the MinGW environment. +LIBXML2.CONFIGURE.extra = \ + --without-python
\ No newline at end of file diff --git a/contrib/libxml2/module.rules b/contrib/libxml2/module.rules new file mode 100644 index 000000000..0715628af --- /dev/null +++ b/contrib/libxml2/module.rules @@ -0,0 +1,2 @@ +$(eval $(call import.MODULE.rules,LIBXML2)) +$(eval $(call import.CONTRIB.rules,LIBXML2)) |