11 lines
286 B
Text
11 lines
286 B
Text
# Template file for 'libavformat'.
|
|
#
|
|
short_desc="FFmpeg file format library"
|
|
long_desc="
|
|
This is the library for handling file formats from FFmpeg.
|
|
|
|
It supports most existing file formats (AVI, MPEG, OGG, Matroska, ASF...)."
|
|
|
|
do_install() {
|
|
vmove "usr/lib/libavformat.so*" usr/lib
|
|
}
|