svn commit: r460948 - head/multimedia/ffmpeg
Thomas Zander
riggs at FreeBSD.org
Sun Feb 4 19:53:57 UTC 2018
Author: riggs
Date: Sun Feb 4 19:53:56 2018
New Revision: 460948
URL: https://svnweb.freebsd.org/changeset/ports/460948
Log:
Make OPUS default option
Rationale:
Opus is the latest-generation highest-performance open-source audio codec
and becomes increasingly popular, particularly combined with VP9 video.
It's time to include support for libopus in the default package.
PR: 225511
Reported by: greg at unrelenting.technology
MFH: 2018Q1
Modified:
head/multimedia/ffmpeg/Makefile
Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile Sun Feb 4 19:00:27 2018 (r460947)
+++ head/multimedia/ffmpeg/Makefile Sun Feb 4 19:53:56 2018 (r460948)
@@ -3,7 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 3.4.1
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= http://ffmpeg.org/releases/
@@ -38,7 +38,7 @@ OPTIONS_DEFINE= ALSA AMR_NB AMR_WB ASS BS2B CACA CDIO
XVIDEO ZIMG ZMQ ZVBI
OPTIONS_DEFAULT= FFSERVER FONTCONFIG FREETYPE FREI0R GMP GNUTLS ICONV \
- OPENCV OPTIMIZED_CFLAGS RTCPU THEORA V4L VAAPI VDPAU \
+ OPENCV OPTIMIZED_CFLAGS OPUS RTCPU THEORA V4L VAAPI VDPAU \
VORBIS VPX X264 X265 XVID
.if !exists(${.CURDIR:H:H}/science/libmysofa)
More information about the svn-ports-all
mailing list