[MPlayer-cvslog] r20397 - branches/1.0rc1/configure
    gpoirier 
    subversion at mplayerhq.hu
       
    Sun Oct 22 23:20:04 CEST 2006
    
    
  
Author: gpoirier
Date: Sun Oct 22 23:20:04 2006
New Revision: 20397
Modified:
   branches/1.0rc1/configure
Log:
last minute hotfix: do not attempt to auto-detect dvdnav on OSX (linking issues)
Modified: branches/1.0rc1/configure
==============================================================================
--- branches/1.0rc1/configure	(original)
+++ branches/1.0rc1/configure	Sun Oct 22 23:20:04 2006
@@ -1635,6 +1635,10 @@
 _xmms=no
 _have_dvd=no
 _dvdnav=auto
+# theres's some known linking issues with darwin and dvdnav, so disable autodetection
+if darwin; then
+  _dvdnav=no
+fi
 _dvdnavconfig=dvdnav-config
 _dvdread=auto
 _mpdvdkit=auto
    
    
More information about the MPlayer-cvslog
mailing list