comparison stream/dvbin.h @ 27370:14c5017f40d2

Change a bunch of video/audio-output-specific preprocessor directives from a HAVE_ prefix to a CONFIG_ prefix.
author diego
date Sun, 03 Aug 2008 15:21:40 +0000
parents 4129c8cfa742
children 9e739bdb049c
comparison
equal deleted inserted replaced
27369:8598536ca4f5 27370:14c5017f40d2
12 12
13 #define SLOF (11700*1000UL) 13 #define SLOF (11700*1000UL)
14 #define LOF1 (9750*1000UL) 14 #define LOF1 (9750*1000UL)
15 #define LOF2 (10600*1000UL) 15 #define LOF2 (10600*1000UL)
16 16
17 #ifdef HAVE_DVB_HEAD 17 #ifdef CONFIG_DVB_HEAD
18 #include <linux/dvb/dmx.h> 18 #include <linux/dvb/dmx.h>
19 #include <linux/dvb/frontend.h> 19 #include <linux/dvb/frontend.h>
20 #include <linux/dvb/version.h> 20 #include <linux/dvb/version.h>
21 #else 21 #else
22 #include <ost/dmx.h> 22 #include <ost/dmx.h>