ffmpeg: new module for version 4.4
This commit is contained in:
12
Tools/ffmpeg/build
Executable file
12
Tools/ffmpeg/build
Executable 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'
|
||||
|
||||
Reference in New Issue
Block a user