]> granicus.if.org Git - handbrake/commitdiff
Bump libdvdread and libdvdnav to the current git master (version 5.0.0 "pre").
authorRodeo <tdskywalker@gmail.com>
Mon, 27 Jan 2014 22:10:57 +0000 (22:10 +0000)
committerRodeo <tdskywalker@gmail.com>
Mon, 27 Jan 2014 22:10:57 +0000 (22:10 +0000)
Miscellaneous bugfixes and enhancements.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6004 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/libdvdnav/module.defs
contrib/libdvdread/module.defs

index 7e7eb52948b13ea3bc6447eec60f5076279b5698..0e22d2919b70e3429e093bac1229b0c9df8bef67 100644 (file)
@@ -1,13 +1,8 @@
 $(eval $(call import.MODULE.defs,LIBDVDNAV,libdvdnav,LIBDVDREAD))
 $(eval $(call import.CONTRIB.defs,LIBDVDNAV))
 
-LIBDVDNAV.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libdvdnav-5c47461.tar.bz2
-LIBDVDNAV.EXTRACT.tarbase = libdvdnav
+LIBDVDNAV.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libdvdnav-a5c1325.tar.bz2
 
 ifneq (max,$(LIBDVDNAV.GCC.g))
     LIBDVDNAV.GCC.D += NDEBUG
 endif
-
-LIBDVDNAV.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv;
-
-LIBDVDNAV.CONFIGURE.extra += --with-dvdread-config=$(call fn.ABSOLUTE,$(CONTRIB.build/)bin/dvdread-config)
index 593d2644eb09cdbef4338491cb20cd26818f997d..3dcfc8892f166f48d3bdad650911f8d800af9f89 100644 (file)
@@ -1,10 +1,7 @@
 $(eval $(call import.MODULE.defs,LIBDVDREAD,libdvdread))
 $(eval $(call import.CONTRIB.defs,LIBDVDREAD))
 
-LIBDVDREAD.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libdvdread-6005034.tar.bz2
-LIBDVDREAD.EXTRACT.tarbase = libdvdread
-
-LIBDVDREAD.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv;
+LIBDVDREAD.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libdvdread-a2f211a.tar.bz2
 
 ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
     LIBDVDREAD.CONFIGURE.extra = --enable-dlfcn