mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-07-21 21:45:21 +00:00
fixup libjxl build
This commit is contained in:
+4
-1
@@ -7,7 +7,7 @@
|
||||
unset FB_COMP_OPTS_DESC
|
||||
declare -Ag FB_COMP_OPTS_DESC
|
||||
|
||||
# default compile options
|
||||
# default build options
|
||||
FB_COMP_OPTS_DESC['CLEAN']='clean build directories before building'
|
||||
DEFAULT_CLEAN=ON
|
||||
|
||||
@@ -29,6 +29,9 @@ DEFAULT_ARCH=native
|
||||
FB_COMP_OPTS_DESC['PREFIX']='prefix to install to, default is local install in ./gitignore/sysroot'
|
||||
DEFAULT_PREFIX='local'
|
||||
|
||||
FB_COMP_OPTS_DESC['PACKAGE']='package ffmpeg binaries to tarball in ./gitignore/package'
|
||||
DEFAULT_PACKAGE=OFF
|
||||
|
||||
FB_COMP_OPTS_DESC['ENABLE']='configure what ffmpeg enables'
|
||||
DEFAULT_ENABLE="\
|
||||
libaom \
|
||||
|
||||
Reference in New Issue
Block a user