]> git.sesse.net Git - vlc/blobdiff - extras/contrib/src/Patches/libdvdnav.patch
Contribs: update libdvdnav patches
[vlc] / extras / contrib / src / Patches / libdvdnav.patch
index 11a5beab13fe71c4d1cc47a1036c7d02a8ddfce8..621da1b59033bd6d97d8bfe38a94399fa63f173e 100644 (file)
@@ -46,16 +46,3 @@ Index: Makefile.am
  
  EXTRA_DIST = autogen.sh \
             AUTHORS \
-Index: src/dvdnav_internal.h
-===================================================================
---- src/dvdnav_internal.h      (revision 1136)
-+++ src/dvdnav_internal.h      working copy)
-@@ -37,7 +37,7 @@
- #define pthread_mutex_init(a, b) InitializeCriticalSection(a)
- #define pthread_mutex_lock(a)    EnterCriticalSection(a)
- #define pthread_mutex_unlock(a)  LeaveCriticalSection(a)
--#define pthread_mutex_destroy(a)
-+#define pthread_mutex_destroy(a) DeleteCriticalSection(a)
-
- /* replacement gettimeofday implementation */
- #include <sys/timeb.h>
\ No newline at end of file