[MPlayer-cvslog] r23793 - trunk/mpcommon.mak
diego
subversion at mplayerhq.hu
Mon Jul 16 22:13:25 CEST 2007
Author: diego
Date: Mon Jul 16 22:13:25 2007
New Revision: 23793
Log:
Reorder CFLAGS, fixes compilation after addition of png.h to FFmpeg.
Modified:
trunk/mpcommon.mak
Modified: trunk/mpcommon.mak
==============================================================================
--- trunk/mpcommon.mak (original)
+++ trunk/mpcommon.mak Mon Jul 16 22:13:25 2007
@@ -8,7 +8,7 @@ OBJS_MENCODER += $(addsuffix .o, $(base
CFLAGS-$(LIBAVCODEC) += -I../libavcodec
CFLAGS-$(LIBAVFORMAT) += -I../libavformat
-CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
+CFLAGS += $(OPTFLAGS) $(CFLAGS-yes)
LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER)
LIBS-$(MENCODER) += $(LIBNAME_MENCODER)
More information about the MPlayer-cvslog
mailing list