mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 23:25:11 +02:00
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
|
|
}
|