Module: libav Branch: master Commit: 5858a67f135a7395c548482c73cf3d39bcdd3022
Author: Vittorio Giovara <[email protected]> Committer: Vittorio Giovara <[email protected]> Date: Sun Oct 27 01:45:18 2013 +0200 attributes: disable flatten on llvm/clang --- libavutil/attributes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/attributes.h b/libavutil/attributes.h index 9f476c9..d7f2bb5 100644 --- a/libavutil/attributes.h +++ b/libavutil/attributes.h @@ -66,7 +66,7 @@ # define av_cold #endif -#if AV_GCC_VERSION_AT_LEAST(4,1) +#if AV_GCC_VERSION_AT_LEAST(4,1) && !defined(__llvm__) # define av_flatten __attribute__((flatten)) #else # define av_flatten _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
