mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libmediainfo: fix build
revert change introduced with 282b913aefed4599ada598991eae323412373b66 go with upstream eb952e7746ad13f1eacc2d4367d9d9709af3e16e
This commit is contained in:
parent
5f86fe213a
commit
a752aa8093
@ -36,9 +36,8 @@ makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/include/MediaInfo/${i}/
|
||||
cp -aP ../../../Source/MediaInfo/${i}/*.h ${INSTALL}/usr/include/MediaInfo/${i}/
|
||||
done
|
||||
|
||||
# only install static library, so mediainfo does not build with shared library
|
||||
cp -P .libs/libmediainfo.a ${INSTALL}/usr/lib
|
||||
|
||||
# move shared lib so mediainfo will not detect it and perform a static build
|
||||
mkdir -p ${INSTALL}/shared-lib
|
||||
cp -P .libs/libmediainfo.so* ${INSTALL}/shared-lib
|
||||
cp -P libmediainfo.pc ${INSTALL}/usr/lib/pkgconfig
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user