changeset 141:6d1f65117180 trunk

[svn] The comment probably ought to say 'enable' since that's what the command does
author asheldon
date Sun, 29 Oct 2006 01:38:56 -0700
parents 46d603abb737
children c0b31cf2c7cd
files ChangeLog configure.ac
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Oct 29 01:23:08 2006 -0700
+++ b/ChangeLog	Sun Oct 29 01:38:56 2006 -0700
@@ -1,3 +1,13 @@
+2006-10-29 08:23:08 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [280]
+  - mplayer should be disabled by default due to the fact that it's only 
+    temporary in the core plugins pack (and will be moved to -ugly 
+    eventually)
+  
+  trunk/configure.ac |    7 ++-----
+  1 file changed, 2 insertions(+), 5 deletions(-)
+
+
 2006-10-29 08:20:45 +0000  William Pitcock <nenolod@nenolod.net>
   revision [278]
   - make sure libxmmsmplayer is built with PICFLAGS
--- a/configure.ac	Sun Oct 29 01:23:08 2006 -0700
+++ b/configure.ac	Sun Oct 29 01:38:56 2006 -0700
@@ -388,7 +388,7 @@
 fi
 
 AC_ARG_ENABLE(mplayer,
-    [  --enable-mplayer           disable mplayer plugin. (default=disabled) ],
+    [  --enable-mplayer           enable mplayer plugin. (default=disabled) ],
     [enable_mplayer=$enableval],
     [enable_mplayer=no]
 )