Mercurial > libpostproc.hg
diff Makefile @ 6:5229d34437f3 libpostproc
Remove erroneous -I../.. flag that points outside of the src directory.
author | diego |
---|---|
date | Wed, 05 Jul 2006 14:09:37 +0000 |
parents | 6cb3b747b46b |
children | b7f4f60b088b |
line wrap: on
line diff
--- a/Makefile Sun Jun 18 11:33:14 2006 +0000 +++ b/Makefile Wed Jul 05 14:09:37 2006 +0000 @@ -15,7 +15,7 @@ HEADERS = postprocess.h -CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -I$(SRC_PATH)/libavcodec -I../.. $(EXTRA_INC) +CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -I$(SRC_PATH)/libavcodec $(EXTRA_INC) # -I/usr/X11R6/include/ include $(SRC_PATH)/common.mak