[MPlayer-cvslog] r32272 - trunk/configure

diego subversion at mplayerhq.hu
Thu Sep 16 16:57:04 CEST 2010


Author: diego
Date: Thu Sep 16 16:57:04 2010
New Revision: 32272

Log:
Slightly restructure OSS audio check; fixes the warning:
tmp.c:2: warning: unused variable 'arg'

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Sep 16 16:52:27 2010	(r32271)
+++ trunk/configure	Thu Sep 16 16:57:04 2010	(r32272)
@@ -5484,7 +5484,7 @@ echocheck "OSS Audio"
 if test "$_ossaudio" = auto ; then
   cat > $TMPC << EOF
 #include <$_soundcard_header>
-int main(void) { int arg = SNDCTL_DSP_SETFRAGMENT; return 0; }
+int main(void) { return SNDCTL_DSP_SETFRAGMENT; }
 EOF
   _ossaudio=no
   cc_check && _ossaudio=yes


More information about the MPlayer-cvslog mailing list