Mercurial > mplayer.hg
comparison Gui/Makefile @ 22608:2370a257198b
Remove useless -I../loader option from CFLAGS.
author | diego |
---|---|
date | Thu, 15 Mar 2007 22:52:02 +0000 |
parents | 090ec2169aee |
children | cd50e0497989 |
comparison
equal
deleted
inserted
replaced
22607:b99edbf76db4 | 22608:2370a257198b |
---|---|
1 include ../config.mak | 1 include ../config.mak |
2 | 2 |
3 LIBNAME_MPLAYER = libgui.a | 3 LIBNAME_MPLAYER = libgui.a |
4 | 4 |
5 CFLAGS = -I../loader -I./wm -I./skin | 5 CFLAGS = -I./wm -I./skin |
6 #CFLAGS += -DDEBUG | 6 #CFLAGS += -DDEBUG |
7 | 7 |
8 CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil | 8 CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil |
9 | 9 |
10 ifeq ($(TARGET_WIN32),yes) | 10 ifeq ($(TARGET_WIN32),yes) |