[vlc-devel] commit: FIx libdvdnav revision since they now depend on unreleased version of ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Jun 19 22:06:10 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at altair.videolan.org> | Thu Jun 19 22:05:37 2008 +0200| [98a8a735fccf1a16d042e34fdfab2c492a85a0da]
FIx libdvdnav revision since they now depend on unreleased version of
libdvdread...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=98a8a735fccf1a16d042e34fdfab2c492a85a0da
---
extras/contrib/src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 1cbb348..8bb25e0 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1192,7 +1192,7 @@ DISTCLEAN_PKG += libdvdread-$(LIBDVDREAD_VERSION).tar.gz
ifdef SVN
libdvdnav:
- $(SVN) co $(LIBDVDNAV_SVN) libdvdnav
+ $(SVN) co $(LIBDVDNAV_SVN) libdvdnav -r1100
patch -d libdvdnav -p0 < Patches/libdvdnav.patch
(cd $@; ./autogen.sh noconfig)
else
More information about the vlc-devel
mailing list