summaryrefslogtreecommitdiffstats
path: root/libmpdemux/ai_alsa1x.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-06 13:09:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-06 13:09:45 +0000
commit7844cbc3ce870b0d32d75e36729a89afc50c8aef (patch)
tree578381bb99e969cf8b1a50c6b85cfb94066841ef /libmpdemux/ai_alsa1x.c
parent20770e8a7da4bd4469fa954e8c7a54c18e495835 (diff)
downloadmpv-7844cbc3ce870b0d32d75e36729a89afc50c8aef.tar.bz2
mpv-7844cbc3ce870b0d32d75e36729a89afc50c8aef.tar.xz
Move conditional compilation into the build system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18927 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/ai_alsa1x.c')
-rw-r--r--libmpdemux/ai_alsa1x.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpdemux/ai_alsa1x.c b/libmpdemux/ai_alsa1x.c
index 8ca30bce3c..d0c6af0f98 100644
--- a/libmpdemux/ai_alsa1x.c
+++ b/libmpdemux/ai_alsa1x.c
@@ -4,8 +4,6 @@
#include "config.h"
-#if defined(USE_TV) && (defined(HAVE_TV_V4L) || defined(HAVE_TV_V4L2)) && defined(HAVE_ALSA1X)
-
#include <alsa/asoundlib.h>
#include "audio_in.h"
#include "mp_msg.h"
@@ -185,5 +183,3 @@ int ai_alsa_xrun(audio_in_t *ai)
mp_msg(MSGT_TV, MSGL_ERR, MSGTR_MPDEMUX_AIALSA_AlsaReadWriteError);
return -1;
}
-
-#endif /* HAVE_ALSA1X */