libass: remove obsolete --disable-enca option

See: https://github.com/mxe/mxe/pull/912#issuecomment-146729301
This commit is contained in:
Tony Theodore 2015-12-20 18:30:43 +11:00
parent 11aee96888
commit c26f3225fb
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ define $(PKG)_BUILD
# fontconfig is only required for legacy XP support
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-enca \
--enable-fontconfig \
--enable-harfbuzz
$(MAKE) -C '$(1)' -j '$(JOBS)'