Commit 666fe5da authored by Martin Storsjö's avatar Martin Storsjö

atomic: Exclude the unsupported implementation headers from checkheaders

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent e7553f4c
......@@ -103,6 +103,10 @@ OBJS += $(COMPAT_OBJS:%=../compat/%)
SKIPHEADERS = old_pix_fmts.h
SKIPHEADERS-$(HAVE_MACHINE_RW_BARRIER) += atomic_suncc.h
SKIPHEADERS-$(HAVE_MEMORYBARRIER) += atomic_win32.h
SKIPHEADERS-$(HAVE_SYNC_VAL_COMPARE_AND_SWAP) += atomic_gcc.h
TESTPROGS = adler32 \
aes \
atomic \
......
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