summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-16 19:13:03 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-16 19:13:03 +0000
commit620038140951430f689d4cebab497c6c50d6365c (patch)
tree1fdda8534fd9cc8ba2f27a4ab6408a8cb8dfa547 /postproc
parent2c241f485a2740f35da8370b0e14a99aead219e1 (diff)
downloadmpv-620038140951430f689d4cebab497c6c50d6365c.tar.bz2
mpv-620038140951430f689d4cebab497c6c50d6365c.tar.xz
postproc/ dir now respects --with-extraincdir
Now that I'm fixing configure1, here comes configure2 ehh ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2928 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r--postproc/Makefile2
1 files changed, 1 insertions, 1 deletions
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