Update sources
[mplayer/kovensky.git] / mpbswap.h
blobf7e4963e4593e707f3d9eca2efb3c4abcdf497a1
1 #ifndef MPLAYER_MPBSWAP_H
2 #define MPLAYER_MPBSWAP_H
4 #include <sys/types.h>
5 #include "config.h"
6 #include "ffmpeg_files/bswap.h"
8 #ifndef HAVE_SWAB
9 void swab(const void *from, void *to, ssize_t n);
10 #endif
12 #endif /* MPLAYER_MPBSWAP_H */