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:
diego 2006-11-29 15:10:11 +00:00
parent cac6c0eea2
commit cc3583a822
1 changed files with 1 additions and 1 deletions

View File

@ -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 \