[MPlayer-cvslog] r26151 - trunk/mpcommon.mak
diego
subversion at mplayerhq.hu
Mon Mar 3 20:31:39 CET 2008
Author: diego
Date: Mon Mar 3 20:31:38 2008
New Revision: 26151
Log:
Remove unnecessary addition of -Ilibavformat to CFLAGS.
Modified:
trunk/mpcommon.mak
Modified: trunk/mpcommon.mak
==============================================================================
--- trunk/mpcommon.mak (original)
+++ trunk/mpcommon.mak Mon Mar 3 20:31:38 2008
@@ -7,7 +7,6 @@ OBJS_MPLAYER += $(addsuffix .o, $(base
OBJS_MENCODER += $(addsuffix .o, $(basename $(SRCS_MENCODER)) )
CFLAGS-$(LIBAVCODEC) += -I../libavcodec
-CFLAGS-$(LIBAVFORMAT) += -I../libavformat
CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER)
More information about the MPlayer-cvslog
mailing list