We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 865e259 + 22461a5 commit eeb93cbCopy full SHA for eeb93cb
1 file changed
build-ffmpeg
@@ -893,6 +893,18 @@ if $NONFREE_AND_GPL; then
893
CONFIGURE_OPTIONS+=("--enable-libfdk-aac")
894
fi
895
896
+if build "soxr" "0.1.3"; then
897
+ download "https://sourceforge.net/projects/soxr/files/soxr-$CURRENT_PACKAGE_VERSION-Source.tar.xz/download?use_mirror=gigenet" "soxr-$CURRENT_PACKAGE_VERSION.tar.xz"
898
+
899
+ mkdir build && cd build
900
+ execute cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="${WORKSPACE}" -DBUILD_SHARED_LIBS:bool=off -DWITH_OPENMP:bool=off -DBUILD_TESTS:bool=off -Wno-dev ..
901
+ execute make -j $MJOBS
902
+ execute make install
903
904
+ build_done "soxr" $CURRENT_PACKAGE_VERSION
905
+fi
906
+CONFIGURE_OPTIONS+=("--enable-libsoxr")
907
908
##
909
## image library
910
0 commit comments