summaryrefslogtreecommitdiff
path: root/board/kukui_scp/venc.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kukui_scp/venc.c')
-rw-r--r--board/kukui_scp/venc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/kukui_scp/venc.c b/board/kukui_scp/venc.c
index 1f07a6eea0..ca5fc08429 100644
--- a/board/kukui_scp/venc.c
+++ b/board/kukui_scp/venc.c
@@ -33,10 +33,12 @@ static venc_msg_handler mtk_venc_msg_handle[VENC_MAX];
/* Stub functions only provided by private overlays. */
#ifndef HAVE_PRIVATE_MT8183
+#ifndef HAVE_PRIVATE_MT8186
void venc_h264_msg_handler(void *data)
{
}
#endif
+#endif
static void event_venc_written(struct consumer const *consumer, size_t count)
{