2011-03-09 18:29:50 +01:00
|
|
|
# Template file for 'libavcodec'.
|
|
|
|
#
|
2012-01-31 21:03:34 +01:00
|
|
|
revision=1
|
2011-03-09 18:29:50 +01:00
|
|
|
short_desc="FFmpeg codec library"
|
|
|
|
long_desc="
|
|
|
|
This is the codec library from FFmpeg (both encoding and decoding).
|
|
|
|
|
|
|
|
It supports most existing codecs (MPEG, MPEG2, MPEG4, AC3, DV...)."
|
|
|
|
|
2011-11-22 07:02:05 +01:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/libavcodec.so*" usr/lib
|
2011-03-09 18:29:50 +01:00
|
|
|
}
|