mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00: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,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…
Reference in New Issue
Block a user