Displaying 1 result from an estimated 1 matches for "inicializar_vorbi".
Did you mean:
inicializar_vorbis
2004 Nov 18
2
Questions about vorbis linking
Hello:
I think that I got a linking problem but I don't know how to fix it.
This is the error code form make:
cc grabando_pcm.o encodear_vorbis.o -o mi_servidor -lasound -lvorbis -logg
encodear_vorbis.o(.text+0x42): En la funci?n `inicializar_vorbis':
: undefined reference to `vorbis_encode_init_vbr'
collect2: ld devolvi? el estado de salida 1
make: *** [mi_servidor] Error 1
Offcourse, I had the file /usr/include/vorbis/vorbisenc.h and the
vorbis_encode_init_vbr function appears declarated.
The vorbisenc.h version is 1.10
I had a k...