From 8b14345cf6e06a2938dc7cd8de5e8ca2ec2df039 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 31 May 2020 06:54:33 +0200 Subject: kill the obsolete OS check macro --- video-opencv/video-property-page.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video-opencv/video-property-page.cpp') 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 # include "compat/camera-names.hpp" -- cgit v1.2.3