view mpbswap.h @ 23846:21aab907150e

Disable building of vo_mga on all linux platforms despite not having Matrox card. This could be reverted when there is proper check for Matrox card and mga_vid module presence.
author iive
date Thu, 26 Jul 2007 09:54:57 +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 */