From 7981555d89c16850201a0eda2aca6dc5400cf275 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 17 Aug 2006 16:32:08 +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. Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpostproc/Makefile') diff --git a/libpostproc/Makefile b/libpostproc/Makefile index b6ac1a6f91..c7bbdc1434 100644 --- a/libpostproc/Makefile +++ b/libpostproc/Makefile @@ -15,7 +15,7 @@ SHARED_OBJS=postprocess_pic.o HEADERS = postprocess.h -CFLAGS = $(OPTFLAGS) -I.. -I$(SRC_PATH)/libavcodec +CFLAGS = -I.. -I$(SRC_PATH)/libavcodec $(OPTFLAGS) # -I/usr/X11R6/include/ include $(SRC_PATH)/common.mak -- cgit v1.2.1