Displaying 8 results from an estimated 8 matches for "kaskinen".
2015 Jul 05
3
[PATCH speexdsp] Don't rely on HAVE_STDINT_H et al. being defined
From: Tanu Kaskinen <tanu.kaskinen at linux.intel.com>
Not everyone who includes speexdsp_config_types.h will have a test
which defines those, and if we've chosen to use the stdint types at
configure time then we know exactly which header(s) are available, so
just choose the best one then and generate the h...
2015 Jul 06
0
[PATCH speexdsp] Don't rely on HAVE_STDINT_H et al. being defined
FTR, my main concern with this kind of approach is the case where your
platform has two compilers, only one of which has stdint.h
Jean-Marc
On 07/05/2015 11:10 AM, Tanu Kaskinen wrote:
> From: Tanu Kaskinen <tanu.kaskinen at linux.intel.com>
>
> Not everyone who includes speexdsp_config_types.h will have a test
> which defines those, and if we've chosen to use the stdint types at
> configure time then we know exactly which header(s) are available,...
2015 Jul 07
1
Compilation failure in resample_neon.h on aarch64
On Tue, 2015-07-07 at 18:40 +0930, Ron wrote:
> On Mon, Jul 06, 2015 at 05:35:51PM +0300, Tanu Kaskinen wrote:
> > Hi all,
> >
> > I'm updating OpenEmbedded-core's speexdsp from 1.2rc1 (when it still was
> > a part of the speex source tree) to 1.2rc3. I found out that building
> > the new version for aarch64 fails in resample_neon.h (the target machine
> >...
2015 Jul 06
2
Compilation failure in resample_neon.h on aarch64
Hi all,
I'm updating OpenEmbedded-core's speexdsp from 1.2rc1 (when it still was
a part of the speex source tree) to 1.2rc3. I found out that building
the new version for aarch64 fails in resample_neon.h (the target machine
is OE-core's default qemuarm64 target). This is the error message:
.../speexdsp-1.2rc3/libspeexdsp/resample_neon.h:148:5: error: impossible constraint in
2015 Jul 09
2
speexdsp versioning
Hello,
alsa-plugins currently includes speex/speex_types.h, but that doesn't
work with speexdsp versions >= 1.2rc2, since speex_types.h has been
replaced with speexdsp_types.h. I made a patch for alsa-plugins, so that
it includes speexdsp_types.h instead. I also bumped the speexdsp version
check from "1.2" to "1.2rc2" in configure.ac, since speexdsp_types.h
didn't
2015 Jul 07
0
Compilation failure in resample_neon.h on aarch64
On Mon, Jul 06, 2015 at 05:35:51PM +0300, Tanu Kaskinen wrote:
> Hi all,
>
> I'm updating OpenEmbedded-core's speexdsp from 1.2rc1 (when it still was
> a part of the speex source tree) to 1.2rc3. I found out that building
> the new version for aarch64 fails in resample_neon.h (the target machine
> is OE-core's default qemu...
2015 Jul 09
0
speexdsp versioning
On Thu, Jul 09, 2015 at 12:23:17PM +0300, Tanu Kaskinen wrote:
> Hello,
>
> alsa-plugins currently includes speex/speex_types.h, but that doesn't
> work with speexdsp versions >= 1.2rc2, since speex_types.h has been
> replaced with speexdsp_types.h.
Strictly speaking it hasn't been "replaced", it's just supplied...
2015 Aug 20
2
Using speex pre processor
Hello Tristan,
Thank you. But I am using libspeex library. Does the speexdsp library be
included in it? Or it needs to be installed separate.
Appreciate the help.
Thanks,
Ankhit
On Thu, Aug 20, 2015 at 11:43 AM, Tristan Matthews <tmatth at videolan.org>
wrote:
> Hi Ankhit,
>
> On Thu, Aug 20, 2015 at 12:06 PM, Ankhit Vivekananda <
> ankhit.vivekananda at biscotti.com>