File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
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"
@@ -339,7 +339,7 @@ if build "fdk_aac"; then
339339fi
340340
341341if build " av1" ; then
342- download " https://aomedia.googlesource.com/aom/+archive/69a986c7d4c354dfbccec570ccbc44688612c083 .tar.gz" " av1.tar.gz" " av1"
342+ download " https://aomedia.googlesource.com/aom/+archive/0f5cd05bb3d6209e2583ce682d1acd8e21ae24b8 .tar.gz" " av1.tar.gz" " av1"
343343 cd " $PACKAGES " /av1 || exit
344344 mkdir -p " $PACKAGES " /aom_build
345345 cd " $PACKAGES " /aom_build || exit
370370if build " srt" ; then
371371 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
373- execute cmake -DCMAKE_INSTALL_PREFIX:PATH=" ${WORKSPACE} " -DENABLE_SHARED=OFF -DENABLE_STATIC=ON -DENABLE_APPS=OFF " $PACKAGES " /srt-1.4.1
374- execute make -j $MJOBS
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
375378 execute make install
376379 build_done " srt"
377380fi
You can’t perform that action at this time.
0 commit comments