comparison libmpdemux/tv.h @ 2830:596a6ba3520f

never include files from public headers...
author arpi
date Sun, 11 Nov 2001 13:47:42 +0000
parents 2e58962dc9fe
children c63562f5f56f
comparison
equal deleted inserted replaced
2829:47620dd2e8d6 2830:596a6ba3520f
1 #include "config.h"
2 1
3 extern int tv_param_on; 2 extern int tv_param_on;
4 3
5 #ifdef USE_TV 4 #ifdef USE_TV
6 #include "../libao2/afmt.h" 5 //#include "../libao2/afmt.h"
7 #include "../libvo/img_format.h" 6 //#include "../libvo/img_format.h"
8 #include "../libvo/fastmemcpy.h" 7 //#include "../libvo/fastmemcpy.h"
9 #include "mp_msg.h" 8 //#include "mp_msg.h"
10 9
11 extern unsigned long tv_param_freq; 10 extern unsigned long tv_param_freq;
12 extern char *tv_param_channel; 11 extern char *tv_param_channel;
13 extern char *tv_param_norm; 12 extern char *tv_param_norm;
14 extern char *tv_param_device; 13 extern char *tv_param_device;