summaryrefslogtreecommitdiff
path: root/src/dxr3/dxr3_decoder.c
diff options
context:
space:
mode:
authorHeiko Schaefer <heikos@users.sourceforge.net>2001-08-17 13:34:25 +0000
committerHeiko Schaefer <heikos@users.sourceforge.net>2001-08-17 13:34:25 +0000
commit63d519983a6a5776e473454b912a2e7521c4262a (patch)
tree5c7e0779d7635359528be5e5f8ae67d521ca1826 /src/dxr3/dxr3_decoder.c
parent6951f7e71dfab220d0b00a3fe75e38a082d9ab57 (diff)
downloadxine-lib-63d519983a6a5776e473454b912a2e7521c4262a.tar.gz
xine-lib-63d519983a6a5776e473454b912a2e7521c4262a.tar.bz2
compile-fix for non-gnu systems (e.g. freebsd)
CVS patchset: 441 CVS date: 2001/08/17 13:34:25
Diffstat (limited to 'src/dxr3/dxr3_decoder.c')
-rw-r--r--src/dxr3/dxr3_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_decoder.c b/src/dxr3/dxr3_decoder.c
index e08088bc1..c27c60ef0 100644
--- a/src/dxr3/dxr3_decoder.c
+++ b/src/dxr3/dxr3_decoder.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: dxr3_decoder.c,v 1.12 2001/08/16 12:54:58 ehasenle Exp $
+ * $Id: dxr3_decoder.c,v 1.13 2001/08/17 13:34:25 heikos Exp $
*
* dxr3 video and spu decoder plugin. Accepts the video and spu data
* from XINE and sends it directly to the corresponding dxr3 devices.
@@ -36,12 +36,12 @@
#include <fcntl.h>
#include <errno.h>
-#include <byteswap.h>
#include <linux/soundcard.h>
#include <linux/em8300.h>
#include "video_out.h"
#include "xine_internal.h"
#include "buffer.h"
+#include "xine-engine/bswap.h"
#define LOOKUP_DEV "dxr3_devname"
#define DEFAULT_DEV "/dev/em8300"