ffmpeg: update to 0.8.7.

This commit is contained in:
Juan RP
2011-11-22 07:02:05 +01:00
parent 0c2a92d8f6
commit 94f38245fa
8 changed files with 24 additions and 74 deletions

View File

@@ -1,14 +1,9 @@
# Template file for 'libswscale'.
#
revision=1
short_desc="FFmpeg video scaling library"
long_desc="
This is the video software scaling library from FFmpeg."
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libswscale.so* ${DESTDIR}/usr/lib
do_install() {
vmove "usr/lib/libswscale.so*" usr/lib
}