[SCM] libav/experimental: Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:43:59 UTC 2013


The following commit has been merged in the experimental branch:
commit c5662879ff9ef705f8475e0ba9e0f9e2d4e7f0ac
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Apr 12 22:48:44 2009 +0000

    Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
    
    Originally committed as revision 18478 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/common.mak b/common.mak
index 9f1080f..23907af 100644
--- a/common.mak
+++ b/common.mak
@@ -57,6 +57,8 @@ uninstall: uninstall-libs uninstall-headers
 .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)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 2768057..5aaf614 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -463,7 +463,6 @@ OBJS-$(HAVE_MMX)                       += x86/cpuid.o                   \
                                           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     \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list