Adding an extra -I.. parameter is no longer necessary.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22359 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-02-27 17:04:18 +00:00
parent 5c89138185
commit 84ace4d5f5
1 changed files with 1 additions and 3 deletions

View File

@ -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 \