mediainfo: Fix linking issue

This commit is contained in:
Radostan Riedel 2017-11-14 17:19:44 +01:00
parent c7da506167
commit 96254fd00c

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