|
1 |
| ---- src/mpv-0.34.0/bootstrap.py |
2 |
| -+++ src/mpv-0.34.0/bootstrap.py |
| 1 | +--- src/mpv-0.34.1/bootstrap.py |
| 2 | ++++ src/mpv-0.34.1/bootstrap.py |
3 | 3 | @@ -5,10 +5,10 @@
|
4 | 4 | import os, sys, stat, hashlib, subprocess
|
5 | 5 | from urllib.request import urlopen, URLError
|
|
13 | 13 |
|
14 | 14 | if os.path.exists("waf"):
|
15 | 15 | wafver = subprocess.check_output([sys.executable, './waf', '--version']).decode()
|
16 |
| ---- src/mpv-0.34.0/wscript |
17 |
| -+++ src/mpv-0.34.0/wscript |
| 16 | +--- src/mpv-0.34.1/wscript |
| 17 | ++++ src/mpv-0.34.1/wscript |
18 | 18 | @@ -245,6 +245,12 @@ iconv support use --disable-iconv.",
|
19 | 19 | 'desc': 'w32/dos paths',
|
20 | 20 | 'deps': 'os-win32 || os-cygwin',
|
|
28 | 28 | }, {
|
29 | 29 | 'name': 'glob-posix',
|
30 | 30 | 'desc': 'glob() POSIX support',
|
31 |
| ---- src/mpv-0.34.0/wscript_build.py |
32 |
| -+++ src/mpv-0.34.0/wscript_build.py |
| 31 | +--- src/mpv-0.34.1/wscript_build.py |
| 32 | ++++ src/mpv-0.34.1/wscript_build.py |
33 | 33 | @@ -209,7 +209,7 @@ def build(ctx):
|
34 | 34 | ])
|
35 | 35 |
|
|
39 | 39 | ( "osdep/subprocess-win.c", "win32-desktop" ),
|
40 | 40 | ( "osdep/subprocess-dummy.c" ),
|
41 | 41 | ])
|
| 42 | +--- src/ffmpeg-5.0/libavfilter/metal/utils.m |
| 43 | ++++ src/ffmpeg-5.0/libavfilter/metal/utils.m |
| 44 | +@@ -31,7 +31,7 @@ void ff_metal_compute_encoder_dispatch(id<MTLDevice> device, |
| 45 | + BOOL fallback = YES; |
| 46 | + // MAC_OS_X_VERSION_10_15 is only defined on SDKs new enough to include its functionality (including iOS, tvOS, etc) |
| 47 | + #ifdef MAC_OS_X_VERSION_10_15 |
| 48 | +- if (@available(macOS 10.15, iOS 11, tvOS 14.5, *)) { |
| 49 | ++ if (@available(macOS 10.15, iOS 13, tvOS 14.5, *)) { |
| 50 | + if ([device supportsFamily:MTLGPUFamilyCommon3]) { |
| 51 | + MTLSize threadsPerGrid = MTLSizeMake(width, height, 1); |
| 52 | + [encoder dispatchThreads:threadsPerGrid threadsPerThreadgroup:threadsPerThreadgroup]; |
0 commit comments