From: Rodger Combs Date: Tue, 17 Feb 2015 17:44:52 +0000 (-0600) Subject: Define _GNU_SOURCE X-Git-Tag: 0.12.2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba3f5ef88997f22507f58a9cc44e94d2dc070566;p=libass Define _GNU_SOURCE Fixes #161 --- diff --git a/libass/Makefile.am b/libass/Makefile.am index 599c281..203e9cf 100644 --- a/libass/Makefile.am +++ b/libass/Makefile.am @@ -1,6 +1,6 @@ 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