Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > c02c66fcdaa0c3e68e1b310e20346ccc > files > 9

mplayer-1.0-1.rc2.23.r28791.2mdv2009.0.src.rpm

Index: libavformat/framehook.c
===================================================================
--- libavformat/framehook.c	(Revision 16719)
+++ libavformat/framehook.c	(Arbeitskopie)
@@ -23,9 +23,7 @@
 #include "avformat.h"
 #include "framehook.h"
 
-#if HAVE_DLFCN_H
 #include <dlfcn.h>
-#endif
 
 
 typedef struct FrameHookEntry {
Index: libdvdread4/dvd_input.c
===================================================================
--- libdvdread4/dvd_input.c	(Revision 1166)
+++ libdvdread4/dvd_input.c	(Arbeitskopie)
@@ -50,12 +50,7 @@
 #else
 
 /* dlopening libdvdcss */
-#ifdef HAVE_DLFCN_H
 #include <dlfcn.h>
-#else
-/* Only needed on MINGW at the moment */
-#include "../../msvc/contrib/dlfcn.c"
-#endif
 
 typedef struct dvdcss_s *dvdcss_handle;
 static dvdcss_handle (*DVDcss_open)  (const char *);