8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5924369 commit 9fc0c16Copy full SHA for 9fc0c16
setup.py
@@ -78,7 +78,7 @@ def main():
78
# Path regexes with forward slashes relative to CMake install dir.
79
rearrange_cmake_output_data = {
80
81
- 'cv2': ([r'bin/opencv_videoio_ffmpeg\d{3}%s\.dll' % ('_64' if x64 else '')] if os.name == 'nt' else []) +
+ 'cv2': ([r'bin/opencv_ffmpeg\d{3}%s\.dll' % ('_64' if x64 else '')] if os.name == 'nt' else []) +
82
# In Windows, in python/X.Y/<arch>/; in Linux, in just python/X.Y/.
83
# Naming conventions vary so widely between versions and OSes
84
# had to give up on checking them.
0 commit comments