[vlc-devel] commit: Contrib: Remove libdvdnav-win32 patch, applied upstream. ( Pavlov Konstantin )
git version control
git at videolan.org
Thu Jun 5 17:39:36 CEST 2008
vlc | branch: master | Pavlov Konstantin <thresh at videolan.org> | Thu Jun 5 19:37:52 2008 +0400| [40e5d0d1abbf12b90e8b47ccdbd7452d720b0b52]
Contrib: Remove libdvdnav-win32 patch, applied upstream.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=40e5d0d1abbf12b90e8b47ccdbd7452d720b0b52
---
extras/contrib/src/Makefile | 3 ---
extras/contrib/src/Patches/libdvdnav-win32.patch | 15 ---------------
2 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 774304d..de9d221 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1174,9 +1174,6 @@ ifdef SVN
libdvdnav:
$(SVN) co $(LIBDVDNAV_SVN) libdvdnav
patch -d libdvdnav -p1 < Patches/libdvdnav.patch
-ifdef HAVE_WIN32
- patch -p0 < Patches/libdvdnav-win32.patch
-endif
(cd $@; ./autogen.sh noconfig)
else
libdvdnav-$(LIBDVDNAV_VERSION).tar.gz:
diff --git a/extras/contrib/src/Patches/libdvdnav-win32.patch b/extras/contrib/src/Patches/libdvdnav-win32.patch
deleted file mode 100644
index 4126c6d..0000000
--- a/extras/contrib/src/Patches/libdvdnav-win32.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- libdvdnav.orig/src/remap.c 2007-12-23 13:48:04.000000000 +0100
-+++ libdvdnav/src/remap.c 2007-12-23 13:49:45.000000000 +0100
-@@ -203,7 +203,11 @@
- remap_t *map;
-
- /* Build the map filename */
-- home = getenv("HOME"); assert(home);
-+ home = getenv("HOME");
-+ if (!home) {
-+ fprintf( MSG_OUT, "libdvdnav: Unable to find map for title '%s' (HOME directory not found)\n", title);
-+ return NULL;
-+ }
- snprintf(fname, sizeof(fname), "%s/.dvdnav/%s.map", home, title);
-
- /* Open the map file */
More information about the vlc-devel
mailing list