mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-07 10:05:39 +00:00
Include dav1d in releases
Scrcpy supports AV1, but no decoder was provided in binary releases. Include dav1d: - <https://www.videolan.org/projects/dav1d.html> - <https://code.videolan.org/videolan/dav1d> Fixes #4744 <https://github.com/Genymobile/scrcpy/issues/4744> PR #5644 <https://github.com/Genymobile/scrcpy/pull/5644>
This commit is contained in:
parent
f2018e026c
commit
aca6d30af5
5 changed files with 76 additions and 0 deletions
|
@ -15,6 +15,7 @@ MACOS_BUILD_DIR="$WORK_DIR/build-macos-$ARCH"
|
|||
|
||||
app/deps/adb_macos.sh
|
||||
app/deps/sdl.sh macos native static
|
||||
app/deps/dav1d.sh macos native static
|
||||
app/deps/ffmpeg.sh macos native static
|
||||
app/deps/libusb.sh macos native static
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue