diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2014-11-20 19:34:19 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2014-11-20 19:34:19 +0000 |
commit | 04b4ec44809328b9c74e02623c94ba40b683e293 (patch) | |
tree | 221089779ca47d1d84d5106995a3ffd430fa84b6 /multimedia | |
parent | 126ef0fbb61fac70e5392bef86314761bf6f7b4d (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 5 | ||||
-rw-r--r-- | multimedia/ffmpeg24/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 1bd96c9c4801..4e70d37c2e99 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -143,6 +143,10 @@ OPENCV_CONFIGURE_ENABLE= libopencv OPENJPEG_LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 OPENJPEG_CONFIGURE_ENABLE= libopenjpeg +# openssl +OPENSSL_USE= OPENSSL=yes +OPENSSL_CONFIGURE_ENABLE= openssl + # opus OPUS_LIB_DEPENDS= libopus.so:${PORTSDIR}/audio/opus OPUS_CONFIGURE_ENABLE= libopus @@ -214,7 +218,6 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} # ssl .if ${PORT_OPTIONS:MOPENSSL} && empty(PORT_OPTIONS:MGNUTLS) -USE_OPENSSL= yes FFMPEG_NONFREE= yes .endif diff --git a/multimedia/ffmpeg24/Makefile b/multimedia/ffmpeg24/Makefile index ba73fc506c2a..219c63a76ec5 100644 --- a/multimedia/ffmpeg24/Makefile +++ b/multimedia/ffmpeg24/Makefile @@ -150,6 +150,10 @@ OPENCV_CONFIGURE_ENABLE= libopencv OPENJPEG_LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 OPENJPEG_CONFIGURE_ENABLE= libopenjpeg +# openssl +OPENSSL_USE= OPENSSL=yes +OPENSSL_CONFIGURE_ENABLE= openssl + # opus OPUS_LIB_DEPENDS= libopus.so:${PORTSDIR}/audio/opus OPUS_CONFIGURE_ENABLE= libopus @@ -221,7 +225,6 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} # ssl .if ${PORT_OPTIONS:MOPENSSL} && empty(PORT_OPTIONS:MGNUTLS) -USE_OPENSSL= yes FFMPEG_NONFREE= yes .endif |