1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

contrib: ass: Remove Tizen specific rules

This commit is contained in:
Marvin Scholz 2019-06-20 14:24:38 +02:00
parent edfdaf9c24
commit 4264d03933

View File

@ -14,10 +14,6 @@ ifeq ($(ANDROID_ABI), x86)
WITH_ASS_ASM = 0
endif
else
ifdef HAVE_TIZEN
WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 0
else
ifdef HAVE_DARWIN_OS
WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 1
@ -38,7 +34,6 @@ endif
endif
endif
endif
endif
$(TARBALLS)/libass-$(ASS_VERSION).tar.gz:
$(call download_pkg,$(ASS_URL),ass)