Displaying 6 results from an estimated 6 matches for "lopus".
Did you mean:
opus
2016 Apr 29
1
libopus cross compile for bf537 runtime error releated to "-lopus"
...bc-strip
./configure --enable-fixed-point --host=blackfin
make
After populating the headers and library to the needed staging areas the
appplication build appears to run fine. When the program executes,
after only having the library linked during the make (LDFLAGS +=
-lopus), the ALSA setup becomes very upse at run time:
ALSA lib
/home/dab/Pantel/svn/blackfin_env/2011r1/main/blackfin-linux-dist/lib/alsa-lib/alsa-lib-1.0.24/src/dlmisc.c:124:(snd_dlsym_verify)
unable to verify version for symbol _snd_ctl_hw_open
ALSA lib
/home/dab/Pantel/svn/blackfin_env/2011r1/main...
2013 Apr 11
0
No subject
.....
the bug can be fixed by moving -lm from Libs.private to Libs (in opus.pc file in pkgconfig).
Can this be fixed in git?
Before...
Name: Opus
Description: Opus IETF audio codec (floating-point build)
URL: http://opus-codec.org/
Version: 1.1-rc2-4-g2446445
Requires:
Conflicts:
Libs: -L${libdir} -lopus
Libs.private: -lm
Cflags: -I${includedir}/opus
After...
Name: Opus
Description: Opus IETF audio codec (floating-point build)
URL: http://opus-codec.org/
Version: 1.1-rc2-4-g2446445
Requires:
Conflicts:
Libs: -L${libdir} -lopus -lm
Cflags: -I${includedir}/opus
2013 Sep 24
4
Problem compiling opus-tools-0.1.7
On 2013-09-24 5:46 AM, Jean-Marc Valin wrote:
> Seems like it's not linking with libm. I suspect it has to do with
> linking statically with libopus.a (is that intended?). Maybe opus-tools
> relies on the fact that libopus is linked with libm and doesn't
> explicitly add it? Greg?
Indeed. The opus-tools build explicitly adds -lm for opusdec and opusenc
because they use math
2013 Sep 24
0
Problem compiling opus-tools-0.1.7
...led line with 'make V=1' is also helpful in debugging.
>
> -r
>
Hi
This is the config line used for both 0.1.6 and 0.1.7 test builds:-
./configure --disable-dependency-tracking
And 'pkg-config --libs opus' (There is a hyphen, lol)
$ pkg-config --libs opus
-L/usr/local/lib -lopus
And config.log is here ---> http://pastebin.com/raw.php?i=FxnX7Fvu
The whole output from 'make V=1' is here ---> http://pastebin.com/raw.php?i=eBytk16a
2019 May 07
0
dlopen failed: cannot locate symbol "opus_projection_encoder_ctl" referenced by "libopusenc.so"
...eveloper.android.com/ndk/guides/other_build_systems, I built libopus.so and libopusenc.so for all mentioned target ABIs in the wiki.
2. When building libopusenc.so, this is command I run, the host option varies depending on the target ABI: ./configure DEPS_LIBS="-L/path/to/opus-1.3.1/.libs -lopus" DEPS_CFLAGS="-I/path/to/opus-1.3.1/include" --host x86_64-linux-android
3. For my native JNI library, attached the Android.mk file at the end of the email.
4. The failure is seen as soon as System.loadLibrary("mynative_jni"); is called.
Questions
==========
Doe...
2012 Jul 31
0
No subject
...-Wall -Wextra -Wcast-al=
ign -Wnested-externs -Wshadow -Wstrict-prototypes=A0 -L/home/user/builds/li=
b=A0 -o opusenc.exe src/opus_header.o src/opusenc.o src/resample.o src/audi=
o-in.o src/diag_range.o src/lpc.o win32/unicode_support.o -L/home/user/buil=
ds/lib -logg=A0=A0 -L/home/user/builds/lib -lopus=A0=A0 -lm -lwinmm=20
depbase=3D`echo src/wav_io.o | sed 's|[^/]*$|.deps/&|=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=...