changeset 22634:b00752cb51f2

Fix compilation, bswap.h is now mpbswap.h.
author diego
date Sat, 17 Mar 2007 00:06:19 +0000
parents 0160251d350a
children 1ab2603337a9
files TOOLS/netstream/netstream.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/netstream/netstream.c	Sat Mar 17 00:05:38 2007 +0000
+++ b/TOOLS/netstream/netstream.c	Sat Mar 17 00:06:19 2007 +0000
@@ -42,7 +42,8 @@
 #include "stream/stream.h"
 #include "libmpdemux/demuxer.h"
 #include "mp_msg.h"
-#include "bswap.h"
+#include "libavutil/common.h"
+#include "mpbswap.h"
 
 /// Netstream packets def and some helpers
 #include "stream/netstream.h"