Hello,
sorry I forgot to forward this compiler warning from gcc 4.8.
Implicit declaration adas/ogg_stream.c:548
"Implicit declaration means a function is used without being declared, which means C knows nothing about the number of arguments, types of arguments or type of the return value.
This is dangerous as it might hide issues the compiler could otherwise warn about or cause bad code."