diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2025-01-02 15:24:10 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2025-01-02 16:31:07 +0000 |
commit | 5e762dcd493ecca7a26edae08db4ebebf8f9a5d6 (patch) | |
tree | b29c62723c4bef1d79f597e64a62345d1936ee1b /multimedia/ffmpeg | |
parent | 687c9a46bd95cc08855f300e20db068008854d3a (diff) |
Diffstat (limited to 'multimedia/ffmpeg')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 5d2f5ad3e451..c4d967ca3f0a 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -1,6 +1,6 @@ PORTNAME= ffmpeg PORTVERSION= 6.1.2 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ @@ -365,7 +365,7 @@ V4L_CONFIGURE_OFF= --disable-indev=v4l2 \ --disable-outdev=v4l2 # mbedtls -MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls +MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls2 MBEDTLS_CONFIGURE_ENABLE= mbedtls # mfx |