[vlc-devel] commit: Xml 2.6.32 patch modification. (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri May 16 05:23:00 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at altair.videolan.org> | Fri May 16 05:16:40 2008 +0200| [6120e3c4127a4f0934e0d46344d356f43715eccc]

Xml 2.6.32 patch modification.

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

 extras/contrib/src/Patches/xml2-win32.patch |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/extras/contrib/src/Patches/xml2-win32.patch b/extras/contrib/src/Patches/xml2-win32.patch
index a8b166d..f13fea9 100644
--- a/extras/contrib/src/Patches/xml2-win32.patch
+++ b/extras/contrib/src/Patches/xml2-win32.patch
@@ -191,23 +191,3 @@
  noinst_LTLIBRARIES = testdso.la
  testdso_la_SOURCES = testdso.c
  testdso_la_LDFLAGS = -module -rpath $(libdir)
---- xml/xmlmodule.c	2005-10-28 16:24:34.000000000 +0200
-+++ xml-new/xmlmodule.c	2006-10-11 13:56:13.748125000 +0200
-@@ -190,6 +190,8 @@
-     return (0);
- }
- 
-+#ifndef _WIN32
-+
- #ifdef HAVE_DLOPEN
- #ifdef HAVE_DLFCN_H
- #include <dlfcn.h>
-@@ -288,7 +290,7 @@
- #endif /* HAVE_SHLLOAD */
- #endif /* ! HAVE_DLOPEN */
- 
--#ifdef _WIN32
-+#else /* _WIN32 */
- 
- #include <windows.h>
- 




More information about the vlc-devel mailing list