diff --git a/gst/videomixer/blend.c b/gst/videomixer/blend.c index b0ffbf6009..9ca6168ff6 100644 --- a/gst/videomixer/blend.c +++ b/gst/videomixer/blend.c @@ -32,9 +32,6 @@ #include #include -#ifdef HAVE_ORC -#include -#endif #define BLEND(D,S,alpha) (((D) * (256 - (alpha)) + (S) * (alpha)) >> 8) @@ -722,10 +719,6 @@ FillColorFunction gst_video_mixer_fill_color_uyvy; void gst_video_mixer_init_blend (void) { -#ifdef HAVE_ORC - orc_init (); -#endif - GST_DEBUG_CATEGORY_INIT (gst_videomixer_blend_debug, "videomixer_blend", 0, "video mixer blending functions");