[MPlayer-cvslog] r37308 - trunk/configure

reimar subversion at mplayerhq.hu
Sat Oct 25 15:40:41 CEST 2014


Author: reimar
Date: Sat Oct 25 15:40:40 2014
New Revision: 37308

Log:
configure: Fix typo that broke old external libdvdread.

Thanks to Nicolas for spotting it.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Oct 25 14:55:58 2014	(r37307)
+++ trunk/configure	Sat Oct 25 15:40:40 2014	(r37308)
@@ -748,7 +748,7 @@ _dvdnav=auto
 _dvdnavconfig="pkg-config dvdnav"
 type dvdnav-config >/dev/null 2>&1 && _dvdnavconfig=dvdnav-config
 _dvdreadconfig="pkg-config dvdread"
-type dvdread-config >/dev/null 2>&1 && _dvdnavconfig=dvdread-config
+type dvdread-config >/dev/null 2>&1 && _dvdreadconfig=dvdread-config
 _dvdread=auto
 _dvdread_internal=auto
 _libdvdcss_internal=auto


More information about the MPlayer-cvslog mailing list