[MPlayer-cvslog] r23801 - trunk/mpcommon.mak
diego
subversion at mplayerhq.hu
Tue Jul 17 12:55:37 CEST 2007
Author: diego
Date: Tue Jul 17 12:55:36 2007
New Revision: 23801
Log:
Revert include flag reordering, it does not fix the compilation problem.
Modified:
trunk/mpcommon.mak
Modified: trunk/mpcommon.mak
==============================================================================
--- trunk/mpcommon.mak (original)
+++ trunk/mpcommon.mak Tue Jul 17 12:55:36 2007
@@ -8,7 +8,7 @@ OBJS_MENCODER += $(addsuffix .o, $(base
CFLAGS-$(LIBAVCODEC) += -I../libavcodec
CFLAGS-$(LIBAVFORMAT) += -I../libavformat
-CFLAGS += $(OPTFLAGS) $(CFLAGS-yes)
+CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER)
LIBS-$(MENCODER) += $(LIBNAME_MENCODER)
More information about the MPlayer-cvslog
mailing list