diff libass/Makefile @ 21588:490dc8ba9ea4

Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed ASAP, too, though
author reimar
date Tue, 12 Dec 2006 20:29:30 +0000
parents 0603972f083c
children 8bcff5c7e387
line wrap: on
line diff
--- a/libass/Makefile	Tue Dec 12 19:17:47 2006 +0000
+++ b/libass/Makefile	Tue Dec 12 20:29:30 2006 +0000
@@ -13,6 +13,6 @@
        ass_library.c \
        ass_font.c \
 
-CFLAGS  = -I../libmpcodecs -D_GNU_SOURCE
+CFLAGS  = -I../libmpcodecs
 
 include ../mpcommon.mak