view mpbswap.h @ 23785:593df57c3134

Do not test for the existence of device files during configuration, it fails for packagers, crosscompilers or other cases where the binaries are built on a machine different from the one they are run on.
author diego
date Tue, 17 Jul 2007 12:37:16 +0000
parents 2606b8c645de
children 4129c8cfa742
line wrap: on
line source

#ifndef MPBSWAP_H
#define MPBSWAP_H

#include "libavutil/bswap.h"
#ifndef HAVE_SWAB
void swab(const void *from, void *to, ssize_t n);
#endif

#endif /* MPBSWAP_H */