mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
bluetooth: Run update-sbc
This is primarily for the bluez commit 03bb9d3 by Siamashka Siamashka which fixes a compilation error with gcc 4.7
This commit is contained in:
parent
0b421f0d93
commit
3927b4b607
3 changed files with 11 additions and 11 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#define SBC_X_BUFFER_SIZE 328
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define SBC_ALWAYS_INLINE __attribute__((always_inline))
|
||||
#define SBC_ALWAYS_INLINE inline __attribute__((always_inline))
|
||||
#else
|
||||
#define SBC_ALWAYS_INLINE inline
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue