chaoyuaw / pytorch-coviar

Compressed Video Action Recognition
https://www.cs.utexas.edu/~cywu/projects/coviar/
GNU Lesser General Public License v2.1
502 stars 126 forks source link

/usr/bin/ld can't found -lavutil -lavcodec ... #3

Closed FingerRec closed 6 years ago

FingerRec commented 6 years ago

I follow the install guide. as i run ./install.sh the following problem happen:

/usr/bin/ld can't found -lavutil -lavcodec ...

i modify line6 in setup.py './ffmpeg/include/' , like 'opencv_install_path/include/'

looking forward to your reply

FingerRec commented 6 years ago

i have solved it

jiarongqiu commented 6 years ago

How did you solve it? I might face the same issue