summaryrefslogtreecommitdiffstats
path: root/libass/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libass/Makefile.am')
-rw-r--r--libass/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libass/Makefile.am b/libass/Makefile.am
index 599c281..31dd9aa 100644
--- a/libass/Makefile.am
+++ b/libass/Makefile.am
@@ -1,9 +1,9 @@
AM_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter \
-Werror-implicit-function-declaration -Wstrict-prototypes \
- -Wpointer-arith -Wredundant-decls
+ -Wpointer-arith -Wredundant-decls -D_GNU_SOURCE
LIBASS_LT_CURRENT = 6
-LIBASS_LT_REVISION = 0
+LIBASS_LT_REVISION = 1
LIBASS_LT_AGE = 1
yasm_verbose = $(yasm_verbose_$(V))