vdr-plugin-dvbapi: switch to libdvbcsa

closes #2554
This commit is contained in:
Stefan Saraev 2013-08-31 15:03:17 +03:00
parent 4cbf689f0a
commit 208f0bd687
2 changed files with 2 additions and 1 deletions

View File

@ -36,5 +36,6 @@ cd $PKG_BUILD
VDRSRC="../$VDR_DIR" \
LIBDIR="." \
LOCALEDIR="./locale" \
LIBDVBCSA=1 \
CSAFLAGS="$CFLAGS -Wall -fomit-frame-pointer -fexpensive-optimizations -funroll-loops"

View File

@ -26,7 +26,7 @@ PKG_LICENSE="GPL"
PKG_SITE="https://github.com/manio/vdr-plugin-dvbapi"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="vdr openssl"
PKG_BUILD_DEPENDS="toolchain vdr openssl"
PKG_BUILD_DEPENDS="toolchain vdr openssl libdvbcsa"
PKG_PRIORITY="optional"
PKG_SECTION="multimedia"
PKG_SHORTDESC="TV"