[vlc-commits] commit: Disable the media library by default due polling timers ( =?UTF-8?Q?R=C3=A9mi=20Denis=2DCourmont=20?=)

git at videolan.org git at videolan.org
Thu Jan 13 17:44:46 CET 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan 13 18:42:21 2011 +0200| [fdd26f89a2a01c51cd9e47f3f04240a2d9357f57] | committer: Rémi Denis-Courmont 

Disable the media library by default due polling timers

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fdd26f89a2a01c51cd9e47f3f04240a2d9357f57
---

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index ade6419..ed18f70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4204,8 +4204,8 @@ AM_CONDITIONAL([HAVE_SQLITE], [test "${enable_sqlite}" != "no"])
 dnl
 dnl media library
 dnl
-AC_ARG_ENABLE(media-library, [--enable-media-library media library (default auto)])
-if test "${enable_media_library}" != "no"; then
+AC_ARG_ENABLE(media-library, [--enable-media-library media library (default disabled)])
+if test "${enable_media_library}" != "yes"; then
     if test "${enable_sqlite}" != "yes"; then
         if test "${enable_media_library}" == "yes"; then
             AC_MSG_ERROR([SQLite module is required for the media library])



More information about the vlc-commits mailing list