[vlc-commits] commit: libdvdnav: updated patch ( Felix Paul Kühne )

git at videolan.org git at videolan.org
Fri Jun 4 21:17:24 CEST 2010


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Jun  4 21:13:28 2010 +0200| [79db0f282017f4cb5e75b1d45688e9c1cf3a3391] | committer: Felix Paul Kühne 

libdvdnav: updated patch

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=79db0f282017f4cb5e75b1d45688e9c1cf3a3391
---

 extras/contrib/src/Patches/libdvdnav.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/extras/contrib/src/Patches/libdvdnav.patch b/extras/contrib/src/Patches/libdvdnav.patch
index 621da1b..e0f57c2 100644
--- a/extras/contrib/src/Patches/libdvdnav.patch
+++ b/extras/contrib/src/Patches/libdvdnav.patch
@@ -1,8 +1,8 @@
 Index: src/vm/vm.c
 ===================================================================
---- src/vm/vm.c	(revision 1136)
+--- src/vm/vm.c	(revision 1199)
 +++ src/vm/vm.c	(working copy)
-@@ -146,12 +146,11 @@
+@@ -172,12 +172,11 @@
      fd = open(device, O_RDONLY);
      if (fd > 0) {
        off = lseek( fd, 32 * (off_t) DVD_VIDEO_LB_LEN, SEEK_SET );
@@ -17,7 +17,7 @@ Index: src/vm/vm.c
              if((data[i] == 0)) break;
              if((data[i] > 32) && (data[i] < 127)) {
                fprintf(MSG_OUT, "%c", data[i]);
-@@ -159,10 +158,12 @@
+@@ -185,10 +184,12 @@
                fprintf(MSG_OUT, " ");
              }
            }
@@ -35,7 +35,7 @@ Index: src/vm/vm.c
                fprintf(MSG_OUT, "%c", data[i]);
 Index: Makefile.am
 ===================================================================
---- Makefile.am	(revision 1136)
+--- Makefile.am	(revision 1199)
 +++ Makefile.am	(working copy)
 @@ -1,7 +1,7 @@
  include $(top_srcdir)/misc/Makefile.common



More information about the vlc-commits mailing list