From 4ab4db11ec6f2a52a9ef4612f8c5a26edad1b716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=A4reholt?= Date: Tue, 30 Oct 2018 10:05:03 +0100 Subject: [PATCH] compositor: fix undeclared functions --- gst/compositor/compositororc-dist.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/compositor/compositororc-dist.h b/gst/compositor/compositororc-dist.h index ae6f17ac8d..ea8f979f1b 100644 --- a/gst/compositor/compositororc-dist.h +++ b/gst/compositor/compositororc-dist.h @@ -89,6 +89,8 @@ void compositor_orc_overlay_argb (guint8 * ORC_RESTRICT d1, int d1_stride, const void compositor_orc_overlay_argb_addition (guint8 * ORC_RESTRICT d1, int d1_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int p1, int n, int m); void compositor_orc_overlay_bgra (guint8 * ORC_RESTRICT d1, int d1_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int p1, int n, int m); void compositor_orc_overlay_bgra_addition (guint8 * ORC_RESTRICT d1, int d1_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int p1, int n, int m); +void compositor_orc_source_argb (guint8 * ORC_RESTRICT d1, int d1_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int p1, int n, int m); +void compositor_orc_source_bgra (guint8 * ORC_RESTRICT d1, int d1_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int p1, int n, int m); #ifdef __cplusplus }