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