[MPlayer-cvslog] r22652 - trunk/TOOLS/netstream/netstream.c
diego
subversion at mplayerhq.hu
Sat Mar 17 01:06:20 CET 2007
Author: diego
Date: Sat Mar 17 01:06:19 2007
New Revision: 22652
Modified:
trunk/TOOLS/netstream/netstream.c
Log:
Fix compilation, bswap.h is now mpbswap.h.
Modified: trunk/TOOLS/netstream/netstream.c
==============================================================================
--- trunk/TOOLS/netstream/netstream.c (original)
+++ trunk/TOOLS/netstream/netstream.c Sat Mar 17 01:06:19 2007
@@ -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"
More information about the MPlayer-cvslog
mailing list