[vlc-commits] enable BWToolKit for the Mac port

Felix Paul Kühne git at videolan.org
Tue Feb 8 15:21:30 CET 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Feb  7 21:30:07 2011 +0100| [5bee5b7d7efc37e3bae3576f048d21857f974cc2] | committer: Felix Paul Kühne

enable BWToolKit for the Mac port

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

 Makefile.am  |    4 ++++
 configure.ac |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6cb20d6..6586555 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -420,6 +420,8 @@ VLC-release.app: vlc
 	done
 	mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
 	cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
+	mkdir -p $(top_builddir)/tmp/extras/contrib/BWToolKit
+	cp -R $(CONTRIB_DIR)/Sparkle/BWToolKitFramework.framework $(top_builddir)/tmp/extras/contrib/BWToolKit
 	mkdir -p $(top_builddir)/tmp/modules/audio_output
 	mkdir -p $(top_builddir)/tmp/modules/gui/macosx
 	for i in \
@@ -573,6 +575,8 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
 	done
 	mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
 	cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
+	mkdir -p $(top_builddir)/tmp/extras/contrib/BWToolKit
+	cp -R $(CONTRIB_DIR)/Sparkle/BWToolKitFramework.framework $(top_builddir)/tmp/extras/contrib/BWToolKit
 	mkdir -p $(top_builddir)/tmp/modules/audio_output
 	mkdir -p $(top_builddir)/tmp/modules/gui/macosx
 	for i in \
diff --git a/configure.ac b/configure.ac
index 7ef7f3b..45b5242 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3843,6 +3843,8 @@ then
   VLC_ADD_LDFLAGS([macosx],                           [-Wl,-framework,IOKit])
   VLC_ADD_LDFLAGS([macosx],                           [-F${CONTRIB_DIR}/Sparkle -Wl,-framework,Sparkle])
   VLC_ADD_OBJCFLAGS([macosx],                         [-F${CONTRIB_DIR}/Sparkle])
+  VLC_ADD_LDFLAGS([macosx],                           [-F${CONTRIB_DIR}/BWToolKit -Wl,-framework,BWToolKitFramework])
+  VLC_ADD_OBJCFLAGS([macosx],                         [-F${CONTRIB_DIR}/BWToolKit])
   dnl For bug report
   VLC_ADD_LDFLAGS([macosx],                           [-Wl,-framework,AddressBook])
   VLC_ADD_LDFLAGS([macosx],                           [-Wl,-framework,WebKit])



More information about the vlc-commits mailing list