mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-27 19:58:34 +00:00
Upgrade FFmpeg custom builds for Windows
Use a build which includes the pcm_s16le decoder, to support RAW audio. Refs <https://github.com/rom1v/scrcpy-deps/commits/6.0-scrcpy-2>
This commit is contained in:
parent
9d60d7880b
commit
f30fd963a1
4 changed files with 14 additions and 14 deletions
|
@ -6,11 +6,11 @@ cd "$DIR"
|
|||
mkdir -p "$PREBUILT_DATA_DIR"
|
||||
cd "$PREBUILT_DATA_DIR"
|
||||
|
||||
VERSION=6.0-scrcpy
|
||||
VERSION=6.0-scrcpy-2
|
||||
DEP_DIR="ffmpeg-$VERSION"
|
||||
|
||||
FILENAME="$DEP_DIR".7z
|
||||
SHA256SUM=f3956295b4325a84aada05447ba3f314fbed96697811666d495de4de40d59f98
|
||||
SHA256SUM=98ef97f8607c97a5c4f9c5a0a991b78f105d002a3619145011d16ffb92501b14
|
||||
|
||||
if [[ -d "$DEP_DIR" ]]
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue