summaryrefslogtreecommitdiffstats
path: root/libass
diff options
context:
space:
mode:
authorDr.Smile <vabnick@gmail.com>2022-12-04 23:38:39 +0300
committerDr.Smile <vabnick@gmail.com>2023-04-02 06:06:19 +0300
commitc9992e024d7a502c1b1499e0918be3b7a0834fed (patch)
treec268423824e18292c7f125ee4390b69225aa3b8e /libass
parent588781e6d75aa98dee8d66dd58f14fea04c77f54 (diff)
downloadlibass-c9992e024d7a502c1b1499e0918be3b7a0834fed.tar.bz2
libass-c9992e024d7a502c1b1499e0918be3b7a0834fed.tar.xz
checkasm: adapt to libass and add simple tests
Diffstat (limited to 'libass')
-rw-r--r--libass/Makefile_library.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/libass/Makefile_library.am b/libass/Makefile_library.am
index 8d0ac3a..536d775 100644
--- a/libass/Makefile_library.am
+++ b/libass/Makefile_library.am
@@ -2,10 +2,6 @@ LIBASS_LT_CURRENT = 11
LIBASS_LT_REVISION = 1
LIBASS_LT_AGE = 2
-nasm_verbose = $(nasm_verbose_$(V))
-nasm_verbose_ = $(nasm_verbose_$(AM_DEFAULT_VERBOSITY))
-nasm_verbose_0 = @echo " NASM " $@;
-
.asm.lo:
$(nasm_verbose)$(LIBTOOL) $(AM_V_lt) --tag=CC --mode=compile $(top_srcdir)/ltnasm.sh $(AS) $(ASFLAGS) -I$(top_srcdir)/libass/ -Dprivate_prefix=ass -o $@ $<