compositor: fix undeclared functions
authorJohan Bjäreholt <johanbj@axis.com>
Tue, 30 Oct 2018 09:05:03 +0000 (10:05 +0100)
committerMathieu Duponchelle <mathieu@centricular.com>
Tue, 30 Oct 2018 12:32:33 +0000 (13:32 +0100)
gst/compositor/compositororc-dist.h

index ae6f17a..ea8f979 100644 (file)
@@ -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
 }