diff subreader.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 b137cea2650e
children f16afec4c9c0
line wrap: on
line diff
--- a/subreader.c	Mon Jul 31 12:35:04 2006 +0000
+++ b/subreader.c	Mon Jul 31 17:39:17 2006 +0000
@@ -18,7 +18,7 @@
 #include "config.h"
 #include "mp_msg.h"
 #include "subreader.h"
-#include "libmpdemux/stream.h"
+#include "stream/stream.h"
 
 #ifdef HAVE_ENCA
 #include <enca.h>