Commit 5a43467a authored by gabucino's avatar gabucino

postproc/ dir now respects --with-extraincdir

Now that I'm fixing configure1, here comes configure2 ehh ;)


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2928 b3059339-0415-0410-9bf9-f77b7e298cf2
parent aac3b6f7
...@@ -10,7 +10,7 @@ ifeq ($(TARGET_ARCH_X86),yes) ...@@ -10,7 +10,7 @@ ifeq ($(TARGET_ARCH_X86),yes)
SRCS += yuv2rgb_mmx.c SRCS += yuv2rgb_mmx.c
endif endif
CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall $(EXTRA_INC)
# -I/usr/X11R6/include/ # -I/usr/X11R6/include/
.SUFFIXES: .c .o .SUFFIXES: .c .o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment