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 --- libmpdemux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux') diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile index 3ee5cd1aaf..4d8c0e0b7e 100644 --- a/libmpdemux/Makefile +++ b/libmpdemux/Makefile @@ -104,7 +104,7 @@ endif OBJS = $(SRCS:.c=.o) OBJS += $(CPLUSPLUSSRCS:.cpp=.o) INCLUDE = -I.. -I../stream -I../loader $(LIBAV_INC) -CFLAGS = $(OPTFLAGS) $(INCLUDE) $(XMMS_CFLAGS) +CFLAGS = $(INCLUDE) $(OPTFLAGS) $(XMMS_CFLAGS) CPLUSPLUSFLAGS = $(CFLAGS) -D__STDC_LIMIT_MACROS CPLUSPLUS = $(CC) -- cgit v1.2.3