changeset 2484:aa96a104e8e0

FreeBSD libdl fix
author nexus
date Fri, 26 Oct 2001 14:19:42 +0000
parents 22bfa362af42
children 6d561976740a
files xacodec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xacodec.c	Fri Oct 26 14:04:17 2001 +0000
+++ b/xacodec.c	Fri Oct 26 14:19:42 2001 +0000
@@ -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;