Mercurial > mplayer.hg
diff configure @ 21326:af809f05ed57
Add a config.mak variable for CDDB.
author | diego |
---|---|
date | Mon, 27 Nov 2006 22:02:06 +0000 |
parents | df74299363e8 |
children | 40db8a91e674 |
line wrap: on
line diff
--- a/configure Mon Nov 27 21:59:13 2006 +0000 +++ b/configure Mon Nov 27 22:02:06 2006 +0000 @@ -5226,6 +5226,7 @@ _cdda='yes' _ld_extra="$_ld_extra -lcdda_interface -lcdda_paranoia" openbsd && _ld_extra="$_ld_extra -lutil" + test $_network = yes && _cddb=yes fi echores "$_cdparanoia" @@ -7434,6 +7435,7 @@ MPLAYER = $_mplayer MENCODER = $_mencoder CDDA = $_cdda +CDDB = $_cddb BITMAP_FONT = $_bitmap_font FREETYPE = $_freetype CONFIG_ASS = $_ass