[SCM] libav/experimental: Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:59:53 UTC 2013


The following commit has been merged in the experimental branch:
commit 1adf2e564a303300e3431c27b79ec644ded9fe04
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun May 13 22:15:52 2007 +0000

    Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.
    
    Originally committed as revision 9020 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 902aac6..ff79bd5 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -360,7 +360,7 @@ OBJS-$(TARGET_IWMMXT)                  += armv4l/dsputil_iwmmxt.o   \
 ASM_OBJS-$(TARGET_ARMV5TE)             += armv4l/simple_idct_armv5te.o \
                                           armv4l/mpegvideo_armv5te.o \
 
-ASM_OBJS-$(HAVE_ARMV6)                 += armv4l/simple_idct_armv6.o
+ASM_OBJS-$(TARGET_ARMV6)               += armv4l/simple_idct_armv6.o \
 
 OBJS-$(TARGET_ARCH_SPARC)              += sparc/dsputil_vis.o \
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list