aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabucino <gabucino@mplayerhq.hu>2001-11-16 19:13:03 +0000
committerGabucino <gabucino@mplayerhq.hu>2001-11-16 19:13:03 +0000
commit21810797bcd2100828bbf64f228e7d57a5c3ae8a (patch)
treee653238797feb8926190644ca82c9b3992d29b5f
parenta9c779788f5844cd12c8c43edbfd7aba8576d5e1 (diff)
downloadffmpeg-21810797bcd2100828bbf64f228e7d57a5c3ae8a.tar.gz
postproc/ dir now respects --with-extraincdir
Now that I'm fixing configure1, here comes configure2 ehh ;) Originally committed as revision 2928 to svn://svn.mplayerhq.hu/mplayer/trunk/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