1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

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
This commit is contained in:
gabucino 2001-11-16 19:13:03 +00:00
parent 2c241f485a
commit 6200381409

View File

@ -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