comparison libmpdemux/dvb_tune.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents 8dd7a656eaf8
children 15fbdb09330f
comparison
equal deleted inserted replaced
17011:c29e74822d2c 17012:6ff3379a0862
51 static char* dvb_secdev[4]={"/dev/ost/sec0","/dev/ost/sec1","/dev/ost/sec2","/dev/ost/sec3"}; 51 static char* dvb_secdev[4]={"/dev/ost/sec0","/dev/ost/sec1","/dev/ost/sec2","/dev/ost/sec3"};
52 char* dvb_demuxdev[4]={"/dev/ost/demux0","/dev/ost/demux1","/dev/ost/demux2","/dev/ost/demux3"}; 52 char* dvb_demuxdev[4]={"/dev/ost/demux0","/dev/ost/demux1","/dev/ost/demux2","/dev/ost/demux3"};
53 #endif 53 #endif
54 54
55 #include "dvbin.h" 55 #include "dvbin.h"
56 #include "../mp_msg.h" 56 #include "mp_msg.h"
57 57
58 58
59 59
60 int dvb_get_tuner_type(int fe_fd) 60 int dvb_get_tuner_type(int fe_fd)
61 { 61 {