ld: undefined reference to avformat_network_init@LIBAVFORMAT_53
Hi there!
I wrote a node that converts webcam images to ROS messages, I am using opencv but the linker yells:
/opt/ros/fuerte/lib/libopencv_highgui.so: undefined reference to `avformat_new_stream@LIBAVFORMAT_53'
/opt/ros/fuerte/lib/libopencv_highgui.so: undefined reference to `avformat_network_init@LIBAVFORMAT_53'
How do I overcome this problem? Thanks