Sophie

Sophie

distrib > Mageia > 1 > i586 > media > tainted-release-src > by-pkgid > f473b7b4d03aac3dab3be9a386f5c81c > files > 8

mplayer-1.0-1.rc4.0.r32713.5.mga1.tainted.src.rpm

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 *);