summaryrefslogtreecommitdiff
path: root/gst/rtp/dboolhuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/dboolhuff.h')
-rw-r--r--gst/rtp/dboolhuff.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtp/dboolhuff.h b/gst/rtp/dboolhuff.h
index 41b0f5d9a..e0a45a223 100644
--- a/gst/rtp/dboolhuff.h
+++ b/gst/rtp/dboolhuff.h
@@ -31,7 +31,11 @@ typedef struct
unsigned int range;
} BOOL_DECODER;
+#ifdef _MSC_VER
+__declspec(align(16)) extern const unsigned char vp8_norm[256];
+#else
extern const unsigned char vp8_norm[256] __attribute__((aligned(16)));
+#endif
int vp8dx_start_decode(BOOL_DECODER *br,
const unsigned char *source,