Merge pull request #2220 from Raybuntu/mediainfo

mediainfo: Fix linking issue
This commit is contained in:
Christian Hewitt 2017-11-19 07:03:48 +04:00 committed by GitHub
commit e096b9f70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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