Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
ubuntu-24.04)
sudo apt-get update
sudo apt-get install autoconf automake build-essential cmake \
libtool pkg-config nasm zlib1g-dev libvorbis-dev libx264-dev
libtool pkg-config nasm zlib1g-dev libvorbis-dev libx264-dev libx265-dev
if [[ "${{ matrix.config.extras }}" ]]; then
sudo apt-get install doxygen wget
fi
;;
macos-14)
brew install automake libtool nasm libpng libvorbis libvpx opus x264
brew install automake libtool nasm libpng libvorbis libvpx opus x264 x265
;;
esac

Expand Down
1 change: 1 addition & 0 deletions scripts/build-deps
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ echo ./configure
--enable-gpl \
--enable-version3 \
--enable-libx264 \
--enable-libx265 \
--enable-libxml2 \
--enable-shared \
--enable-sse \
Expand Down
Loading