[MPlayer-cvslog] r32039 - trunk/configure
reimar
subversion at mplayerhq.hu
Thu Sep 2 21:48:07 CEST 2010
Author: reimar
Date: Thu Sep 2 21:48:07 2010
New Revision: 32039
Log:
Attempt to fix compilation with FreeBSD's dvdio.h
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Sep 1 18:56:43 2010 (r32038)
+++ trunk/configure Thu Sep 2 21:48:07 2010 (r32039)
@@ -3788,7 +3788,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
More information about the MPlayer-cvslog
mailing list