# HG changeset patch # User arpi # Date 1005486462 0 # Node ID 596a6ba3520f15dd2adaf59c1f571c06ec29ae57 # Parent 47620dd2e8d602fea13b4b039ac257b6b4b63ae1 never include files from public headers... diff -r 47620dd2e8d6 -r 596a6ba3520f libmpdemux/tv.c --- a/libmpdemux/tv.c Sun Nov 11 13:39:10 2001 +0000 +++ b/libmpdemux/tv.c Sun Nov 11 13:47:42 2001 +0000 @@ -21,6 +21,11 @@ #include "stream.h" #include "demuxer.h" #include "stheader.h" + +#include "../libao2/afmt.h" +#include "../libvo/img_format.h" +#include "../libvo/fastmemcpy.h" + #include "tv.h" /* some default values */ diff -r 47620dd2e8d6 -r 596a6ba3520f libmpdemux/tv.h --- a/libmpdemux/tv.h Sun Nov 11 13:39:10 2001 +0000 +++ b/libmpdemux/tv.h Sun Nov 11 13:47:42 2001 +0000 @@ -1,12 +1,11 @@ -#include "config.h" extern int tv_param_on; #ifdef USE_TV -#include "../libao2/afmt.h" -#include "../libvo/img_format.h" -#include "../libvo/fastmemcpy.h" -#include "mp_msg.h" +//#include "../libao2/afmt.h" +//#include "../libvo/img_format.h" +//#include "../libvo/fastmemcpy.h" +//#include "mp_msg.h" extern unsigned long tv_param_freq; extern char *tv_param_channel; diff -r 47620dd2e8d6 -r 596a6ba3520f libmpdemux/tvi_dummy.c --- a/libmpdemux/tvi_dummy.c Sun Nov 11 13:39:10 2001 +0000 +++ b/libmpdemux/tvi_dummy.c Sun Nov 11 13:47:42 2001 +0000 @@ -7,6 +7,7 @@ #ifdef USE_TV #include +#include "../libvo/img_format.h" #include "tv.h" /* information about this file */ diff -r 47620dd2e8d6 -r 596a6ba3520f libmpdemux/tvi_v4l.c --- a/libmpdemux/tvi_v4l.c Sun Nov 11 13:39:10 2001 +0000 +++ b/libmpdemux/tvi_v4l.c Sun Nov 11 13:47:42 2001 +0000 @@ -23,6 +23,11 @@ #include #include +#include "mp_msg.h" +#include "../libao2/afmt.h" +#include "../libvo/img_format.h" +#include "../libvo/fastmemcpy.h" + #include "tv.h" static tvi_info_t info = {