10 lines
251 B
Text
10 lines
251 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."
|
|
|
|
do_install() {
|
|
vmove "usr/lib/libavutil.so*" usr/lib
|
|
}
|