[SCM] libav/experimental: Missing libswscale part of TARGET_ -> HAVE_ change

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


The following commit has been merged in the experimental branch:
commit a444671542226b5f977351cabb6fa6ddaf5afd34
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat Jun 16 15:29:26 2007 +0000

    Missing libswscale part of TARGET_ -> HAVE_ change
    
    Originally committed as revision 23564 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/Makefile b/libswscale/Makefile
index 23d120d..95f90b7 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -9,7 +9,7 @@ EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
 
 OBJS= swscale.o rgb2rgb.o
 
-OBJS-$(TARGET_ALTIVEC)     +=  yuv2rgb_altivec.o
+OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
 OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
 
 OBJS-$(ARCH_BFIN)          +=  yuv2rgb_bfin.o

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list