fix v4L2 used in osx

... tiny fix, now osx compile should work
This commit is contained in:
redPanther 2016-08-06 22:32:23 +02:00 committed by GitHub
parent d90a36d911
commit bb3b658b5c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ SET ( DEFAULT_TESTS OFF )
if (APPLE)
SET ( DEFAULT_OSX ON )
SET ( DEFAULT_V4l2 OFF )
SET ( DEFAULT_V4L2 OFF )
SET ( DEFAULT_SPIDEV OFF )
SET ( DEFAULT_FB OFF )
else ()