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
1 changed files with 1 additions and 1 deletions

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