summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-29 22:24:01 +0200
committerGrigori Goronzy <greg@blackbox>2012-10-01 15:41:13 +0200
commit0594b9fcb5952448dee7eaa3646f7b1281ae8f80 (patch)
tree8f57557cdb6dacee13a490ca6282ac6db8d34902 /configure.ac
parent758b15ecd437137bb9e794884fa8483430a0fee6 (diff)
downloadlibass-0594b9fcb5952448dee7eaa3646f7b1281ae8f80.tar.bz2
libass-0594b9fcb5952448dee7eaa3646f7b1281ae8f80.tar.xz
Add ass_set_line_position() API function for subtitle position
This allows users to change the vertical position of normal subtitles. MPlayer has such a feature as -sub-pos option using its internal subtitle renderer. Bump LIBASS_VERSION to indicate the API addition.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 35548c6..a9f9071 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(libass, 0.10.0)
+AC_INIT(libass, 0.10.1)
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])
# Disable C++/Fortran checks