summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg3/options.mk
diff options
context:
space:
mode:
authoradam <adam>2017-04-15 09:26:47 +0000
committeradam <adam>2017-04-15 09:26:47 +0000
commite0199a9657054422a6e899f6936912c53341b715 (patch)
tree4247ee0b7521b91e7561d9632114d7359dfff7f6 /multimedia/ffmpeg3/options.mk
parent7e5547f0748d4dcb040bbe172b4f6091fd155a56 (diff)
downloadpkgsrc-e0199a9657054422a6e899f6936912c53341b715.tar.gz
version 3.3:
- CrystalHD decoder moved to new decode API - add internal ebur128 library, remove external libebur128 dependency - Pro-MPEG CoP 3-R2 FEC protocol - premultiply video filter - Support for spherical videos - configure now fails if autodetect-libraries are requested but not found - PSD Decoder - 16.8 floating point pcm decoder - 24.0 floating point pcm decoder - Apple Pixlet decoder - QDMC audio decoder - NewTek SpeedHQ decoder - MIDI Sample Dump Standard demuxer - readeia608 filter - Sample Dump eXchange demuxer - abitscope multimedia filter - Scenarist Closed Captions demuxer and muxer - threshold filter - midequalizer filter - Optimal Huffman tables for (M)JPEG encoding - VAAPI-accelerated MPEG-2 and VP8 encoding - FM Screen Capture Codec decoder - native Opus encoder - ScreenPressor decoder - incomplete ClearVideo decoder - Intel QSV video scaling and deinterlacing filters - Support MOV with multiple sample description tables - XPM decoder - Removed the legacy X11 screen grabber, use XCB instead - MPEG-7 Video Signature filter - Removed asyncts filter (use af_aresample instead) - Intel QSV-accelerated VP8 video decoding
Diffstat (limited to 'multimedia/ffmpeg3/options.mk')
-rw-r--r--multimedia/ffmpeg3/options.mk12
1 files changed, 2 insertions, 10 deletions
diff --git a/multimedia/ffmpeg3/options.mk b/multimedia/ffmpeg3/options.mk
index 133e826504a..4ae5cd8d95f 100644
--- a/multimedia/ffmpeg3/options.mk
+++ b/multimedia/ffmpeg3/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.5 2017/01/01 22:36:34 leot Exp $
+# $NetBSD: options.mk,v 1.6 2017/04/15 09:26:47 adam Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.ffmpeg3
-PKG_SUPPORTED_OPTIONS= ass doc ebur128 fdk-aac fontconfig freetype \
+PKG_SUPPORTED_OPTIONS= ass doc fdk-aac fontconfig freetype \
gnutls lame libvpx opencore-amr openssl opus theora \
vorbis x264 x265 xcb xvid
PKG_SUGGESTED_OPTIONS= lame ass freetype fontconfig libvpx openssl \
@@ -27,14 +27,6 @@ PKG_SUGGESTED_OPTIONS+= vaapi
.include "../../mk/bsd.options.mk"
-# EBU R128 audio loudness normalization
-.if !empty(PKG_OPTIONS:Mebur128)
-CONFIGURE_ARGS+= --enable-libebur128
-.include "../../audio/libebur128/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-libebur128
-.endif
-
# Fontconfig
.if !empty(PKG_OPTIONS:Mfontconfig)
USE_TOOLS+= pkg-config