[vlc-devel] commit: Default enable libass module (Christophe Mutricy )

git version control git at videolan.org
Tue Nov 3 00:34:32 CET 2009


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Mon Nov  2 22:18:33 2009 +0000| [2f2a3a5499b4e8f1f2e06b81ca5a868e6b460124] | committer: Christophe Mutricy 

Default enable libass module

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

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

diff --git a/configure.ac b/configure.ac
index 29b2d3b..dbabdef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3465,8 +3465,8 @@ dnl
 dnl libass subtitle rendering module
 dnl
 AC_ARG_ENABLE(libass,
-  [  --enable-libass         Subtitle support using libass (default disabled)])
-AS_IF( [test "${enable_libass}" = "yes"], [
+  [  --enable-libass         Subtitle support using libass (default enabled)])
+AS_IF( [test "${enable_libass}" != "no"], [
   PKG_CHECK_MODULES(LIBASS, libass >= 0.9.6,
       [
         VLC_ADD_LIBS([libass],[$LIBASS_LIBS])




More information about the vlc-devel mailing list