summaryrefslogtreecommitdiffhomepage
path: root/video-opencv
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2020-05-31 06:54:33 +0200
committerStanislaw Halik <sthalik@misaki.pl>2020-05-31 06:54:33 +0200
commit8b14345cf6e06a2938dc7cd8de5e8ca2ec2df039 (patch)
tree93e59691ab2fc2d9c53a74f5f8a7d452dd10195f /video-opencv
parentbc368174cb015f2291cb8dc2f3e2a5782b22cdc8 (diff)
kill the obsolete OS check macro
Diffstat (limited to 'video-opencv')
-rw-r--r--video-opencv/video-property-page.cpp2
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"