diff TOOLS/netstream/netstream.c @ 19271:64d82a45a05d

introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
author ben
date Mon, 31 Jul 2006 17:39:17 +0000
parents dd053aeb5442
children df12f74e8c14
line wrap: on
line diff
--- a/TOOLS/netstream/netstream.c	Mon Jul 31 12:35:04 2006 +0000
+++ b/TOOLS/netstream/netstream.c	Mon Jul 31 17:39:17 2006 +0000
@@ -41,13 +41,13 @@
 #include <ws2tcpip.h>
 #endif
 
-#include <libmpdemux/stream.h>
+#include <stream/stream.h>
 #include <libmpdemux/demuxer.h>
 #include <mp_msg.h>
 #include <bswap.h>
 
 /// Netstream packets def and some helpers
-#include <libmpdemux/netstream.h>
+#include <stream/netstream.h>
 
 
 //Set some standard variables