NetBSD video(4) support, patch 2 of 3
authorPatrick Welche <prlw1@cam.ac.uk>
Mon, 17 Sep 2012 10:03:35 +0000 (12:03 +0200)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Mon, 28 Jan 2013 13:11:41 +0000 (17:11 +0400)
commit681ffd9a215c5be006999a57b890ee446b4bd801
treeb58df8c14f4e8780ac3d4b14bea048ebd40e1f71
parentd90b8d615cd3e8fa881954e8831b998b8d663bd6
NetBSD video(4) support, patch 2 of 3

* Decouple Video4Linux2 support from Video4Linux as existence of
  v4l2 on a system does not imply support for v4l.
* Don't use V4L's struct video_window in V4L2 code.
* Removed __USE_GNU as comment says:
      /* support for MJPEG is only available with libjpeg and gcc,
         because it's use libjepg and fmemopen()
  so replace with test for fmemopen() if found necessary.
modules/highgui/src/cap.cpp
modules/highgui/src/cap_v4l.cpp