view mpbswap.h @ 26156:3ba245a1febf

Set ASFLAGS in configure and initialize it as necessary for OS/2. patch by KO Myung-Hun, komh chollian net
author diego
date Fri, 07 Mar 2008 10:05:08 +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 */