summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-01-03 11:35:21 +0000
committerwiz <wiz@pkgsrc.org>2016-01-03 11:35:21 +0000
commitccdd511019d3f089affe7b9b9a6d3d477a3debdb (patch)
tree25044aa086f2fdb016dfc7a1537cf577ff86de3a /multimedia/ffmpeg2
parentf2e4f84fc6105c49f8f9a79d1b86e01f3068e969 (diff)
downloadpkgsrc-ccdd511019d3f089affe7b9b9a6d3d477a3debdb.tar.gz
Turn on openssl option by default.
Needed for https support, which is used by youtube-dl. Bump PKGREVISION. Ok leot@, youri@
Diffstat (limited to 'multimedia/ffmpeg2')
-rw-r--r--multimedia/ffmpeg2/Makefile3
-rw-r--r--multimedia/ffmpeg2/options.mk6
2 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/ffmpeg2/Makefile b/multimedia/ffmpeg2/Makefile
index 9bdbfda6d19..1fd1d091750 100644
--- a/multimedia/ffmpeg2/Makefile
+++ b/multimedia/ffmpeg2/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2015/11/28 14:36:49 adam Exp $
+# $NetBSD: Makefile,v 1.23 2016/01/03 11:35:21 wiz Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg2/}
+PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ffmpeg.mplayerhq.hu/
COMMENT= Decoding, encoding and streaming software (v2.x)
diff --git a/multimedia/ffmpeg2/options.mk b/multimedia/ffmpeg2/options.mk
index e443c2db4da..82362f39092 100644
--- a/multimedia/ffmpeg2/options.mk
+++ b/multimedia/ffmpeg2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2015/11/07 16:58:13 tnn Exp $
+# $NetBSD: options.mk,v 1.10 2016/01/03 11:35:21 wiz Exp $
# Global and legacy options
@@ -6,8 +6,8 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.ffmpeg2
PKG_SUPPORTED_OPTIONS= ass faac fdk-aac fontconfig freetype gnutls lame \
libvpx opencore-amr openssl theora vorbis x264 x265 \
xcb xvid
-PKG_SUGGESTED_OPTIONS= lame ass freetype fontconfig libvpx theora vorbis x264 \
- xvid
+PKG_SUGGESTED_OPTIONS= lame ass freetype fontconfig libvpx openssl \
+ theora vorbis x264 xvid
# Add VDPAU if it is available
.include "../../multimedia/libvdpau/available.mk"