Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Fix for building latest xvid release on OS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raptor399 committed Mar 15, 2012
1 parent edcfee9 commit 50d8b0f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions contrib/build-pms-binaries.sh
Expand Up @@ -1446,11 +1446,7 @@ build_xvid() {
set_flags

if is_osx; then
if [ "$ARCHITECTURE" == "x86_64" ]; then
./configure --prefix=$TARGET --host=x86-apple-darwin10
else
./configure --prefix=$TARGET
fi
./configure --prefix=$TARGET --host=x86-apple-darwin10
else
./configure --prefix=$TARGET
fi
Expand Down

0 comments on commit 50d8b0f

Please sign in to comment.