mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
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
This commit is contained in:
parent
a9c779788f
commit
21810797bc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user