[FFmpeg-cvslog] r18478 - in trunk: common.mak libavcodec/Makefile

diego subversion
Mon Apr 13 00:48:44 CEST 2009


Author: diego
Date: Mon Apr 13 00:48:44 2009
New Revision: 18478

Log:
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.

Modified:
   trunk/common.mak
   trunk/libavcodec/Makefile

Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak	Sun Apr 12 23:48:43 2009	(r18477)
+++ trunk/common.mak	Mon Apr 13 00:48:44 2009	(r18478)
@@ -57,6 +57,8 @@ uninstall: uninstall-libs uninstall-head
 .PHONY: all depend dep *clean install* uninstall* examples testprogs
 endif
 
+OBJS-$(HAVE_MMX) +=  $(MMX-OBJS-yes)
+
 CFLAGS    += $(CFLAGS-yes)
 OBJS      += $(OBJS-yes)
 FFLIBS    := $(FFLIBS-yes) $(FFLIBS)

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	Sun Apr 12 23:48:43 2009	(r18477)
+++ trunk/libavcodec/Makefile	Mon Apr 13 00:48:44 2009	(r18478)
@@ -463,7 +463,6 @@ OBJS-$(HAVE_MMX)                       +
                                           x86/motion_est_mmx.o          \
                                           x86/mpegvideo_mmx.o           \
                                           x86/simple_idct_mmx.o         \
-                                          $(MMX-OBJS-yes)
 
 OBJS-$(ARCH_ALPHA)                     += alpha/dsputil_alpha.o         \
                                           alpha/dsputil_alpha_asm.o     \



More information about the ffmpeg-cvslog mailing list