mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
tvheadend42: use the installed headers
libhdhomerun installs the required headers, there's no need to point to its build directory.
This commit is contained in:
parent
b86cffe84a
commit
14cf8f3842
@ -87,7 +87,7 @@ pre_configure_target() {
|
||||
LDFLAGS+=" -L$(get_install_dir ffmpegx)/usr/local/lib"
|
||||
|
||||
# pass libhdhomerun to build
|
||||
CFLAGS+=" -I$(get_build_dir libhdhomerun)"
|
||||
CFLAGS+=" -I$SYSROOT_PREFIX/usr/include/hdhomerun"
|
||||
|
||||
export CROSS_COMPILE="$TARGET_PREFIX"
|
||||
export CFLAGS+=" -I$SYSROOT_PREFIX/usr/include/iconv -L$SYSROOT_PREFIX/usr/lib/iconv"
|
||||
|
Loading…
x
Reference in New Issue
Block a user