Mercurial > mplayer.hg
changeset 21373:19130f5f7066
Explain reason for -I.. in CFLAGS here.
author | diego |
---|---|
date | Wed, 29 Nov 2006 15:10:11 +0000 |
parents | 1767c271d710 |
children | 947f679ee12e |
files | libmpcodecs/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/Makefile Wed Nov 29 15:02:45 2006 +0000 +++ b/libmpcodecs/Makefile Wed Nov 29 15:10:11 2006 +0000 @@ -154,7 +154,7 @@ LIBAV_INC-$(CONFIG_LIBAVUTIL) += -I../libavutil LIBAV_INC-$(CONFIG_LIBAVCODEC) += -I../libavcodec - +# -I.. to include ../liba52 before ../libavcodec/liba52. CFLAGS = -I.. \ -Inative \ -I../libmpdemux \