View Single Post
Posts: 503 | Thanked: 267 times | Joined on Jul 2006 @ Helsinki
#354
Originally Posted by svs57 View Post
I downloaded bluez-4.67.
There is no Makefile.am in sbc directory.
Appling both patches form git.kernel is failed.
1. take the old tarball from lardman: http://people.bath.ac.uk/enpsgp/noki...-0osso6.tar.gz
2. copy 'sbc' directory from bluez-4.67 over the 'sbc' directory in that tarball
3. take Makefile.am from old tarball and add new files 'sbc_primitives_armv6.c' and 'sbc_primitives_armv6.h' to it (similar to how 'mmx' and 'neon' files are listed there)
4. make sure that the package gets built with -march=armv6 or -mcpu=arm1136jf-s options to get armv6 optimizations compiled in.

I hope somebody in this thread still maintains the a2dp support package for diablo and will provide an updated .deb file soon.