diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2017-01-18 00:31:10 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2017-01-18 00:31:10 +0000 |
commit | 06baa9d9683f7471cbb6a42c6a09aff7f1b2b114 (patch) | |
tree | d1e588710d10fa5e94432809989e0cb4f2b60d73 /multimedia/x265/files | |
parent | cc2551cbd6bac50be7c51cd8a9c3b3fc884469fa (diff) |
Notes
Diffstat (limited to 'multimedia/x265/files')
-rw-r--r-- | multimedia/x265/files/patch-rdtsc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/x265/files/patch-rdtsc b/multimedia/x265/files/patch-rdtsc new file mode 100644 index 000000000000..ea8653b0ccd4 --- /dev/null +++ b/multimedia/x265/files/patch-rdtsc @@ -0,0 +1,9 @@ +--- test/testharness.h 2016-12-23 00:57:39.000000000 -0500 ++++ test/testharness.h 2017-01-17 15:46:38.623298000 -0500 +@@ -69,5 +69,5 @@ + #elif HAVE_RDTSC + #include <intrin.h> +-#elif defined(__GNUC__) ++#elif defined(__GNUC__) && (!defined(__clang__) || __clang_major__ < 4) + /* fallback for older GCC/MinGW */ + static inline uint32_t __rdtsc(void) |