[FFmpeg-cvslog] atomic: Exclude the unsupported implementation headers from checkheaders

Martin Storsjö git at videolan.org
Tue Mar 12 21:39:31 CET 2013


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Fri Mar  8 15:31:54 2013 +0200| [666fe5da47d127074be7f0e2bac93db6af8b4a30] | committer: Martin Storsjö

atomic: Exclude the unsupported implementation headers from checkheaders

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=666fe5da47d127074be7f0e2bac93db6af8b4a30
---

 libavutil/Makefile |    4 ++++
 1 file changed, 4 insertions(+)

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                                                      \



More information about the ffmpeg-cvslog mailing list