diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-29 15:10:11 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-29 15:10:11 +0000 |
commit | cc3583a8225c7833d61d6fb58db2fa4d22a0a5b6 (patch) | |
tree | f88d30ad6fa7465053cc355387ef468759114dee | |
parent | cac6c0eea2ac19870f909e4e2c88dd95fec9e5e7 (diff) |
Explain reason for -I.. in CFLAGS here.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21389 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libmpcodecs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile index fccce199d7..4e61215df2 100644 --- a/libmpcodecs/Makefile +++ b/libmpcodecs/Makefile @@ -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 \ |