From 84ace4d5f5370c9de13e220d4982688cb935e5e3 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 27 Feb 2007 17:04:18 +0000 Subject: [PATCH] Adding an extra -I.. parameter is no longer necessary. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22359 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile index 45e81e60fd..36d348e1aa 100644 --- a/libmpcodecs/Makefile +++ b/libmpcodecs/Makefile @@ -150,9 +150,7 @@ SRCS2-$(TWOLAME) += ae_twolame.c SRCS2-$(MP3LAME) += ae_lame.c -# -I.. to include ../liba52 before ../libavcodec/liba52. -CFLAGS = -I.. \ - -Inative \ +CFLAGS = -Inative \ -I../libmpdemux \ -I../stream \ -I../loader \