diff --git a/stream/stream_radio.c b/stream/stream_radio.c index b5e8de2fdb..85a4d9ce15 100644 --- a/stream/stream_radio.c +++ b/stream/stream_radio.c @@ -25,11 +25,6 @@ * * Grabbing audio data using -ao pcm or -dumpaudio * (must be compiled with --enable-radio-capture). */ -#if !defined(HAVE_ALSA9) && !defined(HAVE_ALSA1X) && !defined(USE_OSS_AUDIO) && defined(USE_RADIO_CAPTURE) -#warning "Neither alsa1x, alsa9 nor oss found. Radio capture disabled" -#undef USE_RADIO_CAPTURE -#endif - #include "config.h" #include