From 3660b5bca9aa076214e8ee7f6c3cceee8641f31f Mon Sep 17 00:00:00 2001 From: "j@v2v.cc" Date: Thu, 17 Mar 2011 17:57:52 +0100 Subject: 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: Michael Niedermayer --- libavfilter/libmpcodecs/mpbswap.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavfilter') diff --git a/libavfilter/libmpcodecs/mpbswap.h b/libavfilter/libmpcodecs/mpbswap.h index 7ec7946054..28f7337841 100644 --- a/libavfilter/libmpcodecs/mpbswap.h +++ b/libavfilter/libmpcodecs/mpbswap.h @@ -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 */ -- cgit v1.2.1