ed0f784e2b
--HG-- branch : gnome3
14 lines
329 B
Text
14 lines
329 B
Text
# Template file for 'libavutil'.
|
|
#
|
|
short_desc="FFmpeg utility library"
|
|
long_desc="
|
|
This is the common utility library from FFmpeg. It contains shared code used
|
|
by all other ffmpeg libraries."
|
|
|
|
Add_dependency run glibc
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/lib/libavutil.so* ${DESTDIR}/usr/lib
|
|
}
|