Created
December 4, 2015 17:57
-
-
Save dschmidt/991096b3ca5cea6bb701 to your computer and use it in GitHub Desktop.
Use libtool from brew in vlc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap | |
index b408d34..8a011df 100755 | |
--- a/extras/tools/bootstrap | |
+++ b/extras/tools/bootstrap | |
@@ -73,7 +73,7 @@ fi | |
check autoconf 2.69 | |
check automake 1.14 | |
check m4 1.4.16 | |
-check libtool 2.4 | |
+check glibtool 2.4 | |
check pkg-config | |
check cmake 2.8.8 | |
check yasm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment