LibMedia: Link to avformat as well

This allows us to process container formats in future commits.
This commit is contained in:
Jelle Raaijmakers
2024-09-09 16:03:15 +02:00
committed by Andreas Kling
parent 3bf910706f
commit 1b267abf36
4 changed files with 23 additions and 11 deletions

View File

@@ -26,8 +26,8 @@ runs:
sudo apt-get update
sudo apt-get install autoconf autoconf-archive automake build-essential ccache clang-18 clang++-18 cmake curl fonts-liberation2 \
gcc-13 g++-13 libavcodec-dev libegl1-mesa-dev libgl1-mesa-dev libpulse-dev libssl-dev libstdc++-13-dev lld-18 nasm ninja-build \
qt6-base-dev qt6-tools-dev-tools tar unzip zip
gcc-13 g++-13 libavcodec-dev libavformat-dev libegl1-mesa-dev libgl1-mesa-dev libpulse-dev libssl-dev libstdc++-13-dev lld-18 \
nasm ninja-build qt6-base-dev qt6-tools-dev-tools tar unzip zip
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-18 100
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-18 100