Browse Source

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
tags/n0.8
Ramiro Polla 14 years ago
parent
commit
b494baf0b0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswscale/colorspace-test.c

+ 1
- 1
libswscale/colorspace-test.c View File

@@ -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;


Loading…
Cancel
Save