Displaying 5 results from an estimated 5 matches for "doutside_speex".
2012 Jul 31
0
No subject
.../&|=3Bs|\.o$||'`=3B\
=A0=A0=A0 i686-w64-mingw32-gcc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I./src -I.=
/win32=A0=A0 -I/home/user/builds/include=A0=A0 -I/home/user/builds/include/=
opus=A0=A0 -DOPUSTOOLS -D_FORTIFY_SOURCE=3D2 -DHAVE_GETOPT_H -DSPX_RESAMPLE=
_EXPORT=3D -DRANDOM_PREFIX=3Dopustools -DOUTSIDE_SPEEX -DFLOATING_POINT -I/=
home/user/builds/include=A0 -W -Wall -Wextra -Wcast-align -Wnested-externs =
-Wshadow -Wstrict-prototypes -MT src/opus_header.o -MD -MP -MF $depbase.Tpo=
-c -o src/opus_header.o src/opus_header.c &&\
=A0=A0=A0 mv -f $depbase.Tpo $depbase.Po
depbase=3D`echo src/opusenc...
2013 Oct 28
2
how to Build .opus file
Hi and thanks for your interest!
this is the error, i need to add the speex folder and a path to the .h file
and it works
Compile thumb : opus-proj <= audio-in.c
In file included from jni/../../opus-tools-0.1.7/src/audio-in.c:74:0:
proj/../../opus-tools-0.1.7/src/speex_resampler.h:90:32: fatal error:
speex/speex_types.h: No such file or directory
compilation terminated.
make: ***
2013 Oct 28
1
how to Build .opus file
That's true I'm trying to build it to use in android I used the
-DOUTSIDE_SPEEX. and i get
speex_resampler.h:51:2: error: #error "Please define RANDOM_PREFIX (above)
to something specific to your project to prevent symbol name clashes"
2013/10/28 Gregory Maxwell <gmaxwell at gmail.com>
> On Mon, Oct 28, 2013 at 11:26 AM, Antonio Juan <anquegi at gma...
2013 Oct 28
0
how to Build .opus file
....com> wrote:
> Hi and thanks for your interest!
> this is the error, i need to add the speex folder and a path to the .h file
> and it works
Your problem appears to be that you've thrown out the build system in
opus-tools, so your defines are not right.
This is a result of missing -DOUTSIDE_SPEEX.
You should be using one of the provided build systems, if at all
possible. If it is not possible you should take care to get all the
details the same, such as setting the correct defines. Otherwise
strange things like this will happen.
2015 Oct 08
2
[PATCH 0/1] opusenc support for WavPack input
This patch to opus-tools adds optional support to WavPack
lossless format as input to opusenc.
Like support to FLAC, it depends on an external library,
libwavpack, and may be disabled on configure.
Lucas Clemente Vella (1):
Reading input from WavPack files.
Makefile.am | 7 +-
configure.ac | 37 ++++++++
src/audio-in.c | 71 ++++++++-------
src/opusenc.c | 19 +++-
src/opusenc.h