view mpbswap.h @ 26149:484bf3498911

Add some more paths to find tools on Slackware 12. based on a patch by andrew, andrew.david.45 gmail com
author diego
date Thu, 06 Mar 2008 08:52:22 +0000
parents 83c95bd31aab
children 131359221d72
line wrap: on
line source

#ifndef MPLAYER_MPBSWAP_H
#define MPLAYER_MPBSWAP_H

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

#endif /* MPLAYER_MPBSWAP_H */