mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-09 12:05:09 +02:00
9 lines
213 B
Text
9 lines
213 B
Text
# Template file for 'libpostproc'.
|
|
#
|
|
short_desc="FFmpeg video postprocessing library"
|
|
long_desc="
|
|
This is the video postprocessing library from FFmpeg."
|
|
|
|
do_install() {
|
|
vmove "usr/lib/libpostproc.so*" usr/lib
|
|
}
|