Skip to content

Commit 30ccaaf

Browse files
committed
srt update
1 parent f26179a commit 30ccaaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build-ffmpeg

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# https://github.com/markus-perl/ffmpeg-build-script
44

5-
VERSION=1.15
5+
VERSION=1.16
66
CWD=$(pwd)
77
PACKAGES="$CWD/packages"
88
WORKSPACE="$CWD/workspace"
@@ -373,7 +373,6 @@ if build "srt"; then
373373
export OPENSSL_ROOT_DIR="${WORKSPACE}"
374374
export OPENSSL_LIB_DIR="${WORKSPACE}"/lib
375375
export OPENSSL_INCLUDE_DIR="${WORKSPACE}"/include/
376-
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
377376
execute cmake "$PACKAGES"/srt-1.4.1 -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DENABLE_SHARED=OFF -DENABLE_STATIC=ON -DENABLE_APPS=OFF
378377
execute make install
379378
build_done "srt"

0 commit comments

Comments
 (0)