videomixer: Only init orc if it is available
Put some ifdef around orc_init to prevent build errors
This commit is contained in:
parent
21fc0956d6
commit
8435529073
@ -722,7 +722,9 @@ 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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user