comskip: use cfg-libs option and default to --disable-static to build a shared binary executable

This commit is contained in:
Rudi Heitbaum 2024-09-17 08:59:34 +00:00
parent 553138a277
commit 8eed0bc720

View File

@ -11,7 +11,7 @@ PKG_DEPENDS_TARGET="toolchain argtable2 ffmpegx"
PKG_DEPENDS_CONFIG="argtable2 ffmpegx" PKG_DEPENDS_CONFIG="argtable2 ffmpegx"
PKG_LONGDESC="Comskip detects commercial breaks from a video stream. It can be used for post-processing recordings." PKG_LONGDESC="Comskip detects commercial breaks from a video stream. It can be used for post-processing recordings."
PKG_TOOLCHAIN="autotools" PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="-sysroot" PKG_BUILD_FLAGS="-sysroot -cfg-libs"
pre_configure_target() { pre_configure_target() {
# pass ffmpegx to build # pass ffmpegx to build