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

Unify include path handling by adding $(MPROOT) to CFLAGS.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17015 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-11-18 14:57:15 +00:00
parent 8b0bb9d146
commit a044876adf
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ MPROOT=../..
include $(MPROOT)/config.mak
LDLIBS=-lm $(MPROOT)/osdep/timer-lx.o $(shell freetype-config --libs)
CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags)
CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags) -I$(MPROOT)
#CFLAGS+=-O0 # for RedHat's gcc-2.96-95
#CFLAGS+=-DOLD_FREETYPE2 # for FreeType 2.0.1

View File

@ -26,8 +26,8 @@
#endif
#include "../../bswap.h"
#include "../../osdep/timer.h"
#include "bswap.h"
#include "osdep/timer.h"
#ifndef DEBUG
#define DEBUG 0