diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-12 20:29:30 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-12 20:29:30 +0000 |
commit | f4b7a0e4d1ffee255ed7147970ba304d65dd2422 (patch) | |
tree | d743c4acf9347602fd5842cd55c61e956cde5e5f /libass | |
parent | 1f2f5a5ea92983e7d83e3324ae3266f19757f0d8 (diff) |
Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
ASAP, too, though
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21604 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libass')
-rw-r--r-- | libass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/Makefile b/libass/Makefile index 32952a06f5..4e1b4b5f2d 100644 --- a/libass/Makefile +++ b/libass/Makefile @@ -13,6 +13,6 @@ SRCS = ass.c \ ass_library.c \ ass_font.c \ -CFLAGS = -I../libmpcodecs -D_GNU_SOURCE +CFLAGS = -I../libmpcodecs include ../mpcommon.mak |