FreeBSD Bugzilla – Attachment 178083 Details for
Bug 215402
multimedia/ffmpeg: only use vendor optimizations, dropping -ffast-math
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v0
ffmpeg.opt.diff (text/plain), 2.33 KB, created by
Jan Beich
on 2016-12-19 03:37:07 UTC
(
hide
)
Description:
v0
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2016-12-19 03:37:07 UTC
Size:
2.33 KB
patch
obsolete
>From 8ef5f877377f4658d52cf0b2304dcb9b3e9d4d2c Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Sun, 18 Dec 2016 20:59:50 +0000 >Subject: multimedia/ffmpeg: only use vendor optimizations > >-ffast-math -fno-finite-math-only are no longer applied. Add and >maintain them yourself from either make.conf or Makefile.local. > >PR: ? >Reviewed by: ? >--- > UPDATING | 18 ++++++++++++++++++ > multimedia/ffmpeg/Makefile | 6 +++--- > 2 files changed, 21 insertions(+), 3 deletions(-) > >diff --git a/UPDATING b/UPDATING >index 64fe7a94f409..3e49eef0c506 100644 >--- a/UPDATING >+++ b/UPDATING >@@ -6,6 +6,24 @@ You should get into the habit of checking this file for changes each time > you update your ports collection, before attempting any port upgrades. > > 20161218: >+ AFFECTS: multimedia/ffmpeg >+ AUTHOR: jbeich@FreeBSD.org >+ >+ OPTIMIZED_CFLAGS switched to only use vendor optimizations which >+ means -ffast-math -fno-finite-math-only are no longer applied. If >+ you did like the former behavior consider adding >+ >+ # multimedia/ffmpeg/Makefile.local >+ OPTIMIZED_CFLAGS_CFLAGS += -ffast-math -fno-finite-math-only >+ >+ or >+ >+ # /etc/make.conf >+ .if ${.CURDIR:M*/multimedia/ffmpeg} >+ CFLAGS += -ffast-math -fno-finite-math-only >+ .endif >+ >+20161218: > AFFECTS: users of www/nghttp2 > AUTHOR: sunpoet@FreeBSD.org > >diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile >index ceed05fbb1c0..1d89c0373217 100644 >--- a/multimedia/ffmpeg/Makefile >+++ b/multimedia/ffmpeg/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= ffmpeg > PORTVERSION= 3.2.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= multimedia audio ipv6 net > MASTER_SITES= http://ffmpeg.org/releases/ >@@ -37,7 +37,7 @@ OPTIONS_DEFINE= ALSA AMR_NB AMR_WB ASS BS2B CACA CDIO CELT CHROMAPRINT DC1394 \ > XVIDEO ZIMG ZMQ ZVBI > > OPTIONS_DEFAULT= FFSERVER FONTCONFIG FREETYPE FREI0R GMP GNUTLS ICONV \ >- OPENCV RTCPU SCHROEDINGER THEORA V4L VAAPI VDPAU \ >+ OPENCV OPTIMIZED_CFLAGS RTCPU SCHROEDINGER THEORA V4L VAAPI VDPAU \ > VORBIS VPX X264 XVID > > OPTIONS_RADIO= RTMP SSL >@@ -271,7 +271,7 @@ OPENSSL_CONFIGURE_ENABLE= openssl > OPENSSL_IMPLIES= NONFREE > > # optimizations >-OPTIMIZED_CFLAGS_CFLAGS=-O3 -ffast-math -fno-finite-math-only -fomit-frame-pointer >+OPTIMIZED_CFLAGS_CONFIGURE_ENABLE= optimizations > > # opus > OPUS_LIB_DEPENDS= libopus.so:audio/opus
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215402
: 178083