[MPlayer-cvslog] r20611 - trunk/configure

reimar subversion at mplayerhq.hu
Thu Nov 2 19:12:19 CET 2006


Author: reimar
Date: Thu Nov  2 19:12:19 2006
New Revision: 20611

Modified:
   trunk/configure

Log:
Check for existence of libcdio_paranoia, not libcdio, since the former is
what we actually need.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Nov  2 19:12:19 2006
@@ -5329,7 +5329,7 @@
         cc_check $_ld_tmp $_ld_lm \
           && _libcdio=yes && _ld_libcdio="$_ld_tmp" && break
     done
-    if test "$_libcdio" = no && $_pkg_config --exists libcdio ; then
+    if test "$_libcdio" = no && $_pkg_config --exists libcdio_paranoia ; then
       _inc_tmp=`$_pkg_config --cflags libcdio_paranoia`;
       _ld_tmp=`$_pkg_config --libs libcdio_paranoia`;
       cc_check $_inc_tmp $_ld_tmp $_ld_lm && _libcdio=yes \



More information about the MPlayer-cvslog mailing list