Commit 3660b5bc authored by j@v2v.cc's avatar j@v2v.cc Committed by Michael Niedermayer

remove definition of swab

right now swab is defined in libavfilter/libmpcodecs/mpbswap.h
this breaks mingw32 cross compiles. since it its not used, it should be
removed. alternatively swab has to be added to HAVE_LIST in configure.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent afbfb2a8
......@@ -31,8 +31,4 @@
#define be2me_16(v) av_be2ne16(v)
#define be2me_32(v) av_be2ne32(v)
#ifndef HAVE_SWAB
void swab(const void *from, void *to, ssize_t n);
#endif
#endif /* MPLAYER_MPBSWAP_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment