We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b043422 commit 07c4d73Copy full SHA for 07c4d73
setup.py
@@ -134,6 +134,7 @@ def main():
134
# it seems that cocoa cannot be disabled so on macOS the package is not truly headless
135
cmake_args.append("-DWITH_WIN32UI=OFF")
136
cmake_args.append("-DWITH_QT=OFF")
137
+ cmake_args.append("-DWITH_MSMF=OFF") # see: https://github.com/skvark/opencv-python/issues/263
138
139
if sys.platform.startswith('linux'):
140
cmake_args.append("-DWITH_V4L=ON")
0 commit comments