repo.or.cz
/
mplayer
/
glamo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add config.h #include, necessary for HAVE_MALLOC_H check.
[mplayer/glamo.git]
/
mpbswap.h
blob
03ef0c387bb7b11d073066ecda06be2fdb71b9a7
1
#ifndef MPLAYER_MPBSWAP_H
2
#define MPLAYER_MPBSWAP_H
3
4
#include <sys/types.h>
5
#include
"config.h"
6
#include
"libavutil/bswap.h"
7
8
#ifndef HAVE_SWAB
9
void
swab
(
const void
*
from
,
void
*
to
,
ssize_t n
);
10
#endif
11
12
#endif
/* MPLAYER_MPBSWAP_H */