Merge pull request #3010 from CvH/9.0/comskip-fix

comskip: fix build
This commit is contained in:
Anton Voyl 2018-10-03 09:56:50 +02:00 committed by GitHub
commit 8714d7d377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ PKG_LONGDESC="Comskip detects commercial breaks from a video stream. It can be u
PKG_TOOLCHAIN="autotools" PKG_TOOLCHAIN="autotools"
pre_configure_target() { pre_configure_target() {
LDFLAGS="$LDFLAGS -ldl"
export argtable2_CFLAGS="-I$(get_build_dir argtable2)/src" export argtable2_CFLAGS="-I$(get_build_dir argtable2)/src"
export argtable2_LIBS="-L$(get_build_dir argtable2)/src/.libs -largtable2" export argtable2_LIBS="-L$(get_build_dir argtable2)/src/.libs -largtable2"