From d0d23a71dabb6446ef3d396dc73ad12fedb22ff7 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 24 Jun 2007 15:25:32 +0000 Subject: Make sure we always have a swab() prototype when we use it, even if we use our osdep/swab.c emulation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23658 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpbswap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mpbswap.h') diff --git a/mpbswap.h b/mpbswap.h index f5b6601dcc..27cf7b69d5 100644 --- a/mpbswap.h +++ b/mpbswap.h @@ -2,5 +2,6 @@ #define MPBSWAP_H #include "libavutil/bswap.h" +void swab(const void *from, void *to, ssize_t n); #endif /* MPBSWAP_H */ -- cgit v1.2.3