diff --git a/postproc/Makefile b/postproc/Makefile index 5f74289438..fe75523c37 100644 --- a/postproc/Makefile +++ b/postproc/Makefile @@ -10,7 +10,7 @@ ifeq ($(TARGET_ARCH_X86),yes) 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