[FFmpeg-cvslog] remove definition of swab
j@v2v.cc
git at videolan.org
Thu Mar 17 22:26:56 CET 2011
ffmpeg | branch: master | j at v2v.cc <j at v2v.cc> | Thu Mar 17 17:57:52 2011 +0100| [3660b5bca9aa076214e8ee7f6c3cceee8641f31f] | committer: 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: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3660b5bca9aa076214e8ee7f6c3cceee8641f31f
---
libavfilter/libmpcodecs/mpbswap.h | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/libavfilter/libmpcodecs/mpbswap.h b/libavfilter/libmpcodecs/mpbswap.h
index 7ec7946..28f7337 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 */
More information about the ffmpeg-cvslog
mailing list