mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 06:36:41 +00:00
Merge pull request #2220 from Raybuntu/mediainfo
mediainfo: Fix linking issue
This commit is contained in:
commit
e096b9f70f
@ -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_AUTORECONF="no"
|
||||
|
||||
pre_configure_target() {
|
||||
export LDFLAGS="$LDFLAGS -lmediainfo"
|
||||
}
|
||||
|
||||
make_target() {
|
||||
cd Project/GNU/CLI
|
||||
do_autoreconf
|
||||
|
Loading…
x
Reference in New Issue
Block a user