2011-03-09 18:29:50 +01:00
|
|
|
# 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...)."
|
|
|
|
|
2011-11-22 07:02:05 +01:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/libavformat.so*" usr/lib
|
2011-03-09 18:29:50 +01:00
|
|
|
}
|