summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-09-20 08:21:17 +0000
committeradam <adam@pkgsrc.org>2017-09-20 08:21:17 +0000
commit1a21f31c5bd9ef58ca350f1b703264a81eab0a87 (patch)
tree8ceab1a7c34c520d5b49a7cd4357294d2244b174 /multimedia
parent32b250a3fee766709ae7a4651ef89fe6126e7c38 (diff)
downloadpkgsrc-1a21f31c5bd9ef58ca350f1b703264a81eab0a87.tar.gz
ffmpeg[123]: added rtmp option
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ffmpeg1/options.mk10
-rw-r--r--multimedia/ffmpeg2/options.mk10
-rw-r--r--multimedia/ffmpeg3/options.mk12
3 files changed, 25 insertions, 7 deletions
diff --git a/multimedia/ffmpeg1/options.mk b/multimedia/ffmpeg1/options.mk
index cd75de3afbf..1499fc47bdc 100644
--- a/multimedia/ffmpeg1/options.mk
+++ b/multimedia/ffmpeg1/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2014/08/11 23:01:50 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2017/09/20 08:21:17 adam Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.ffmpeg
PKG_SUPPORTED_OPTIONS= faac lame ass libvpx theora vorbis x264 xvid \
- opencore-amr
+ opencore-amr rtmp
PKG_SUGGESTED_OPTIONS= lame ass libvpx theora vorbis x264 xvid
#PKG_OPTIONS_OPTIONAL_GROUPS= aac-decoder
#PKG_OPTIONS_GROUP.aac-decoder= faac
@@ -70,6 +70,12 @@ CONFIGURE_ARGS+= --disable-libopencore-amrnb
CONFIGURE_ARGS+= --disable-libopencore-amrwb
.endif
+# RTMP support via librtmp
+.if !empty(PKG_OPTIONS:Mrtmp)
+CONFIGURE_ARGS+= --enable-librtmp
+.include "../../net/rtmpdump/buildlink3.mk"
+.endif
+
###
### OGG Theora support
###
diff --git a/multimedia/ffmpeg2/options.mk b/multimedia/ffmpeg2/options.mk
index ea5971677cf..d821f33c01c 100644
--- a/multimedia/ffmpeg2/options.mk
+++ b/multimedia/ffmpeg2/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.12 2017/05/29 08:38:16 leot Exp $
+# $NetBSD: options.mk,v 1.13 2017/09/20 08:21:17 adam Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.ffmpeg2
PKG_SUPPORTED_OPTIONS= ass doc faac fdk-aac fontconfig freetype gnutls lame \
- libvpx opencore-amr openssl theora vorbis x11 x264 \
+ libvpx opencore-amr openssl rtmp theora vorbis x11 x264 \
x265 xcb xvid
PKG_SUGGESTED_OPTIONS= lame ass freetype fontconfig libvpx openssl \
theora vorbis x11 x264 xvid
@@ -117,6 +117,12 @@ CONFIGURE_ARGS+= --enable-openssl
CONFIGURE_ARGS+= --disable-openssl
.endif
+# RTMP support via librtmp
+.if !empty(PKG_OPTIONS:Mrtmp)
+CONFIGURE_ARGS+= --enable-librtmp
+.include "../../net/rtmpdump/buildlink3.mk"
+.endif
+
# OGG Theora support
.if !empty(PKG_OPTIONS:Mtheora)
CONFIGURE_ARGS+= --enable-libtheora
diff --git a/multimedia/ffmpeg3/options.mk b/multimedia/ffmpeg3/options.mk
index bcd1572d29f..a72a260e35e 100644
--- a/multimedia/ffmpeg3/options.mk
+++ b/multimedia/ffmpeg3/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.7 2017/05/28 02:09:18 maya Exp $
+# $NetBSD: options.mk,v 1.8 2017/09/20 08:21:17 adam Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.ffmpeg3
-PKG_SUPPORTED_OPTIONS= ass doc fdk-aac fontconfig freetype \
- gnutls lame libvpx opencore-amr openssl opus theora \
+PKG_SUPPORTED_OPTIONS= ass doc fdk-aac fontconfig freetype gnutls \
+ lame libvpx opencore-amr openssl opus rtmp theora \
vorbis x11 x264 x265 xcb xvid
PKG_SUGGESTED_OPTIONS= lame ass freetype fontconfig libvpx openssl \
theora vorbis x11 x264 xvid
@@ -107,6 +107,12 @@ CONFIGURE_ARGS+= --enable-openssl
CONFIGURE_ARGS+= --disable-openssl
.endif
+# RTMP support via librtmp
+.if !empty(PKG_OPTIONS:Mrtmp)
+CONFIGURE_ARGS+= --enable-librtmp
+.include "../../net/rtmpdump/buildlink3.mk"
+.endif
+
# OGG Theora support
.if !empty(PKG_OPTIONS:Mtheora)
CONFIGURE_ARGS+= --enable-libtheora