Mercurial > mplayer.hg
comparison configure @ 25393:454ab8a40f1c
Support cddb on darwin.
author | ulion |
---|---|
date | Sun, 16 Dec 2007 11:31:52 +0000 |
parents | 9850c8b67ccc |
children | ae7399c268fe |
comparison
equal
deleted
inserted
replaced
25392:2865633412d9 | 25393:454ab8a40f1c |
---|---|
5501 _def_havelibcdio='no' | 5501 _def_havelibcdio='no' |
5502 fi | 5502 fi |
5503 echores "$_libcdio" | 5503 echores "$_libcdio" |
5504 | 5504 |
5505 if test "$_cdda" = yes ; then | 5505 if test "$_cdda" = yes ; then |
5506 test $_cddb = auto && test $_network = yes && ! darwin && _cddb=yes | 5506 test $_cddb = auto && test $_network = yes && _cddb=yes |
5507 _def_cdparanoia='#define HAVE_CDDA' | 5507 _def_cdparanoia='#define HAVE_CDDA' |
5508 _inputmodules="cdda $_inputmodules" | 5508 _inputmodules="cdda $_inputmodules" |
5509 else | 5509 else |
5510 _def_cdparanoia='#undef HAVE_CDDA' | 5510 _def_cdparanoia='#undef HAVE_CDDA' |
5511 _noinputmodules="cdda $_noinputmodules" | 5511 _noinputmodules="cdda $_noinputmodules" |