[SCM] libav/experimental: colorspace-test: fix build

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:19:56 UTC 2013


The following commit has been merged in the experimental branch:
commit b494baf0b0df3322d0b5d67970e182ff463d89d3
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Tue Dec 7 15:27:11 2010 +0000

    colorspace-test: fix build
    
    rgb32tobgr32() has been removed in favour of shuffle_bytes_2103() in r32190
    
    Originally committed as revision 32676 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/colorspace-test.c b/libswscale/colorspace-test.c
index 5a48065..50db7d0 100644
--- a/libswscale/colorspace-test.c
+++ b/libswscale/colorspace-test.c
@@ -108,7 +108,7 @@ int main(int argc, char **argv)
             FUNC(4, 2, rgb32tobgr15),
             FUNC(4, 2, rgb32tobgr16),
             FUNC(4, 3, rgb32tobgr24),
-            FUNC(4, 4, rgb32tobgr32),
+            FUNC(4, 4, shuffle_bytes_2103), /* rgb32tobgr32 */
             FUNC(0, 0, NULL)
         };
         int width;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list