Skip to content
Snippets Groups Projects
Commit a1c3fc6e authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Update libvpx | refs #38536

parent bb505431
No related branches found
No related tags found
No related merge requests found
# UbiCast ffmpeg build
Build the `ffmpeg-ubicast` package using the `ffmpeg-n[...]-latest-linux64-gpl-[...].tar.xz ` artifact from:
Build the `ffmpeg-ubicast` package using an artifact from FFmpeg-Builds:
https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest
https://github.com/BtbN/FFmpeg-Builds/releases
......@@ -5,7 +5,7 @@
override_dh_auto_build:
echo 'Custom build'
curl -sL 'https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-linux64-gpl-6.0.tar.xz' -o archive.tar.xz
curl -sL 'https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-10-01-12-50/ffmpeg-n6.0-35-g067ed535f4-linux64-gpl-6.0.tar.xz' -o archive.tar.xz
mkdir -pv archive
tar -xvf archive.tar.xz -C archive
mkdir -pv bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment