We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26179a commit 30ccaafCopy full SHA for 30ccaaf
build-ffmpeg
@@ -2,7 +2,7 @@
2
3
# https://github.com/markus-perl/ffmpeg-build-script
4
5
-VERSION=1.15
+VERSION=1.16
6
CWD=$(pwd)
7
PACKAGES="$CWD/packages"
8
WORKSPACE="$CWD/workspace"
@@ -373,7 +373,6 @@ if build "srt"; then
373
export OPENSSL_ROOT_DIR="${WORKSPACE}"
374
export OPENSSL_LIB_DIR="${WORKSPACE}"/lib
375
export OPENSSL_INCLUDE_DIR="${WORKSPACE}"/include/
376
- execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
377
execute cmake "$PACKAGES"/srt-1.4.1 -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DENABLE_SHARED=OFF -DENABLE_STATIC=ON -DENABLE_APPS=OFF
378
execute make install
379
build_done "srt"
0 commit comments