comparison libpostproc/Makefile @ 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 598fdb31f213
children dfdac3e25dcd
comparison
equal deleted inserted replaced
158:d1a4f4ca7178 159:660233346f4f
8 8
9 ifeq ($(TARGET_ARCH_X86),yes) 9 ifeq ($(TARGET_ARCH_X86),yes)
10 SRCS += yuv2rgb_mmx.c 10 SRCS += yuv2rgb_mmx.c
11 endif 11 endif
12 12
13 CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall 13 CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall $(EXTRA_INC)
14 # -I/usr/X11R6/include/ 14 # -I/usr/X11R6/include/
15 15
16 .SUFFIXES: .c .o 16 .SUFFIXES: .c .o
17 17
18 # .PHONY: all clean 18 # .PHONY: all clean