mirror of https://github.com/mpv-player/mpv
Move -I. to the front of CFLAGS, works around problems with headers from
other projects having the same names as MPlayer ones. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22742 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f439934b28
commit
6c4d007414
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
include config.mak
|
include config.mak
|
||||||
|
|
||||||
CFLAGS = $(OPTFLAGS) -I.
|
CFLAGS = -I. $(OPTFLAGS)
|
||||||
|
|
||||||
CFLAGS-$(CONFIG_LIBAVUTIL) += -I./libavutil
|
CFLAGS-$(CONFIG_LIBAVUTIL) += -I./libavutil
|
||||||
CFLAGS-$(CONFIG_LIBAVCODEC) += -I./libavcodec
|
CFLAGS-$(CONFIG_LIBAVCODEC) += -I./libavcodec
|
||||||
|
|
Loading…
Reference in New Issue