Skip to content

Commit a2d988f

Browse files
committed
Enable libx265 for ffmpeg in build-deps
1 parent bca1f10 commit a2d988f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
ubuntu-24.04)
5858
sudo apt-get update
5959
sudo apt-get install autoconf automake build-essential cmake \
60-
libtool pkg-config nasm zlib1g-dev libvorbis-dev libx264-dev
60+
libtool pkg-config nasm zlib1g-dev libvorbis-dev libx264-dev libx265-dev
6161
if [[ "${{ matrix.config.extras }}" ]]; then
6262
sudo apt-get install doxygen wget
6363
fi

scripts/build-deps

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ echo ./configure
6363
--enable-gpl \
6464
--enable-version3 \
6565
--enable-libx264 \
66+
--enable-libx265 \
6667
--enable-libxml2 \
6768
--enable-shared \
6869
--enable-sse \

0 commit comments

Comments
 (0)