Commit a192939a authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fix ffmpeg compilation by reverting their revision 11100

parent d4a1f7ae
......@@ -366,3 +366,25 @@ Index: libavcodec/i386/simple_idct_mmx.c
: "%eax"
);
}
Index: libavcodec/i386/cavsdsp_mmx.c
===================================================================
--- libavcodec/i386/cavsdsp_mmx.c (revision 11171)
+++ libavcodec/i386/cavsdsp_mmx.c (working copy)
@@ -23,9 +23,15 @@
*/
#include "dsputil.h"
-#include "dsputil_mmx.h"
#include "common.h"
+DECLARE_ALIGNED_8(static const uint64_t,ff_pw_4 ) = 0x0004000400040004ULL;
+DECLARE_ALIGNED_8(static const uint64_t,ff_pw_5 ) = 0x0005000500050005ULL;
+DECLARE_ALIGNED_8(static const uint64_t,ff_pw_7 ) = 0x0007000700070007ULL;
+DECLARE_ALIGNED_8(static const uint64_t,ff_pw_42) = 0x002A002A002A002AULL;
+DECLARE_ALIGNED_8(static const uint64_t,ff_pw_64) = 0x0040004000400040ULL;
+DECLARE_ALIGNED_8(static const uint64_t,ff_pw_96) = 0x0060006000600060ULL;
+
/*****************************************************************************
*
* inverse transform
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