From 63a2e5b07f39b109e087f3ec6002111ed9c0c22f Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 31 Aug 2006 19:00:09 +0000 Subject: Check for requirements at configure-time, not at run-time. patch by Vladimir Voroshilov, voroshil gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19614 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_radio.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'stream/stream_radio.c') diff --git a/stream/stream_radio.c b/stream/stream_radio.c index 44b88e859b..b5e8de2fdb 100644 --- a/stream/stream_radio.c +++ b/stream/stream_radio.c @@ -1,5 +1,3 @@ - -#include "config.h" /* * Radio support * @@ -32,9 +30,7 @@ #undef USE_RADIO_CAPTURE #endif -#if !defined(HAVE_RADIO_V4L) && !defined(HAVE_RADIO_V4L2) -#error "This driver requires V4L1 or V4L2!" -#endif +#include "config.h" #include #include -- cgit v1.2.3