]> granicus.if.org Git - libass/commitdiff
Move all internal -I parameters to the front of CFLAGS to avoid using external
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Thu, 17 Aug 2006 17:19:56 +0000 (17:19 +0000)
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Thu, 17 Aug 2006 17:19:56 +0000 (17:19 +0000)
header files that happen to have the same name as internal ones.
based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19426 b3059339-0415-0410-9bf9-f77b7e298cf2

libass/Makefile

index 06a4fef65047a03ec160205f9d59a7f27bc63a83..3385a4c067afa1b1eb75d7ce3fa8405147fb9e00 100644 (file)
@@ -9,9 +9,9 @@ SRCS=ass.c ass_cache.c ass_fontconfig.c ass_render.c ass_utils.c ass_mp.c
 
 OBJS=$(SRCS:.c=.o)
 
-CFLAGS  = $(OPTFLAGS) \
-          -I. -I.. \
+CFLAGS  = -I. -I.. \
           -I../libmpcodecs \
+          $(OPTFLAGS) \
           -D_GNU_SOURCE \
 
 .SUFFIXES: .c .o