Skip to content

Commit 5ab5402

Browse files
committed
checkasm: use NULL more in the automake file
1 parent 7e946c2 commit 5ab5402

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/checkasm/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ if HAVE_X86ASM
3131
checkasm_SOURCES += checkasm_x86.asm timer_x86.h
3232
checkasm_LDADD += \
3333
$(top_builddir)/lib/upipe-v210/v210dec.o \
34-
$(top_builddir)/lib/upipe-v210/v210enc.o
34+
$(top_builddir)/lib/upipe-v210/v210enc.o \
35+
$(NULL)
3536

3637
if HAVE_BITSTREAM
3738
checkasm_LDADD += \

0 commit comments

Comments
 (0)