1
mirror of https://github.com/mpv-player/mpv synced 2025-02-11 15:24:30 +01:00

dlfcn.h shouldn't be included if XANIM support disabled

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5283 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-23 18:38:41 +00:00
parent d58adc2b78
commit b4fd92730d

View File

@ -9,6 +9,10 @@
#include <stdlib.h>
#include <string.h> /* strerror */
#include "config.h"
#ifdef USE_XANIM
#ifdef __FreeBSD__
#include <unistd.h>
#endif
@ -17,8 +21,6 @@
#include <stdarg.h> /* va_alist, va_start, va_end */
#include <errno.h> /* strerror, errno */
#include "config.h"
#include "mp_msg.h"
#include "bswap.h"
@ -37,8 +39,6 @@
#include "fastmemcpy.h"
#ifdef USE_XANIM
#if 0
typedef char xaBYTE;
typedef short xaSHORT;