diff 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
line wrap: on
line diff
--- a/stream/dvbin.h	Sat Aug 02 21:39:29 2008 +0000
+++ b/stream/dvbin.h	Sun Aug 03 15:21:40 2008 +0000
@@ -14,7 +14,7 @@
 #define LOF1 (9750*1000UL)
 #define LOF2 (10600*1000UL)
 
-#ifdef HAVE_DVB_HEAD
+#ifdef CONFIG_DVB_HEAD
 	#include <linux/dvb/dmx.h>
 	#include <linux/dvb/frontend.h>
 	#include <linux/dvb/version.h>