diff options
| author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-04-29 23:00:33 +0000 | 
|---|---|---|
| committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-04-29 23:00:33 +0000 | 
| commit | 633f9296f4a9a6d9f4988a62658038fdd8c8cc4f (patch) | |
| tree | 2f4294c7dbe2c6fd14de23902212e77c6a108530 /www/iridium/files/patch-media_ffmpeg_ffmpeg__common.h | |
| parent | www/chromium: update to 58.0.3029.81 (diff) | |
Add new port www/iridium
Iridium is a free, open, and libre browser modification of the Chromium
code base, with privacy being enhanced in several key areas.
Automatic transmission of partial queries, keywords, metrics to central
services is inhibited and only occurs with consent.
WWW: https://iridiumbrowser.de/
Diffstat (limited to 'www/iridium/files/patch-media_ffmpeg_ffmpeg__common.h')
| -rw-r--r-- | www/iridium/files/patch-media_ffmpeg_ffmpeg__common.h | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/www/iridium/files/patch-media_ffmpeg_ffmpeg__common.h b/www/iridium/files/patch-media_ffmpeg_ffmpeg__common.h new file mode 100644 index 000000000000..b1f46bea9b95 --- /dev/null +++ b/www/iridium/files/patch-media_ffmpeg_ffmpeg__common.h @@ -0,0 +1,19 @@ +--- media/ffmpeg/ffmpeg_common.h.orig	2017-04-19 19:06:35 UTC ++++ media/ffmpeg/ffmpeg_common.h +@@ -25,7 +25,7 @@ extern "C" { + // Disable deprecated features which result in spammy compile warnings.  This + // list of defines must mirror those in the 'defines' section of FFmpeg's + // BUILD.gn file or the headers below will generate different structures! +-#define FF_API_CONVERGENCE_DURATION 0 ++//#define FF_API_CONVERGENCE_DURATION 0 + // Upstream libavcodec/utils.c still uses the deprecated + // av_dup_packet(), causing deprecation warnings. + // The normal fix for such things is to disable the feature as below, +@@ -39,7 +39,6 @@ extern "C" { + MSVC_PUSH_DISABLE_WARNING(4244); + #include <libavcodec/avcodec.h> + #include <libavformat/avformat.h> +-#include <libavformat/internal.h> + #include <libavformat/avio.h> + #include <libavutil/avutil.h> + #include <libavutil/imgutils.h> | 
