diff cfg-common.h @ 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 a2f20562aac3
children 31ac2e1a5695
line wrap: on
line diff
--- a/cfg-common.h	Mon Jul 31 12:35:04 2006 +0000
+++ b/cfg-common.h	Mon Jul 31 17:39:17 2006 +0000
@@ -366,7 +366,7 @@
 extern int ts_keep_broken;
 extern off_t ts_probe;
 
-#include "libmpdemux/tv.h"
+#include "stream/tv.h"
 
 extern char* edl_filename;
 extern char* edl_output_filename;
@@ -444,7 +444,7 @@
 #endif
 
 #ifdef HAS_DVBIN_SUPPORT
-#include "libmpdemux/dvbin.h"
+#include "stream/dvbin.h"
 extern m_config_t dvbin_opts_conf[];
 #endif