diff options
author | Martin Storsjo <martin@martin.st> | 2019-01-21 16:09:05 +0200 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2019-01-21 16:14:06 +0200 |
commit | f285813ec15e7c6f8e4839c9eb4f6b0cd2da1990 (patch) | |
tree | c86996f6e511721146481919dcbfb16eeeac72f4 /libMpegTPEnc/src/tpenc_lib.cpp | |
parent | 02103fd6308a40c58013d8ec8610ad8a71075aca (diff) | |
download | fdk-aac-f285813ec15e7c6f8e4839c9eb4f6b0cd2da1990.tar.gz fdk-aac-f285813ec15e7c6f8e4839c9eb4f6b0cd2da1990.tar.bz2 fdk-aac-f285813ec15e7c6f8e4839c9eb4f6b0cd2da1990.zip |
Fix FDK_FALLTHROUGH for apple clang
In the apple branded version of clang, the [[clang::fallthrough]]
attribute isn't supported.
Directly exposing __has_cpp_attribute(clang::fallthrough) to the
preprocessor breaks when building in C mode with GCC, which forces
wrapping it in an extra layer of #ifdef __cplusplus.
Diffstat (limited to 'libMpegTPEnc/src/tpenc_lib.cpp')
0 files changed, 0 insertions, 0 deletions