mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(mpv).darwin
this one is just annoying
This commit is contained in:
parent
b36f29fe6a
commit
2484571106
|
@ -21,6 +21,9 @@ dependencies:
|
||||||
alsa-project.org/alsa-lib: 1
|
alsa-project.org/alsa-lib: 1
|
||||||
github.com/adah1972/libunibreak: 5
|
github.com/adah1972/libunibreak: 5
|
||||||
|
|
||||||
|
warnings:
|
||||||
|
- macOS12+
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
mesonbuild.com: 1
|
mesonbuild.com: 1
|
||||||
|
@ -75,6 +78,13 @@ build:
|
||||||
LD: clang
|
LD: clang
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
# the swift bits rely on a lib not available on macOS 11; we've seen this before.
|
||||||
|
# no point in holding it out just for that, though
|
||||||
|
- run: |
|
||||||
|
if test "$(sw_vers --productVersion | cut -d . -f 1)" -lt 12; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
if: darwin
|
||||||
- mpv --ao=null --vo=null test.wav
|
- mpv --ao=null --vo=null test.wav
|
||||||
- mpv --vf=help | grep vapoursynth
|
- mpv --vf=help | grep vapoursynth
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue