summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gallium/auxiliary/vl/vp8/decodeframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vp8/decodeframe.c b/src/gallium/auxiliary/vl/vp8/decodeframe.c
index 1afc10da27..e736cd1ae4 100644
--- a/src/gallium/auxiliary/vl/vp8/decodeframe.c
+++ b/src/gallium/auxiliary/vl/vp8/decodeframe.c
@@ -29,7 +29,7 @@
#define RTCD_VTABLE(x) NULL
-void mb_init_dequantizer(VP8_COMMON *common, MACROBLOCKD *mb)
+static void mb_init_dequantizer(VP8_COMMON *common, MACROBLOCKD *mb)
{
int i;
int QIndex;