[vlc-devel] commit: contrib: extra distro file for Darwin 64, which removes default compilation of libsdl, sdl_image and goom2k4, as these aren't 64bit compatible ( Felix Paul Kühne )

git version control git at videolan.org
Mon Aug 31 01:26:58 CEST 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Aug 31 01:26:54 2009 +0200| [98e20cf8e43b2fd2ad8249c2f984ab948dd0c4b1] | committer: Felix Paul Kühne 

contrib: extra distro file for Darwin 64, which removes default compilation of libsdl, sdl_image and goom2k4, as these aren't 64bit compatible

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

 extras/contrib/bootstrap                      |    2 +-
 extras/contrib/src/Distributions/darwin64.mak |   13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 0b02b77..83e995d 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -182,7 +182,7 @@ case $HOST in
         RANLIB="ranlib"
         AR="ar"
         STRIP="strip"
-        cat src/Distributions/darwin.mak >> distro.mak
+        cat src/Distributions/darwin64.mak >> distro.mak
         if test -e /Developer/SDKs; then
             echo "SDKs found. Everything is fine." >&2
         else
diff --git a/extras/contrib/src/Distributions/darwin64.mak b/extras/contrib/src/Distributions/darwin64.mak
new file mode 100644
index 0000000..398a95c
--- /dev/null
+++ b/extras/contrib/src/Distributions/darwin64.mak
@@ -0,0 +1,13 @@
+# Darwin rules
+all: .autoconf .gnumake .automake .libtool .intl .pkgcfg .yasm .freetype \
+    .fribidi .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora \
+    .flac .speex .shout .faad .lame .twolame .ebml .matroska .ffmpeg \
+    .dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig \
+    .png .jpeg .tiff .gpg-error .gcrypt .gnutls .cddb .cdio .vcdimager \
+    .glib .gecko .mpcdec .dirac_encoder .dirac_decoder \
+    .dca .tag .x264 .lua .zvbi .fontconfig .ncurses .liboil \
+    .schroedinger .libass .libupnp .kate .Sparkle .aclocal
+# .expat .clinkcc don't work with SDK yet
+# .glib .IDL .gecko are required to build the mozilla plugin
+# .mozilla-macosx will build an entire mozilla. it can be used if we need to create a new .gecko package
+




More information about the vlc-devel mailing list