[SCM] libav/experimental: Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an instruction set extension and configure sets ARCH_BFIN, not HAVE_BFIN.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:07:29 UTC 2013


The following commit has been merged in the experimental branch:
commit e0a5d771323cd376bdc438f74222ccb644ab549e
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Sep 25 07:30:22 2007 +0000

    Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an
    instruction set extension and configure sets ARCH_BFIN, not HAVE_BFIN.
    
    Originally committed as revision 10572 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index 2e6d1d8..30fb0fa 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -153,7 +153,7 @@ static int DCT_common_init(MpegEncContext *s)
     MPV_common_init_armv4l(s);
 #elif defined(ARCH_POWERPC)
     MPV_common_init_ppc(s);
-#elif defined(HAVE_BFIN)
+#elif defined(ARCH_BFIN)
     MPV_common_init_bfin(s);
 #endif
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list