From 49867bd432352d19172ab26cf873bd5651e69e25 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 31 Jul 2006 17:39:17 +0000 Subject: introduce new 'stream' directory for all stream layer related components and split them from libmpdemux git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19277 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cfg-common.h') 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 -- cgit v1.2.3