Remove useless -I../loader option from CFLAGS.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22626 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-15 22:52:02 +00:00
parent 1e6f97cf30
commit 7650117a65
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ include ../config.mak
LIBNAME_MPLAYER = libgui.a
CFLAGS = -I../loader -I./wm -I./skin
CFLAGS = -I./wm -I./skin
#CFLAGS += -DDEBUG
CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil