summaryrefslogtreecommitdiff
path: root/gst/rtp/dboolhuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/dboolhuff.c')
-rw-r--r--gst/rtp/dboolhuff.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtp/dboolhuff.c b/gst/rtp/dboolhuff.c
index 0e1fd6e2f..6c9450487 100644
--- a/gst/rtp/dboolhuff.c
+++ b/gst/rtp/dboolhuff.c
@@ -10,7 +10,11 @@
#include "dboolhuff.h"
+#ifdef _MSC_VER
+__declspec(align(16)) const unsigned char vp8_norm[256] = {
+#else
const unsigned char vp8_norm[256] __attribute__ ((aligned (16))) = {
+#endif
0, 7, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,