changeset 159:660233346f4f libavcodec

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 d1a4f4ca7178
children 1bf8c111691d
files libpostproc/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpostproc/Makefile	Wed Nov 14 11:51:36 2001 +0000
+++ b/libpostproc/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