view mpbswap.h @ 24410:606006d9f2f1

Do not replace _ by - if x86_64 is given in --target. Patch by Andrew Calkin (andrew calkin gmail com)
author reimar
date Wed, 12 Sep 2007 06:59:36 +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 */