Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Side by Side Diff: third_party/instrumented_libraries/pulseaudio.diff

Issue 149433004: Add libpulseaudio and libasound to instrumented libraries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 diff -rupN ./src/modules/bluetooth/sbc/sbc_primitives_mmx.h ../pulseaudio-1.1-pa tched/src/modules/bluetooth/sbc/sbc_primitives_mmx.h
2 --- ./src/modules/bluetooth/sbc/sbc_primitives_mmx.h 2011-10-20 16:54:16.0000 00000 +0400
3 +++ ../pulseaudio-1.1-patched/src/modules/bluetooth/sbc/sbc_primitives_mmx.h 2014-01-29 22:02:02.719074161 +0400
4 @@ -30,7 +30,8 @@
5 #include "sbc_primitives.h"
6
7 #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
8 - !defined(SBC_HIGH_PRECISION) && (SCALE_OUT_BITS == 15)
9 + !defined(SBC_HIGH_PRECISION) && (SCALE_OUT_BITS == 15) && \
10 + !defined(__clang__)
11
12 #define SBC_BUILD_WITH_MMX_SUPPORT
13
OLDNEW
« no previous file with comments | « third_party/instrumented_libraries/libasound2.sh ('k') | third_party/instrumented_libraries/pulseaudio.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698