open-mmlab / denseflow

Extracting optical flow and frames
https://open-mmlab.github.io/
MIT License
307 stars 61 forks source link

warning #31

Closed mytk2012 closed 3 years ago

mytk2012 commented 3 years ago

four warnings: /usr/bin/ld: warning: libswresample.so.3, needed by //home/c/app/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libvpx.so.6, needed by //home/c/app/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libx264.so.161, needed by //home/c/app/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libx265.so.192, needed by //home/c/app/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link) I have changed .bashrc,and no error occurs when lib264,265,nasm,yasm installation.And the file /home/c/app/lib/libavcodec.so.58 exists,why there is incorrect path //home/c/app/lib/libavcodec.so.58??????Did the compile file command mistake?