[vlc-devel] commit: Re-add --enable-cddb removed too fast in [ f5aed5af0a244007a9476657dc9a553e99301168] (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Jan 4 21:47:29 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan 4 21:45:40 2010 +0100| [b0952a6aea6d7f19a0bb30d556e08e83161f595f] | committer: Jean-Baptiste Kempf
Re-add --enable-cddb removed too fast in [f5aed5af0a244007a9476657dc9a553e99301168]
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b0952a6aea6d7f19a0bb30d556e08e83161f595f
---
configure.ac | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index cc4e9be..002ae70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2531,6 +2531,9 @@ AC_ARG_ENABLE(cdda,
AC_ARG_ENABLE(vcd,
[ --enable-vcd built-in VCD (default enabled)])
+AC_ARG_ENABLE(libcddb,
+ [ --enable-libcddb CDDB support for libcdio audio CD (default enabled)])
+
if test "${enable_vcd}" != "no"
then
AC_MSG_CHECKING(for cdrom_msf0 in linux/cdrom.h)
More information about the vlc-devel
mailing list