9 lines
203 B
Text
9 lines
203 B
Text
# Template file for 'libavdevice'.
|
|
#
|
|
short_desc="FFmpeg device handling library"
|
|
long_desc="
|
|
This is the device handling library from FFmpeg."
|
|
|
|
do_install() {
|
|
vmove "usr/lib/libavdevice.so*" usr/lib
|
|
}
|