[vlc-devel] commit: contribs: use a specific pre-release version of LibSDL 1. 3 for Darwin (already covered by the 5th contribs package) ( Felix Paul Kühne )
git version control
git at videolan.org
Sat Feb 21 12:58:00 CET 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Feb 21 12:49:15 2009 +0100| [5c3061c517f36ec9faa225053d0e51c0e0a526e8] | committer: Felix Paul Kühne
contribs: use a specific pre-release version of LibSDL 1.3 for Darwin (already covered by the 5th contribs package)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5c3061c517f36ec9faa225053d0e51c0e0a526e8
---
extras/contrib/src/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 394bdd3..65ddd7d 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2119,14 +2119,20 @@ CLEAN_PKG += tiff
DISTCLEAN_PKG += tiff-$(TIFF_VERSION).tar.gz
# ***************************************************************************
-# SDL
+# LibSDL
# ***************************************************************************
+ifndef HAVE_DARWIN_OS
SDL-$(SDL_VERSION).tar.gz:
$(WGET) $(SDL_URL)
SDL: SDL-$(SDL_VERSION).tar.gz
$(EXTRACT_GZ)
+else
+SDL:
+ $(SVN) co http://svn.libsdl.org/trunk/SDL -r 4444 SDL
+ (cd $@; sh autogen.sh)
+endif
.SDL: SDL
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-audio --disable-video-x11 --disable-video-aalib --disable-video-dga --disable-video-fbcon --disable-video-directfb --disable-video-ggi --disable-video-svga --disable-directx --enable-joystick --disable-cdrom --disable-threads --disable-sdl-dlopen CFLAGS="$(CFLAGS)" && make && make install)
More information about the vlc-devel
mailing list