graphics/libavif: Remove bundled libraries

This commit is contained in:
Po-Chuan Hsieh 2025-03-19 11:37:02 +08:00
parent 6110c728aa
commit 2c5855d64f
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -73,4 +73,8 @@ SVTAV1_CMAKE_OFF= -DAVIF_CODEC_SVT:STRING=OFF
SVTAV1_CMAKE_ON= -DAVIF_CODEC_SVT:STRING=SYSTEM
SVTAV1_LIB_DEPENDS= libSvtAv1Enc.so:multimedia/svt-av1
post-patch:
# Clean up bundled libraries
@${RM} -r ${WRKSRC}/third_party/libyuv/
.include <bsd.port.mk>