ed0f784e2b
--HG-- branch : gnome3
14 lines
313 B
Text
14 lines
313 B
Text
# Template file for 'libswscale'.
|
|
#
|
|
short_desc="FFmpeg video scaling library"
|
|
long_desc="
|
|
This is the video software scaling library from FFmpeg."
|
|
|
|
Add_dependency run libavutil
|
|
Add_dependency run glibc
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/lib/libswscale.so* ${DESTDIR}/usr/lib
|
|
}
|