[vlc-commits] macosx: fix bootstrap

David Fuhrmann git at videolan.org
Sat May 30 14:02:14 CEST 2015


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat May 30 14:01:33 2015 +0200| [72b7034fda744bda2c6ba1707aa39ec05d93c9c0] | committer: David Fuhrmann

macosx: fix bootstrap

This line is not needed, the module is already linked against
IOKit.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=72b7034fda744bda2c6ba1707aa39ec05d93c9c0
---

 modules/gui/macosx/Modules.am |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/macosx/Modules.am b/modules/gui/macosx/Modules.am
index 7a6f821..6588a0b 100644
--- a/modules/gui/macosx/Modules.am
+++ b/modules/gui/macosx/Modules.am
@@ -1,5 +1,4 @@
 AM_LIBTOOLFLAGS=--tag=CC
-AM_LDFLAGS=-framework IOKit
 
 SOURCES_macosx = \
 	CompatibilityFixes.h \



More information about the vlc-commits mailing list