From 0b474f14a1d0885bb1a7f756e06b60281e134722 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 28 Apr 2002 17:25:10 +0000 Subject: oss detection fix for bsd git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5886 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 26ffc32700..be2aefcf90 100755 --- a/configure +++ b/configure @@ -2452,6 +2452,7 @@ echores "$_mp1e" echocheck "OSS Audio" if test "$_ossaudio" = auto ; then cat > $TMPC << EOF +#include $_inc_soundcard int main(void) { int arg = SNDCTL_DSP_SETFRAGMENT; return 0; } EOF -- cgit v1.2.3