summaryrefslogtreecommitdiffstats
path: root/libass/Makefile.am
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-25 21:11:40 +0100
committerOleg Oshmyan <chortos@inbox.lv>2020-03-29 23:49:38 +0300
commit5d85de31689e970fd9fc135aa935d832a9156930 (patch)
tree397fb0d29af007448a82b6c6c34c29a8fff3aeac /libass/Makefile.am
parent3e088dc4e59714a7d150043e58de627d015b8051 (diff)
downloadlibass-5d85de31689e970fd9fc135aa935d832a9156930.tar.bz2
libass-5d85de31689e970fd9fc135aa935d832a9156930.tar.xz
api: add ass_track_set_feature()
Since C does not allow empty enums, there is an "example", which doesn't do anything. I think we might be able to make this change the default bidi direction or so. As if this commit, the flag set by it is also not available outside of ass.c, which should be solved by moving parser_priv to an internal header.
Diffstat (limited to 'libass/Makefile.am')
-rw-r--r--libass/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/Makefile.am b/libass/Makefile.am
index c7c17f6..21d98d4 100644
--- a/libass/Makefile.am
+++ b/libass/Makefile.am
@@ -5,7 +5,7 @@ AM_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter \
LIBASS_LT_CURRENT = 9
LIBASS_LT_REVISION = 2
-LIBASS_LT_AGE = 0
+LIBASS_LT_AGE = 1
nasm_verbose = $(nasm_verbose_$(V))
nasm_verbose_ = $(nasm_verbose_$(AM_DEFAULT_VERBOSITY))