[Mplayer-cvslog] CVS: main xacodec.c,1.20,1.21
    Bohdan 'Nexus' Horst 
    nexus at mplayer.dev.hu
       
    Fri Oct 26 16:20:01 CEST 2001
    
    
  
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv18539
Modified Files:
	xacodec.c 
Log Message:
FreeBSD libdl fix
Index: xacodec.c
===================================================================
RCS file: /cvsroot/mplayer/main/xacodec.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- xacodec.c	26 Oct 2001 13:39:15 -0000	1.20
+++ xacodec.c	26 Oct 2001 14:19:42 -0000	1.21
@@ -30,7 +30,7 @@
 #include "libvo/img_format.h"
 #include "xacodec.h"
 
-#ifdef HAVE_LIBDL
+#if defined(HAVE_LIBDL) || defined(__FreeBSD__)
 
 #if 0 
 typedef char xaBYTE;
    
    
More information about the MPlayer-cvslog
mailing list