We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406de7b commit 9edcb61Copy full SHA for 9edcb61
build-ffmpeg
@@ -488,6 +488,15 @@ CONFIGURE_OPTIONS+=("--enable-libwebp")
488
## other library
489
##
490
491
+if build "libsdl"; then
492
+ download "https://www.libsdl.org/release/SDL2-2.0.12.tar.gz"
493
+ execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
494
+ execute make -j $MJOBS
495
+ execute make install
496
+
497
+ build_done "libsdl"
498
+fi
499
500
if build "srt"; then
501
download "https://github.com/Haivision/srt/archive/v1.4.1.tar.gz" "srt-1.4.1.tar.gz"
502
export OPENSSL_ROOT_DIR="${WORKSPACE}"
0 commit comments