videosegmentation / video_segment

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

compiling on KDE neon user (Ubuntu 16.04) #21

Open lulu1315 opened 6 years ago

lulu1315 commented 6 years ago

hello I'm trying to compile the project on KDE neon (Ubuntu 16.04) my version of ffmpeg is 3.3.2 and if I try to compile against this version there are a lot of errors. So I downloaded ffmpeg-2.2.3 and compile it this way : ./configure --enable-gpl --prefix=/opt/ffmpeg-2.2.3 --enable-shared && make && sudo make install so now I have all .h and .so in /opt/ffmpeg-2.2.3/include and /opt/ffmpeg-2.2.3/lib

what would be the approach (if possible) to compile with these headers and libraries instead of the preinstalled ones ? thanks in advance luc