atomic: Exclude the unsupported implementation headers from checkheaders
authorMartin Storsjö <martin@martin.st>
Fri, 8 Mar 2013 13:31:54 +0000 (15:31 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 8 Mar 2013 18:34:27 +0000 (20:34 +0200)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavutil/Makefile

index 582fc31..68a8386 100644 (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                                                      \