Hide our swab prototype when the system has swab since at least the

Solaris definition is incompatible with ours (char * vs. void *)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23659 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-06-24 17:24:13 +00:00
parent d0d23a71da
commit 3fd9aa8196
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#define MPBSWAP_H
#include "libavutil/bswap.h"
#ifndef HAVE_SWAB
void swab(const void *from, void *to, ssize_t n);
#endif
#endif /* MPBSWAP_H */