mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
comskip: link against libdl
The static ffmpegx requires this due to omx: libavcodec/omx.c:93: error: undefined reference to 'dlsym'
This commit is contained in:
parent
1389aefd48
commit
f543965c6c
@ -16,5 +16,5 @@ PKG_BUILD_FLAGS="-sysroot"
|
||||
pre_configure_target() {
|
||||
# pass ffmpegx to build
|
||||
CFLAGS+=" -I$(get_install_dir ffmpegx)/usr/local/include"
|
||||
LDFLAGS+=" -L$(get_install_dir ffmpegx)/usr/local/lib"
|
||||
LDFLAGS+=" -L$(get_install_dir ffmpegx)/usr/local/lib -ldl"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user