]> granicus.if.org Git - libass/commitdiff
Define _GNU_SOURCE
authorRodger Combs <rodger.combs@gmail.com>
Tue, 17 Feb 2015 17:44:52 +0000 (11:44 -0600)
committerRodger Combs <rodger.combs@gmail.com>
Tue, 17 Feb 2015 17:45:40 +0000 (11:45 -0600)
Fixes #161

libass/Makefile.am

index 599c2816a25c5fce10bf5c5497ca3f4c79694fec..203e9cfdc9e5ae30c7e64c83efc50192ebd42531 100644 (file)
@@ -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