changeset 19618:e9576ce3d426

Remove stray and superflous #ifdef checks. patch by Vladimir Voroshilov, voroshil [at] gmail [dot] com
author diego
date Fri, 01 Sep 2006 18:20:29 +0000
parents 75063178d39f
children a83e5b8d2e63
files stream/stream_radio.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdlib.h>