summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg-common.h b/cfg-common.h
index f27698b782..35b804ed4f 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -366,7 +366,7 @@ extern int ts_prog;
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 @@ m_option_t pvropts_conf[]={
#endif
#ifdef HAS_DVBIN_SUPPORT
-#include "libmpdemux/dvbin.h"
+#include "stream/dvbin.h"
extern m_config_t dvbin_opts_conf[];
#endif