[MPlayer-dev-eng] [PATCH] Remove unneccesery ifdef in stream_radio.c

Vladimir Voroshilov voroshil at gmail.com
Fri Sep 1 19:54:31 CEST 2006


This patch removes ifdef for alsa9,alsa1x,oss in stream_radio.c, because it
always false (same check already exists in configure script).


-- 
Vladimir Voroshilov mailto:voroshli at univer.omsk.su
Omsk State University
JID: voroshil at jabber.ru
ICQ: 95587719
-------------- next part --------------
Index: stream/stream_radio.c
===================================================================
--- stream/stream_radio.c	(revision 19623)
+++ stream/stream_radio.c	(working copy)
@@ -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-dev-eng mailing list