From 8172eec08ddab82f797297dffb60a9d56cae2f85 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 2 Sep 2010 19:48:07 +0000 Subject: configure: Attempt to fix compilation with FreeBSD's dvdio.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32039 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index beeaba996e..18033f87aa 100755 --- a/configure +++ b/configure @@ -3501,7 +3501,8 @@ echores "$_soundcard_h" echocheck "sys/dvdio.h" _dvdio=no -header_check sys/dvdio.h && _dvdio=yes +# FreeBSD 8.1 has broken dvdio.h +header_check_broken sys/types.h sys/dvdio.h && _dvdio=yes if test "$_dvdio" = yes ; then def_dvdio='#define DVD_STRUCT_IN_SYS_DVDIO_H 1' else -- cgit v1.2.3