mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
never include files from public headers...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2831 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
68fb450f6e
commit
4000629e2d
@ -21,6 +21,11 @@ int tv_param_on = 0;
|
||||
#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 */
|
||||
|
@ -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;
|
||||
|
@ -7,6 +7,7 @@
|
||||
#ifdef USE_TV
|
||||
|
||||
#include <stdio.h>
|
||||
#include "../libvo/img_format.h"
|
||||
#include "tv.h"
|
||||
|
||||
/* information about this file */
|
||||
|
@ -23,6 +23,11 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user