From 0905c4f6c651f58e0e04a82d311efa972f526061 Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Wed, 18 Apr 2012 22:02:17 +0000 Subject: [PATCH] Minor fix for previous commit --- modules/highgui/src/cap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/src/cap.cpp b/modules/highgui/src/cap.cpp index edfea55..d863431 100644 --- a/modules/highgui/src/cap.cpp +++ b/modules/highgui/src/cap.cpp @@ -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) -- 2.7.4