changeset 23773:ac45c9bb49af

Reorder CFLAGS, fixes compilation after addition of png.h to FFmpeg.
author diego
date Mon, 16 Jul 2007 20:13:25 +0000
parents bb0341cf9f43
children 16a67232e916
files mpcommon.mak
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpcommon.mak	Mon Jul 16 20:12:43 2007 +0000
+++ b/mpcommon.mak	Mon Jul 16 20:13:25 2007 +0000
@@ -8,7 +8,7 @@
 
 CFLAGS-$(LIBAVCODEC)     += -I../libavcodec
 CFLAGS-$(LIBAVFORMAT)    += -I../libavformat
-CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
+CFLAGS += $(OPTFLAGS) $(CFLAGS-yes) 
 
 LIBS-$(MPLAYER)  += $(LIBNAME_MPLAYER)
 LIBS-$(MENCODER) += $(LIBNAME_MENCODER)