Nice being here. I researched a lot on the topic but now i am stuck.
Currently i try to receive a udp stream within android, i am using the libraries from http://code.google.com/p/javacv/downloads/list, most of the things work fine. However if i try to use "avformat_network_init();" (thanks to this Receiving RTSP stream using FFMPEG library) i get the following error:
undefined reference to `avformat_network_init'
my guess is that the prebuilt library called "libavformat.so" does not contain the specific function, am i right? if so, does anyone know where i can find the appropriate library? I am developing on windows and failed already building it myself with cygwin and currently have not the option to install ubuntu or such.
thanks in advance.