# HG changeset patch # User diego # Date 1157134829 0 # Node ID e9576ce3d4262976797f699723a5698407fe3285 # Parent 75063178d39fb3ce987c51dd3e870162ab2fa0bd Remove stray and superflous #ifdef checks. patch by Vladimir Voroshilov, voroshil [at] gmail [dot] com diff -r 75063178d39f -r e9576ce3d426 stream/stream_radio.c --- a/stream/stream_radio.c Fri Sep 01 16:38:07 2006 +0000 +++ b/stream/stream_radio.c Fri Sep 01 18:20:29 2006 +0000 @@ -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