mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
dcadec: build as shared library, otherwise we have 100% CPU in kodi and sound dont work
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9c271a479e
commit
688f682a68
@ -32,7 +32,10 @@ PKG_LONGDESC="DTS Coherent Acoustics decoder with support for HD extensions"
|
|||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
PKG_MAKE_OPTS_TARGET="PREFIX=/usr BINDIR=/usr/bin LIBDIR=/usr/lib INCLUDEDIR=/usr/include PKG_CONFIG_PATH=/usr/lib/pkgconfig"
|
# todo: we need to build as shared library, otherwise sond dont work
|
||||||
|
# in kodi with enabled dcadec support and we have 100% CPU usage
|
||||||
|
# (to test disable passtrough and use a DTS-HD sample)
|
||||||
|
PKG_MAKE_OPTS_TARGET="PREFIX=/usr BINDIR=/usr/bin LIBDIR=/usr/lib INCLUDEDIR=/usr/include PKG_CONFIG_PATH=/usr/lib/pkgconfig CONFIG_SHARED=1"
|
||||||
PKG_MAKEINSTALL_OPTS_TARGET="$PKG_MAKE_OPTS_TARGET"
|
PKG_MAKEINSTALL_OPTS_TARGET="$PKG_MAKE_OPTS_TARGET"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user