Get rid of completely pointless vt_doit variable
[mplayer/glamo.git] / mpbswap.h
blob03ef0c387bb7b11d073066ecda06be2fdb71b9a7
1 #ifndef MPLAYER_MPBSWAP_H
2 #define MPLAYER_MPBSWAP_H
4 #include <sys/types.h>
5 #include "config.h"
6 #include "libavutil/bswap.h"
8 #ifndef HAVE_SWAB
9 void swab(const void *from, void *to, ssize_t n);
10 #endif
12 #endif /* MPLAYER_MPBSWAP_H */