Commit 0293522f authored by lucabe's avatar lucabe

Disable v4l2 is videodev2.h is not "sanitized"


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5285 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1edd9031
......@@ -1267,6 +1267,7 @@ cat > $TMPC << EOF
#include <sys/time.h>
#include <linux/videodev.h>
int dummy = V4L2_PIX_FMT_YUV420;
struct v4l2_buffer dummy1;
EOF
$cc -c -o $TMPE $TMPC 2> /dev/null || v4l2="no"
fi
......
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