ffmpeg: new module for version 4.4

This commit is contained in:
2021-11-19 16:43:13 +01:00
parent a87f5dccad
commit 7138f04459
4 changed files with 33 additions and 0 deletions

12
Tools/ffmpeg/build Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env modbuild
pbuild::set_download_url "http://ffmpeg.org/releases/ffmpeg-${V_PKG}.tar.xz"
eval $(modulecmd bash use Libraries)
pbuild::pre_configure() {
pbuild::add_configure_args '--enable-libx264' '--enable-gpl' '--enable-pic'
}
pbuild::add_to_group 'Tools'