diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-12 17:58:07 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-12 17:58:07 +0000 |
commit | f7d4dd174becb9deca68d268dea93cd5f028ff65 (patch) | |
tree | 623eee62f1b9c8e9a73368e2ff11ddfffcc72a4e /libass | |
parent | 72d1a2042f98c0b86ed4526620e6166e1a8c13bd (diff) |
OPTFLAGS already includes EXTRA_INC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libass')
-rw-r--r-- | libass/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libass/Makefile b/libass/Makefile index 0604dd32e2..f259b49275 100644 --- a/libass/Makefile +++ b/libass/Makefile @@ -12,7 +12,6 @@ OBJS=$(SRCS:.c=.o) CFLAGS = $(OPTFLAGS) \ -I. -I.. \ -I../libmpcodecs \ - $(EXTRA_INC) \ -D_GNU_SOURCE \ $(FREETYPE_INC) \ $(FONTCONFIG_INC) \ |