9 lines
206 B
Text
9 lines
206 B
Text
# Template file for 'libswscale'.
|
|
#
|
|
short_desc="FFmpeg video scaling library"
|
|
long_desc="
|
|
This is the video software scaling library from FFmpeg."
|
|
|
|
do_install() {
|
|
vmove "usr/lib/libswscale.so*" usr/lib
|
|
}
|