Error:-
ffmpeg: error while loading shared libraries: libavdevice.so.52:
cannot open shared object file: No such file or directory.
Execute the following command to fix this issue:-
echo “/usr/local/lib” >> /etc/ld.so.conf
echo “/usr/lib” >> /etc/ld.so.conf
ldconfig
No comments:
Post a Comment