File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33# https://github.com/markus-perl/ffmpeg-build-script
44
5- VERSION=1.14
5+ VERSION=1.15
66CWD=$( pwd)
77PACKAGES=" $CWD /packages"
88WORKSPACE=" $CWD /workspace"
@@ -368,13 +368,13 @@ if build "openssl"; then
368368fi
369369
370370if build " srt" ; then
371- download " https://github.com/Haivision/srt/archive/v1.4.1.tar.gz" " srt- v1.4.1.tar.gz"
371+ download " https://github.com/Haivision/srt/archive/v1.4.1.tar.gz" " v1.4.1.tar.gz"
372372 cd " $PACKAGES " /srt-1.4.1 || exit
373373 export OPENSSL_ROOT_DIR=" ${WORKSPACE} "
374374 export OPENSSL_LIB_DIR=" ${WORKSPACE} " /lib
375375 export OPENSSL_INCLUDE_DIR=" ${WORKSPACE} " /include/
376376 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 -DWITH_EXTRALIBS= " -lz -ldl " .
377+ execute cmake " $PACKAGES " /srt-1.4.1 -DCMAKE_INSTALL_PREFIX:PATH=" ${WORKSPACE} " -DENABLE_SHARED=OFF -DENABLE_STATIC=ON -DENABLE_APPS=OFF
378378 execute make install
379379 build_done " srt"
380380fi
You can’t perform that action at this time.
0 commit comments