From b494baf0b0df3322d0b5d67970e182ff463d89d3 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Tue, 7 Dec 2010 15:27:11 +0000 Subject: 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 --- libswscale/colorspace-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/colorspace-test.c b/libswscale/colorspace-test.c index 5a48065d1f..50db7d09e3 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; -- cgit v1.2.3