10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
# 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
|
|
}
|