Browse Source

atomic: Exclude the unsupported implementation headers from checkheaders

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n2.0
Martin Storsjö 12 years ago
parent
commit
666fe5da47
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libavutil/Makefile

+ 4
- 0
libavutil/Makefile View File

@@ -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 \


Loading…
Cancel
Save