Module: libav Branch: master Commit: 666fe5da47d127074be7f0e2bac93db6af8b4a30
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Fri Mar 8 15:31:54 2013 +0200 atomic: Exclude the unsupported implementation headers from checkheaders Signed-off-by: Martin Storsjö <[email protected]> --- libavutil/Makefile | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/libavutil/Makefile b/libavutil/Makefile index 582fc31..68a8386 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 \ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
