Mercurial > mplayer.hg
changeset 32824:880e112a9a71
Add additional include directory for gui.
author | ib |
---|---|
date | Wed, 16 Feb 2011 16:44:42 +0000 |
parents | 096818ca3aa0 |
children | 097e8f1feabe |
files | Makefile gui/skin/font.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Feb 16 16:35:53 2011 +0000 +++ b/Makefile Wed Feb 16 16:44:42 2011 +0000 @@ -856,7 +856,7 @@ osdep/mplayer-rc.o: osdep/mplayer.exe.manifest -gui/%: CFLAGS += -Wno-strict-prototypes +gui/%: CFLAGS += -Igui -Wno-strict-prototypes libdvdcss/%: CFLAGS := -Ilibdvdcss -D_GNU_SOURCE -DVERSION=\"1.2.10\" $(CFLAGS_LIBDVDCSS) $(CFLAGS) libdvdnav/%: CFLAGS := -Ilibdvdnav -D_GNU_SOURCE -DHAVE_CONFIG_H -DVERSION=\"MPlayer-custom\" $(CFLAGS)
--- a/gui/skin/font.c Wed Feb 16 16:35:53 2011 +0000 +++ b/gui/skin/font.c Wed Feb 16 16:44:42 2011 +0000 @@ -24,7 +24,7 @@ #include "font.h" #include "cut.h" #include "mp_msg.h" -#include "../interface.h" +#include "interface.h" #include "libavutil/avstring.h" bmpFont * Fonts[MAX_FONTS] = { NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL };