also copy libs from ffmpeg-whep

This commit is contained in:
legop3
2025-11-14 17:22:18 -05:00
parent 326ae16f6b
commit bc88cafafb
+2 -2
View File
@@ -115,8 +115,8 @@ install_ffmpeg_whip() {
exit 1
fi
rm -rf "${FFMPEG_WHIP_DIR}"
install -d "${FFMPEG_WHIP_DIR}"
tar -xzf "${tmp}/${asset}" -C "${FFMPEG_WHIP_DIR}" --strip-components=1
mkdir -p "${FFMPEG_WHIP_DIR}"
tar -xzf "${tmp}/${asset}" -C "${FFMPEG_WHIP_DIR}"
rm -rf "$tmp"
cat > "${FFMPEG_WHIP_BIN}" <<'EOF'
#!/usr/bin/env bash