Compile "shotdetect" 1.0.86 with ffmpeg version 0.6-0.7
Posted: Sat Aug 07, 2010 10:54 am
The promising scene-detection tool "shotdetect", expects an oder version of ffmpeg, which causes problems, because ffmpeg has changed their library layout (and therefore also the folder structure).
A friend of mine added a few "search for the libs" entries in "configure.in", as well as removed the library inclusion strings of "/lib/include/ffmpeg/" (obsolete).
Here's a link to the unified patch file:
shotdetect-1.0.86-1.0.87.patch.bz2
Here's a quick summary of how to get it working:
1) Download the tar.gz of shotdetect v1.0.86
2) Unzip it:
3) Apply the patch:
4) Go to the shotdetect folder:
5) configure and make:
6) Install it as package, using "checkinstall":
Enjoy!
A friend of mine added a few "search for the libs" entries in "configure.in", as well as removed the library inclusion strings of "/lib/include/ffmpeg/" (obsolete).
Here's a link to the unified patch file:
shotdetect-1.0.86-1.0.87.patch.bz2
Here's a quick summary of how to get it working:
1) Download the tar.gz of shotdetect v1.0.86
2) Unzip it:
Code: Select all
tar -xzf latest.tar.gz
Code: Select all
patch -p 0 < shotdetect-1.0.86-1.0.87.patch
Code: Select all
cd shotdetect-1.0.86
Code: Select all
./configure --prefix=/usr/local
make
Code: Select all
sudo checkinstall --pkgname=shotdetect -pkgversion="`date +%Y%m%d%H%M`-1.0.87" --backup=no --default