mirror of https://github.com/mpv-player/mpv
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:
parent
8b0bb9d146
commit
a044876adf
|
@ -4,7 +4,7 @@ MPROOT=../..
|
||||||
include $(MPROOT)/config.mak
|
include $(MPROOT)/config.mak
|
||||||
|
|
||||||
LDLIBS=-lm $(MPROOT)/osdep/timer-lx.o $(shell freetype-config --libs)
|
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+=-O0 # for RedHat's gcc-2.96-95
|
||||||
#CFLAGS+=-DOLD_FREETYPE2 # for FreeType 2.0.1
|
#CFLAGS+=-DOLD_FREETYPE2 # for FreeType 2.0.1
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "../../bswap.h"
|
#include "bswap.h"
|
||||||
#include "../../osdep/timer.h"
|
#include "osdep/timer.h"
|
||||||
|
|
||||||
#ifndef DEBUG
|
#ifndef DEBUG
|
||||||
#define DEBUG 0
|
#define DEBUG 0
|
||||||
|
|
Loading…
Reference in New Issue