[SCM] libav/experimental: Remove forgotten ASM_OBJS in libswscale

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:32:02 UTC 2013


The following commit has been merged in the experimental branch:
commit 1a220bcde343f54821c36bedf66fc2f3d41c586e
Author: Måns Rullgård <mans at mansr.com>
Date:   Mon Nov 3 21:49:54 2008 +0000

    Remove forgotten ASM_OBJS in libswscale
    
    Originally committed as revision 27887 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/Makefile b/libswscale/Makefile
index fa96e09..c42a6b7 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -11,7 +11,7 @@ OBJS-$(CONFIG_MLIB)        +=  yuv2rgb_mlib.o
 OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
 OBJS-$(HAVE_VIS)           +=  yuv2rgb_vis.o
 
-ASM_OBJS-$(ARCH_BFIN)      +=  internal_bfin.o
+OBJS-$(ARCH_BFIN)          +=  internal_bfin.o
 
 HEADERS = swscale.h
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list