Skip to content

Commit

Permalink
mpv: disable rtp and srtp protocols
Browse files Browse the repository at this point in the history
To be re-enabled once timeouts are fixed upstream. Currently it is not
possible to specify timeout for them.
  • Loading branch information
kasper93 committed May 11, 2024
1 parent 0bfab0a commit 7fd8326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/mpv/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pushd $SRC/ffmpeg
./configure --cc=$CC --cxx=$CXX --ld="$CXX $CXXFLAGS" \
--disable-shared --enable-gpl --enable-nonfree \
--disable-programs --disable-asm --pkg-config-flags="--static" \
--disable-protocol=rtp,srtp \
$FFMPEG_BUILD_ARGS
make -j`nproc`
make install
Expand Down

0 comments on commit 7fd8326

Please sign in to comment.