ffmpeg: update to 0.8.7.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user