# HG changeset patch # User asheldon # Date 1162111136 25200 # Node ID 6d1f65117180db4f652d3c61f1fc7635ecea8da1 # Parent 46d603abb737a5112db903aa0747708f947d53e6 [svn] The comment probably ought to say 'enable' since that's what the command does diff -r 46d603abb737 -r 6d1f65117180 ChangeLog --- 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 + 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 revision [278] - make sure libxmmsmplayer is built with PICFLAGS diff -r 46d603abb737 -r 6d1f65117180 configure.ac --- 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] )