[vlc-devel] commit: x264 moved to Git. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Mar 12 07:32:56 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Mar 11 23:32:36 2008 -0700| [c77d34a29149f897bc0e43eac220b37895e2a1e6]
x264 moved to Git.
Will remove the legacy tar.gz. If you build the contribs, you need SVN and git.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c77d34a29149f897bc0e43eac220b37895e2a1e6
---
extras/contrib/src/Makefile | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index c240acd..9c1d68a 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1338,6 +1338,19 @@ DISTCLEAN_PKG += libdca-$(LIBDCA_VERSION).tar.bz2
x264-$(X264_VERSION).tar.gz:
$(WGET) $(X264_URL)
+ifdef GIT
+x264:
+ $(GIT) clone git://git.videolan.org/x264.git
+ patch -p0 < Patches/x264-svn-info-threads.patch
+ifdef HAVE_WIN32
+ (cd x264; patch -p0 < ../Patches/x264-svn-win32.patch )
+endif
+ifdef HAVE_DARWIN_OS
+ (cd $@; patch -p0 < ../Patches/x264-svn-darwin.patch )
+endif
+
+else
+
ifdef SVN
x264:
$(SVN) co svn://svn.videolan.org/x264/trunk/ x264
More information about the vlc-devel
mailing list