Files
landry e074af12e1 multimedia/aom: update to 3.13.3, from brad (MAINTAINER)
see https://aomedia.googlesource.com/aom/+log/v3.13.2..v3.13.3
in the end doesnt fix my build issue with firefox, but i've found
another workaround...
2026-04-09 11:11:07 +00:00

40 lines
715 B
Makefile

COMMENT= Alliance for Open Media AV1 video codec
V= 3.13.3
DISTNAME= libaom-$V
PKGNAME= aom-$V
CATEGORIES= multimedia
SHARED_LIBS= aom 6.0
HOMEPAGE= https://aomedia.org/
SITES= https://storage.googleapis.com/aom-releases/
MAINTAINER= Brad Smith <brad@comstyle.com>
# BSD
PERMIT_PACKAGE= Yes
WANTLIB= c m pthread ${COMPILER_LIBCXX}
# XXX requires __atomic builtins
COMPILER= base-clang ports-gcc
MODULES= devel/cmake
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
BUILD_DEPENDS+= devel/yasm
.endif
CONFIGURE_ARGS+=-DBUILD_SHARED_LIBS=On \
-DENABLE_DOCS=Off \
-DENABLE_TESTS=Off
.if ${MACHINE_ARCH} == "arm"
CONFIGURE_ARGS+=-DENABLE_NEON=Off
.endif
NO_TEST= Yes
.include <bsd.port.mk>