mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
multimedia/aom: enable JXL by default
$ pkg install libavif $ avifenc -a tune=butteraugli foo.png foo.avif
This commit is contained in:
parent
7c476b8e85
commit
8065f30c01
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= aom
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
|
@ -25,7 +26,7 @@ CMAKE_ON= BUILD_SHARED_LIBS
|
|||
CMAKE_OFF= ENABLE_DOCS ENABLE_TESTS
|
||||
|
||||
OPTIONS_DEFINE= JXL VMAF
|
||||
OPTIONS_DEFAULT=VMAF
|
||||
OPTIONS_DEFAULT=JXL VMAF
|
||||
|
||||
JXL_DESC= Encoding tuning for Butteraugli
|
||||
JXL_LIB_DEPENDS= libjxl.so:graphics/libjxl
|
||||
|
|
Loading…
Add table
Reference in a new issue