17 lines
351 B
Plaintext
17 lines
351 B
Plaintext
# Template file for 'libavformat'.
|
|
#
|
|
revision=1
|
|
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()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/lib/libavformat.so* ${DESTDIR}/usr/lib
|
|
}
|