Hi,

i am unable to compile latest indi-webcam on latest raspbian. Other 3rd party tools and indi itself compiled just fine. unfortunately my knowledge how to resolve this is not enough. Can someone help? I am following the installation instructions.

pi@raspberrypi:~/indi/build/indi-webcam $ make
[ 50%] Linking CXX executable indi_webcam_ccd
/usr/bin/ld: CMakeFiles/indi_webcam_ccd.dir/indi_webcam.o: undefined reference to symbol 'avformat_network_init@@LIBAVFORMAT_57'
//usr/lib/arm-linux-gnueabihf/libavformat.so.57: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
CMakeFiles/indi_webcam_ccd.dir/build.make:99: recipe for target 'indi_webcam_ccd' failed
make[2]: *** [indi_webcam_ccd] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/indi_webcam_ccd.dir/all' failed
make[1]: *** [CMakeFiles/indi_webcam_ccd.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

Thank you,
Marko

Read More...