Mercurial > mplayer.hg
changeset 22341:dd297c5f9ccd
Adding an extra -I.. parameter is no longer necessary.
author | diego |
---|---|
date | Tue, 27 Feb 2007 17:04:18 +0000 |
parents | d1ff13042a2a |
children | 909e1e707dc5 |
files | libmpcodecs/Makefile |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/Makefile Tue Feb 27 16:00:34 2007 +0000 +++ b/libmpcodecs/Makefile Tue Feb 27 17:04:18 2007 +0000 @@ -150,9 +150,7 @@ SRCS2-$(MP3LAME) += ae_lame.c -# -I.. to include ../liba52 before ../libavcodec/liba52. -CFLAGS = -I.. \ - -Inative \ +CFLAGS = -Inative \ -I../libmpdemux \ -I../stream \ -I../loader \