videosegmentation / video_segment

Main repository for The Video Segmentation Project
Other
167 stars 80 forks source link

Linking Error Building on seg_tree_sample #16

Open Degiorgio opened 8 years ago

Degiorgio commented 8 years ago

Executing: make -j4

Gives the following error:

[ 96%] Built target base [ 96%] Built target imagefilter [ 96%] Built target segment_util [ 96%] Built target video_framework [ 96%] Built target segmentation Linking CXX executable seg_tree_sample /usr/bin/ld: /usr/local/lib/libavcodec.a(vaapi.o): undefined reference to symbol 'vaUnmapBuffer' //usr/lib/x86_64-linux-gnu/libva.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: * [seg_tree_sample] Error 1 make[1]: * [CMakeFiles/seg_tree_sample.dir/all] Error 2 make: *\ [all] Error 2

Any ideas on what might I be doing wrong?

EDIT: building works as expected on the LTS version of ubuntu (14). It just deosnt work on the newer versions.

kniranjankumar commented 7 years ago

Are you using ffmpeg 2.2.3?