videomixer: Only init orc if it is available

Put some ifdef around orc_init to prevent build errors
This commit is contained in:
Thiago Santos 2010-09-05 20:56:52 -03:00
parent 21fc0956d6
commit 8435529073

View file

@ -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");