changeset 23781:1955b4e60574

Revert include flag reordering, it does not fix the compilation problem.
author diego
date Tue, 17 Jul 2007 10:55:36 +0000
parents c356d375517d
children b0454664f1e0
files mpcommon.mak
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpcommon.mak	Tue Jul 17 10:14:48 2007 +0000
+++ b/mpcommon.mak	Tue Jul 17 10:55:36 2007 +0000
@@ -8,7 +8,7 @@
 
 CFLAGS-$(LIBAVCODEC)     += -I../libavcodec
 CFLAGS-$(LIBAVFORMAT)    += -I../libavformat
-CFLAGS += $(OPTFLAGS) $(CFLAGS-yes) 
+CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
 
 LIBS-$(MPLAYER)  += $(LIBNAME_MPLAYER)
 LIBS-$(MENCODER) += $(LIBNAME_MENCODER)