We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e946c2 commit 5ab5402Copy full SHA for 5ab5402
tests/checkasm/Makefile.am
@@ -31,7 +31,8 @@ if HAVE_X86ASM
31
checkasm_SOURCES += checkasm_x86.asm timer_x86.h
32
checkasm_LDADD += \
33
$(top_builddir)/lib/upipe-v210/v210dec.o \
34
- $(top_builddir)/lib/upipe-v210/v210enc.o
+ $(top_builddir)/lib/upipe-v210/v210enc.o \
35
+ $(NULL)
36
37
if HAVE_BITSTREAM
38
0 commit comments