Commit aa42201d authored by Rafaël Carré's avatar Rafaël Carré

contrib: ass: remove useless condition

Update config.{sub,guess} after extraction
parent c848f906
......@@ -32,9 +32,8 @@ $(TARBALLS)/libass-$(ASS_VERSION).tar.gz:
libass: libass-$(ASS_VERSION).tar.gz .sum-ass
$(UNPACK)
ifdef HAVE_MACOSX
$(APPLY) $(SRC)/ass/ass-macosx.patch
endif
$(UPDATE_AUTOCONFIG)
$(MOVE)
DEPS_ass = freetype2 $(DEPS_freetype2) fribidi
......@@ -54,7 +53,6 @@ ASS_CONF += --disable-harfbuzz
endif
.ass: libass
$(UPDATE_AUTOCONFIG)
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -O3" ./configure $(HOSTCONF) $(ASS_CONF)
cd $< && $(MAKE) install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment