From 3b4e87616d9ad650258c74eee7fa8a07c924d2f4 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 1 Sep 2006 18:20:29 +0000 Subject: Remove stray and superflous #ifdef checks. patch by Vladimir Voroshilov, voroshil [at] gmail [dot] com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19624 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_radio.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'stream/stream_radio.c') 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 -- cgit v1.2.3