diff stream/stream_radio.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 7ee4ae1648e6
children b4cbeff5153e
line wrap: on
line diff
--- a/stream/stream_radio.h	Sat Aug 02 21:39:29 2008 +0000
+++ b/stream/stream_radio.h	Sun Aug 03 15:21:40 2008 +0000
@@ -9,7 +9,7 @@
 typedef struct radio_param_s{
     /** name of radio device file */
     char*   device;
-#ifdef HAVE_RADIO_BSDBT848
+#ifdef CONFIG_RADIO_BSDBT848
     /** minimal allowed frequency */
     float   freq_min;
     /** maximal allowed frequency */