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