summaryrefslogtreecommitdiffstats
path: root/stream/stream_radio.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-01 18:20:29 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-01 18:20:29 +0000
commit3b4e87616d9ad650258c74eee7fa8a07c924d2f4 (patch)
tree9fb9cedd4154055a3b990e81b45a76825f4b0b87 /stream/stream_radio.c
parent59a929e5706d416ee560fed5637873f7cfc740d8 (diff)
downloadmpv-3b4e87616d9ad650258c74eee7fa8a07c924d2f4.tar.bz2
mpv-3b4e87616d9ad650258c74eee7fa8a07c924d2f4.tar.xz
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
Diffstat (limited to 'stream/stream_radio.c')
-rw-r--r--stream/stream_radio.c5
1 files changed, 0 insertions, 5 deletions
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 <stdlib.h>