Skip to content

Commit

Permalink
multimevia/vvenc: enable LTO on powerpc64
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 12, 2023
1 parent 3a6255e commit 0bc2b44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multimedia/vvenc/Makefile
@@ -1,6 +1,7 @@
PORTNAME= vvenc
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.0
PORTREVISION= 1
CATEGORIES= multimedia

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -26,7 +27,7 @@ CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF+= VVENC_ENABLE_X86_SIMD
.endif

.if ${ARCH} == powerpc64 || ${ARCH} == riscv64
.if ${ARCH} == riscv64
CMAKE_OFF+= VVENC_ENABLE_LINK_TIME_OPT
.endif

Expand Down

0 comments on commit 0bc2b44

Please sign in to comment.