0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

add missing -I..

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17102 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rathann 2005-12-05 01:34:47 +00:00
parent da7e496cb8
commit c342ad43cd

View File

@ -6,7 +6,7 @@ include ../config.mak
SRCS = crc.c resample.c bit_allocate.c bitstream.c downmix.c imdct.c imdct_mlib.c parse.c
OBJS = $(SRCS:.c=.o)
CFLAGS = $(MLIB_INC) $(OPTFLAGS)
CFLAGS = $(MLIB_INC) $(OPTFLAGS) -I..
.SUFFIXES: .c .o