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 80e3788 commit b8436a4Copy full SHA for b8436a4
imageio_ffmpeg/_definitions.py
@@ -28,11 +28,11 @@ def get_platform():
28
29
# Platform string -> ffmpeg filename
30
FNAME_PER_PLATFORM = {
31
- "osx64": "ffmpeg-osx64-v4.1", # 10.9+
32
- "win32": "ffmpeg-win32-v4.1.exe", # Windows 7+
33
- "win64": "ffmpeg-win64-v4.1.exe",
34
- # "linux32": "ffmpeg-linux32-v4.1",
35
- "linux64": "ffmpeg-linux64-v4.1", # Kernel 2.6.32+
+ "osx64": "ffmpeg-osx64-v4.2.2", # 10.10+
+ "win32": "ffmpeg-win32-v4.2.2.exe", # Windows 7+
+ "win64": "ffmpeg-win64-v4.2.2.exe",
+ # "linux32": "ffmpeg-linux32-v4.2.2",
+ "linux64": "ffmpeg-linux64-v4.2.2", # Kernel 3.2.0+
36
}
37
38
osxplats = "macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64"
0 commit comments