Chromium Code Reviews| Index: third_party/instrumented_libraries/pulseaudio.diff |
| diff --git a/third_party/instrumented_libraries/pulseaudio.diff b/third_party/instrumented_libraries/pulseaudio.diff |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..37203872ab736894f18a9933c08c98bfc41b6216 |
| --- /dev/null |
| +++ b/third_party/instrumented_libraries/pulseaudio.diff |
| @@ -0,0 +1,13 @@ |
| +diff -rupN ./src/modules/bluetooth/sbc/sbc_primitives_mmx.h ../pulseaudio-1.1-patched/src/modules/bluetooth/sbc/sbc_primitives_mmx.h |
| +--- ./src/modules/bluetooth/sbc/sbc_primitives_mmx.h 2011-10-20 16:54:16.000000000 +0400 |
| ++++ ../pulseaudio-1.1-patched/src/modules/bluetooth/sbc/sbc_primitives_mmx.h 2014-01-29 22:02:02.719074161 +0400 |
| +@@ -30,7 +30,8 @@ |
| + #include "sbc_primitives.h" |
| + |
| + #if defined(__GNUC__) && (defined(__i386__) || defined(__amd64__)) && \ |
|
Alexander Potapenko
2014/01/30 08:47:39
Can you please add comments to the patched lines s
|
| +- !defined(SBC_HIGH_PRECISION) && (SCALE_OUT_BITS == 15) |
| ++ !defined(SBC_HIGH_PRECISION) && (SCALE_OUT_BITS == 15) && \ |
| ++ !defined(__clang__) |
| + |
| + #define SBC_BUILD_WITH_MMX_SUPPORT |
| + |