changeset 2927:66764532e1e6

postproc/ dir now respects --with-extraincdir Now that I'm fixing configure1, here comes configure2 ehh ;)
author gabucino
date Fri, 16 Nov 2001 19:13:03 +0000
parents 54e3d25b5962
children 3f8798f1f4bc
files postproc/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/postproc/Makefile	Fri Nov 16 18:52:53 2001 +0000
+++ b/postproc/Makefile	Fri Nov 16 19:13:03 2001 +0000
@@ -10,7 +10,7 @@
 SRCS += yuv2rgb_mmx.c
 endif
 
-CFLAGS  = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall
+CFLAGS  = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall $(EXTRA_INC)
 # -I/usr/X11R6/include/
 
 .SUFFIXES: .c .o