From 3fc5791b3fa3771bc049f0abc9c110aa8b213110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 12 Dec 2014 10:01:36 +0100 Subject: [PATCH] Revert "video-converter: Fix compiler warning because of missing prototype of non-static function" This reverts commit 406f32a9468c837a4d71f988de10dc2198a8edc9. The problem was apparently that my video-orc.h was not updated and did not include the prototype for that function. Only a "make clean" caused it to be regenerated. --- gst-libs/gst/video/video-converter.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gst-libs/gst/video/video-converter.c b/gst-libs/gst/video/video-converter.c index 4d05852653..c49c265b87 100644 --- a/gst-libs/gst/video/video-converter.c +++ b/gst-libs/gst/video/video-converter.c @@ -374,11 +374,6 @@ gst_line_cache_alloc_line (GstLineCache * cache, gint idx) return res; } -/* Custom backup functions for ORC */ -void _custom_video_orc_matrix8 (guint8 * ORC_RESTRICT d1, - const guint8 * ORC_RESTRICT s1, orc_int64 p1, orc_int64 p2, orc_int64 p3, - orc_int64 p4, int n); - static void video_converter_generic (GstVideoConverter * convert, const GstVideoFrame * src, GstVideoFrame * dest); static gboolean video_converter_lookup_fastpath (GstVideoConverter * convert);