From a8cf14b714c16a31c913b9315e796d3fd31fa9db Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 22 Mar 2008 11:46:18 +0000 Subject: [PATCH] set with_libass and with_internal_libass to no when --without-libass is supplied. Originally committed to SVN as r2112. --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index bd49282ec..b4e9e37c9 100644 --- a/configure.in +++ b/configure.in @@ -320,8 +320,12 @@ if test "$with_libass" != "no"; then with_libass="no" fi +else + with_internal_libass="no" + with_libass="no" fi + if test "$with_libass" = "yes" || test "$with_internal_libass" = "yes"; then AC_DEFINE(WITH_LIBASS, 1, [Enable libass Subtitle Provider]) fi