[MPlayer-cvslog] r22819 - trunk/mpcommon.mak
cehoyos
subversion at mplayerhq.hu
Sun Mar 25 16:50:02 CEST 2007
Author: cehoyos
Date: Sun Mar 25 16:50:02 2007
New Revision: 22819
Modified:
trunk/mpcommon.mak
Log:
Fix compilation of libvo/vo_xvmc.c
Modified: trunk/mpcommon.mak
==============================================================================
--- trunk/mpcommon.mak (original)
+++ trunk/mpcommon.mak Sun Mar 25 16:50:02 2007
@@ -8,7 +8,7 @@ OBJS_MENCODER = $(addsuffix .o, $(basen
CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec
CFLAGS-$(CONFIG_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