Really disable libass if --disable-libass is provided.

Originally committed to SVN as r2693.
This commit is contained in:
Amar Takhar 2009-01-14 06:06:37 +00:00
parent b6661ec3a4
commit fa240bc665
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ if test "$enable_libass" != "no"; then
fi
fi
if test "$with_libass" = "yes"; then
if test "$with_libass" = "yes" || test "$enable_libass" != "no"; then
AC_DEFINE(WITH_LIBASS, 1, [Enable libass Subtitle Provider])
else
with_libass="no"