From b02e7924b9147f3571f0dd0e34c5461a798367ea Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 17 Aug 2006 17:19:56 +0000 Subject: Move all internal -I parameters to the front of CFLAGS to avoid using external 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 --- libmpcodecs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile index 1b0dc07e5b..6ad6473481 100644 --- a/libmpcodecs/Makefile +++ b/libmpcodecs/Makefile @@ -317,13 +317,13 @@ OBJS=$(SRCS:.c=.o) SRCS2=$(ENCODER_SRCS) OBJS2=$(SRCS2:.c=.o) -CFLAGS = $(OPTFLAGS) \ - -I. -I.. \ +CFLAGS = -I. -I.. \ -Inative \ -I../libmpdemux \ -I../stream \ -I../loader \ $(LIBAV_INC) \ + $(OPTFLAGS) \ -D_GNU_SOURCE \ .SUFFIXES: .c .o -- cgit v1.2.3