We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca1f10 commit a2d988fCopy full SHA for a2d988f
2 files changed
.github/workflows/smoke.yml
@@ -57,7 +57,7 @@ jobs:
57
ubuntu-24.04)
58
sudo apt-get update
59
sudo apt-get install autoconf automake build-essential cmake \
60
- libtool pkg-config nasm zlib1g-dev libvorbis-dev libx264-dev
+ libtool pkg-config nasm zlib1g-dev libvorbis-dev libx264-dev libx265-dev
61
if [[ "${{ matrix.config.extras }}" ]]; then
62
sudo apt-get install doxygen wget
63
fi
scripts/build-deps
@@ -63,6 +63,7 @@ echo ./configure
--enable-gpl \
64
--enable-version3 \
65
--enable-libx264 \
66
+ --enable-libx265 \
67
--enable-libxml2 \
68
--enable-shared \
69
--enable-sse \
0 commit comments