[vlc-devel] commit: cosmetics (Christophe Mutricy )

git version control git at videolan.org
Thu Sep 11 00:15:47 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Tue Sep  9 20:41:44 2008 +0100| [367ee8e2662e2232347d35ad750624b6a7603417] | committer: Christophe Mutricy 

cosmetics

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

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index fde86ee..eb7a627 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3183,7 +3183,7 @@ dnl
 dnl skins2 module
 dnl
 AC_ARG_ENABLE(libtar,
-  [  --enable-libtar support for skins2 (default enabled)])
+  [  --enable-libtar         libtar support for skins2 (default enabled)])
 
 AS_IF([test "${enable_libtar}" != "no"],[
   AC_CHECK_HEADERS(libtar.h, [
@@ -3560,7 +3560,7 @@ dnl
 dnl  schroedinger decoder plugin (for dirac format video)
 dnl
 AC_ARG_ENABLE(schroedinger,
-[  --disable-schroedinger   high performance dirac codec (default enabled)])
+[  --disable-schroedinger  high performance dirac codec (default enabled)])
 if test "${enable_schroedinger}" != "no"; then
   PKG_CHECK_MODULES(SCHROEDINGER,[schroedinger-1.0 >= 1.0], [
       VLC_ADD_PLUGIN([schroedinger])
@@ -3714,7 +3714,7 @@ dnl
 dnl libass subtitle rendering module
 dnl
 AC_ARG_ENABLE(libass,
-  [  --enable-libass           Subtitle support using libass (default disabled)])
+  [  --enable-libass         Subtitle support using libass (default disabled)])
 AS_IF( [test "${enable_libass}" = "yes"], [
   PKG_CHECK_MODULES(LIBASS, libass >= 0.9.5,
       [




More information about the vlc-devel mailing list