jishnujayakumar / MV-Tractus

A simple tool to extract motion vectors from h264 encoded videos.
108 stars 27 forks source link

DSO messing in command line #15

Closed ZSoumia closed 3 years ago

ZSoumia commented 4 years ago

I had this error when running ./compile.

jishnujayakumar commented 4 years ago

Can you paste the exact stack trace?

ZSoumia commented 4 years ago

/usr/bin/ld: /opt/dev-tools-sources/ffmpeg/build/lib/libavcodec.a(vaapi_decode.o): reference to undefined symbol « vaCreateConfig » //usr/lib/x86_64-linux-gnu/libva.so.2 : error when adding symboles : DSO missing in command line collect2: error: ld returned 1 exit status /usr/bin/ld: /opt/dev-tools-sources/ffmpeg/build/lib/libavcodec.a(vaapi_decode.o): reference to undefined symbol « vaCreateConfig » //usr/lib/x86_64-linux-gnu/libva.so.2 :error when adding symboles: missing in command line collect2: error: ld returned 1 exit status

jishnujayakumar commented 4 years ago

libva.so link is not made correctly. Please try to link it properly. It can help. Please comment with the results.