ffmpeg_rebuild.sh

the script for ffmpeg update and rebuild - Alexandre Benoit, 2012-02-03 07:06 pm

Download (257 Bytes)

 
1
2
# configure brary
3
cd /uds_data/listic/install/ffmpeg_package/ffmpeg
4
svn update
5
# move to the opencv main directory
6
./configure --prefix="/uds_data/listic/install/ffmpeg_package/install" --enable-shared --disable-yasm
7
# compile
8
make clean
9
make
10
make install