mirror of https://github.com/mpv-player/mpv
Explain reason for -I.. in CFLAGS here.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21389 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cac6c0eea2
commit
cc3583a822
|
@ -154,7 +154,7 @@ SRCS2-$(MP3LAME) += ae_lame.c
|
|||
LIBAV_INC-$(CONFIG_LIBAVUTIL) += -I../libavutil
|
||||
LIBAV_INC-$(CONFIG_LIBAVCODEC) += -I../libavcodec
|
||||
|
||||
|
||||
# -I.. to include ../liba52 before ../libavcodec/liba52.
|
||||
CFLAGS = -I.. \
|
||||
-Inative \
|
||||
-I../libmpdemux \
|
||||
|
|
Loading…
Reference in New Issue