# HG changeset patch # User diego # Date 1164813011 0 # Node ID 19130f5f70665b97c90e4f20f78baf5e94daa95e # Parent 1767c271d710134794711097011005e9d4ec4cba Explain reason for -I.. in CFLAGS here. diff -r 1767c271d710 -r 19130f5f7066 libmpcodecs/Makefile --- 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 \