Commit 5202ed31 authored by Diego Biurrun's avatar Diego Biurrun

Fix wrong #endif comment.

Originally committed as revision 26300 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent 473a88ca
......@@ -188,7 +188,7 @@ static volatile uint64_t attribute_used __attribute__((aligned(8))) r5Dither;
#define RENAME(a) a ## _MMX2
#include "yuv2rgb_template.c"
#endif /* defined(ARCH_X86) */
#endif /* HAVE_MMX */
const int32_t Inverse_Table_6_9[8][4] = {
{117504, 138453, 13954, 34903}, /* no sequence_display_extension */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment