mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
mediainfo: Fix linking issue
This commit is contained in:
parent
c7da506167
commit
96254fd00c
@ -30,6 +30,10 @@ PKG_SHORTDESC="MediaInfo is a convenient unified display of the most relevant te
|
|||||||
PKG_LONGDESC="MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files"
|
PKG_LONGDESC="MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files"
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
export LDFLAGS="$LDFLAGS -lmediainfo"
|
||||||
|
}
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
cd Project/GNU/CLI
|
cd Project/GNU/CLI
|
||||||
do_autoreconf
|
do_autoreconf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user