diff options
author | Martin Storsjö <martin@martin.st> | 2013-03-08 15:31:54 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-03-08 20:34:27 +0200 |
commit | 666fe5da47d127074be7f0e2bac93db6af8b4a30 (patch) | |
tree | 2a83d08f5bc6740e528b67cef51de13218a2e35d /libavutil | |
parent | e7553f4c781751dc8ff243526caae009fc101921 (diff) | |
download | ffmpeg-666fe5da47d127074be7f0e2bac93db6af8b4a30.tar.gz |
atomic: Exclude the unsupported implementation headers from checkheaders
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 582fc31951..68a8386751 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -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 \ |