[MPlayer-cvslog] r32271 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Sep 16 16:52:27 CEST 2010
Author: diego
Date: Thu Sep 16 16:52:27 2010
New Revision: 32271
Log:
Remove pointless sys/ioctl.h #includes from OSS audio checks.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Sep 16 16:42:15 2010 (r32270)
+++ trunk/configure Thu Sep 16 16:52:27 2010 (r32271)
@@ -5483,7 +5483,6 @@ echores "$_v4l2"
echocheck "OSS Audio"
if test "$_ossaudio" = auto ; then
cat > $TMPC << EOF
-#include <sys/ioctl.h>
#include <$_soundcard_header>
int main(void) { int arg = SNDCTL_DSP_SETFRAGMENT; return 0; }
EOF
@@ -5494,7 +5493,6 @@ if test "$_ossaudio" = yes ; then
def_ossaudio='#define CONFIG_OSS_AUDIO 1'
aomodules="oss $aomodules"
cat > $TMPC << EOF
-#include <sys/ioctl.h>
#include <$_soundcard_header>
#ifdef OPEN_SOUND_SYSTEM
int main(void) { return 0; }
More information about the MPlayer-cvslog
mailing list