diff options
Diffstat (limited to 'video-opencv/video-property-page.cpp')
-rw-r--r-- | video-opencv/video-property-page.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video-opencv/video-property-page.cpp b/video-opencv/video-property-page.cpp index 8057bf9e..d56d4b91 100644 --- a/video-opencv/video-property-page.cpp +++ b/video-opencv/video-property-page.cpp @@ -147,7 +147,7 @@ bool video_property_page::show(int idx) return true; } -#elif defined(__linux) +#elif defined(__linux__) # include <QProcess> # include "compat/camera-names.hpp" |