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
This commit is contained in:
diego 2006-09-01 18:20:29 +00:00
parent 59a929e570
commit 3b4e87616d
1 changed files with 0 additions and 5 deletions

View File

@ -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>