bswap.h --> mpbswap.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21870 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-01-10 17:05:35 +00:00
parent 533eaf50e3
commit 727c5d4a1e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#ifndef HAVE_SWAB
/* system has no swab. emulate via bswap */
#include "bswap.h"
#include "mpbswap.h"
#include <unistd.h>
void swab(const void *from, void *to, ssize_t n) {