# HG changeset patch # User gabucino # Date 1005937983 0 # Node ID 66764532e1e6da11ba6695223d31ba7b9adf6e63 # Parent 54e3d25b596277078f1482c48a5e75b58634565e postproc/ dir now respects --with-extraincdir Now that I'm fixing configure1, here comes configure2 ehh ;) diff -r 54e3d25b5962 -r 66764532e1e6 postproc/Makefile --- 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