Skip to content

Commit 613f73e

Browse files
committed
_vdr-plugin-softhddevice: add dependency to libva
1 parent 75c8776 commit 613f73e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/vdr/_vdr-plugin-softhddevice/package.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ PKG_URL="https://github.com/ua0lnj/vdr-plugin-softhddevice/archive/${PKG_VERSION
99
PKG_BRANCH="latest"
1010
PKG_SOURCE_DIR="vdr-plugin-softhddevice-${PKG_VERSION}"
1111
PKG_DEPENDS_TARGET="toolchain _vdr libglvnd nvidia glm alsa freetype ffmpeg libdrm mesa libva _xcb-util-wm libxcb glu libXi libXrandr libXrender libXext libXxf86vm vdr-helper"
12-
PKG_DEPENDS_CONFIG="_vdr"
12+
PKG_DEPENDS_CONFIG="_vdr libva"
1313
PKG_NEED_UNPACK="$(get_pkg_directory _vdr) $(get_pkg_directory vdr-helper)"
14-
PKG_DEPENDS_UNPACK="vdr-helper"
14+
PKG_DEPENDS_UNPACK="vdr-helper libva"
1515
PKG_LONGDESC="A software and GPU emulated UHD output device plugin for VDR."
1616
PKG_MAKE_OPTS_TARGET="CUVID=$(cat $(get_build_dir ffmpeg)/config.h | grep CUVID | cut -d ' ' -f 3)"
1717
PKG_MAKEINSTALL_OPTS_TARGET="CUVID=$(cat $(get_build_dir ffmpeg)/config.h | grep CUVID | cut -d ' ' -f 3)"

0 commit comments

Comments
 (0)