[MPlayer-cvslog] r19624 - trunk/stream/stream_radio.c

diego subversion at mplayerhq.hu
Fri Sep 1 20:20:30 CEST 2006


Author: diego
Date: Fri Sep  1 20:20:29 2006
New Revision: 19624

Modified:
   trunk/stream/stream_radio.c

Log:
Remove stray and superflous #ifdef checks.
patch by Vladimir Voroshilov, voroshil [at] gmail [dot] com


Modified: trunk/stream/stream_radio.c
==============================================================================
--- trunk/stream/stream_radio.c	(original)
+++ trunk/stream/stream_radio.c	Fri Sep  1 20:20:29 2006
@@ -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>



More information about the MPlayer-cvslog mailing list