From: Nicolas Dufresne Date: Sun, 30 Nov 2014 22:52:47 +0000 (-0500) Subject: v4l2: Remove last include to linux/videodev2.h X-Git-Tag: 1.6.0~761 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfa5a9d938e586c97be0bce7be779cc95ed4f9e0;p=platform%2Fupstream%2Fgst-plugins-good.git v4l2: Remove last include to linux/videodev2.h We now use and update our internal copy so we no longer have to ifdef the entire code for features and defines that where added over the years. https://bugzilla.gnome.org/show_bug.cgi?id=740905 --- diff --git a/sys/v4l2/v4l2_calls.h b/sys/v4l2/v4l2_calls.h index 5a4bd84..0437ebf 100644 --- a/sys/v4l2/v4l2_calls.h +++ b/sys/v4l2/v4l2_calls.h @@ -29,7 +29,7 @@ #ifdef HAVE_LIBV4L2 # include #else -# include +# include "ext/videodev2.h" # include # include # include