Skip to content

Commit

Permalink
enabled srt protocol and updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joepers committed Nov 7, 2024
1 parent e86a39f commit c9a54a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ jobs:
ubuntu-latest)
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 'libgnutls.*-dev' libsrt-gnutls-dev
if [[ "${{ matrix.config.extras }}" ]]; then
sudo apt-get install doxygen wget
fi
;;
macos-14)
brew install automake libtool nasm pkg-config libpng libvorbis libvpx opus x264
brew install automake libtool nasm pkg-config libpng libvorbis libvpx opus x264 gnutls
;;
esac
Expand Down
1 change: 1 addition & 0 deletions docs/overview/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Currently FFmpeg 6.1.1 is used with the following features enabled for all platf
- libopenjpeg
- libopus
- libspeex
- libsrt
- libtwolame
- libvorbis
- libvpx
Expand Down
1 change: 1 addition & 0 deletions scripts/build-deps
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ echo ./configure
--enable-sse \
--enable-avx \
--enable-avx2 \
--enable-libsrt \
--prefix="$PYAV_LIBRARY_PREFIX" \
|| exit 2
echo
Expand Down

0 comments on commit c9a54a3

Please sign in to comment.