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