From 02135001b44afc5446228228055c9ce7f29df5be Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 3 Aug 2008 15:21:40 +0000 Subject: Change a bunch of video/audio-output-specific preprocessor directives from a HAVE_ prefix to a CONFIG_ prefix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27402 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_radio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream_radio.h') diff --git a/stream/stream_radio.h b/stream/stream_radio.h index 3a258d9085..e77f4aa05e 100644 --- a/stream/stream_radio.h +++ b/stream/stream_radio.h @@ -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 */ -- cgit v1.2.3