[MPlayer-cvslog] r22359 - trunk/libmpcodecs/Makefile
diego
subversion at mplayerhq.hu
Tue Feb 27 18:04:22 CET 2007
Author: diego
Date: Tue Feb 27 18:04:18 2007
New Revision: 22359
Modified:
trunk/libmpcodecs/Makefile
Log:
Adding an extra -I.. parameter is no longer necessary.
Modified: trunk/libmpcodecs/Makefile
==============================================================================
--- trunk/libmpcodecs/Makefile (original)
+++ trunk/libmpcodecs/Makefile Tue Feb 27 18:04:18 2007
@@ -150,9 +150,7 @@ SRCS2-$(TWOLAME) += ae_twol
SRCS2-$(MP3LAME) += ae_lame.c
-# -I.. to include ../liba52 before ../libavcodec/liba52.
-CFLAGS = -I.. \
- -Inative \
+CFLAGS = -Inative \
-I../libmpdemux \
-I../stream \
-I../loader \
More information about the MPlayer-cvslog
mailing list