From ba3f5ef88997f22507f58a9cc44e94d2dc070566 Mon Sep 17 00:00:00 2001 From: Rodger Combs Date: Tue, 17 Feb 2015 11:44:52 -0600 Subject: Define _GNU_SOURCE Fixes #161 --- 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 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 -- cgit v1.2.3