Skip to content

Commit

Permalink
Fix for compiling MediaInfo on OSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raptor399 committed May 4, 2012
1 parent 3b81109 commit 83e0894
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions contrib/build-pms-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#
# build-pms-osx.sh
#
# Version: 2.1.2
# Last updated: 2012-04-18
# Version: 2.1.3
# Last updated: 2012-05-04
# Authors: Patrick Atoon, Happy-Neko
#
#
Expand Down Expand Up @@ -1133,6 +1133,11 @@ build_libmediainfo() {

set_flags

if is_osx; then
# Fix for broken compilation because of unknown token PKG_CHECK_MODULES
$SED -i -e "s/PKG_CHECK_MODULES/#PKG_CHECK_MODULES/" configure.ac
fi

# Note: libmediainfo requires libzen source to compile
./autogen
./configure --enable-shared --disable-dependency-tracking --enable-staticlibs --prefix=$TARGET
Expand Down

0 comments on commit 83e0894

Please sign in to comment.