forked from mia/Aegisub
Really disable libass if --disable-libass is provided.
Originally committed to SVN as r2693.
This commit is contained in:
parent
b6661ec3a4
commit
fa240bc665
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue