Commit 0905c4f6 authored by Andrey Kamaev's avatar Andrey Kamaev

Minor fix for previous commit

parent 2bedf5bf
......@@ -251,7 +251,7 @@ CV_IMPL CvCapture * cvCreateCameraCapture (int index)
return capture;
#endif
#ifdef HAVE_GSTREAMER && 0
#if defined(HAVE_GSTREAMER) && 0
//Re-enable again when gstreamer 1394 support will land in the backend code
capture = cvCreateCapture_GStreamer(CV_CAP_GSTREAMER_1394, 0);
if (capture)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment