From 5d85de31689e970fd9fc135aa935d832a9156930 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 25 Mar 2020 21:11:40 +0100 Subject: 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. --- libass/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libass/Makefile.am') 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)) -- cgit v1.2.3