mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07: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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user