summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-04-23 15:25:43 +0000
committernia <nia@pkgsrc.org>2020-04-23 15:25:43 +0000
commita372e49437417d0be3a5a3855bdf74aba007226d (patch)
tree3336e001dfca6a3abad4cf83b8e5011512da0626 /mbone
parentf2f242ddcf5e74e63890c50aa23aa1cfb5136474 (diff)
downloadpkgsrc-a372e49437417d0be3a5a3855bdf74aba007226d.tar.gz
vic-devel: remove unsupported options that references old ffmpeg version
Diffstat (limited to 'mbone')
-rw-r--r--mbone/vic-devel/options.mk21
1 files changed, 3 insertions, 18 deletions
diff --git a/mbone/vic-devel/options.mk b/mbone/vic-devel/options.mk
index 3570cba0172..99601be7aaf 100644
--- a/mbone/vic-devel/options.mk
+++ b/mbone/vic-devel/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.4 2014/08/11 23:09:44 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2020/04/23 15:25:43 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.vic
-PKG_SUPPORTED_OPTIONS= inet6 # vic-gpl
-PKG_SUGGESTED_OPTIONS= inet6 # vic-gpl
+PKG_SUPPORTED_OPTIONS= inet6
+PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
@@ -10,18 +10,3 @@ PKG_SUGGESTED_OPTIONS= inet6 # vic-gpl
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.endif
-
-## mpeg4+x264 support (ffmpeg)
-
-.if !empty(PKG_OPTIONS:Mvic-gpl)
-CONFIGURE_ARGS+= --enable-gpl
-CONFIGURE_ARGS+= --disable-ffmpeg-co
-CONFIGURE_ARGS+= --disable-x264-co
-CONFIGURE_ARGS+= --with-ffmpeginc=${BUILDLINK_PREFIX.ffmpeg}/include
-CONFIGURE_ARGS+= --with-ffmpeglib=${BUILDLINK_PREFIX.ffmpeg}/lib
-.include "../../multimedia/ffmpeg1/buildlink3.mk"
-
-CONFIGURE_ARGS+= --with-x264inc=${BUILDLINK_PREFIX.x264-devel}/include
-CONFIGURE_ARGS+= --with-x264lib=${BUILDLINK_PREFIX.x264-devel}/lib
-.include "../../multimedia/x264-devel/buildlink3.mk"
-.endif