Displaying 2 results from an estimated 2 matches for "gsm_amr".
2013 Nov 13
2
Compiling FFmpeg with libopencore-amrnb and opus-git.
Hi
Any idea what's causing these errors:-
/home/user/build/lib/libopencore-amrnb.a(preemph.o): In function `preemphasis':
/home/user/build/opencore-amr-0.1.3/amrnb/../opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/preemph.cpp:193: multiple definition of `preemphasis'
/home/user/build/lib/libopus.a(celt_encoder.o):/home/user/build/opus/celt/celt_encoder.c:455: first defined here
collect2: error: ld returned 1 exit status
Makefile:105: recipe for target 'ffmpeg_g' failed
make: *** [f...
2013 Nov 13
0
Compiling FFmpeg with libopencore-amrnb and opus-git.
...s.
Cheers,
Jean-Marc
On 11/13/2013 05:51 PM, batguano999 wrote:
>
> Hi
> Any idea what's causing these errors:-
>
> /home/user/build/lib/libopencore-amrnb.a(preemph.o): In function `preemphasis':
> /home/user/build/opencore-amr-0.1.3/amrnb/../opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/preemph.cpp:193: multiple definition of `preemphasis'
> /home/user/build/lib/libopus.a(celt_encoder.o):/home/user/build/opus/celt/celt_encoder.c:455: first defined here
> collect2: error: ld returned 1 exit status
> Makefile:105: recipe for target 'ffmpeg_g' fail...