svn commit: r468866 - head/multimedia/webcamoid/files
Jan Beich
jbeich at FreeBSD.org
Wed May 2 18:39:58 UTC 2018
Author: jbeich
Date: Wed May 2 18:39:57 2018
New Revision: 468866
URL: https://svnweb.freebsd.org/changeset/ports/468866
Log:
multimedia/webcamoid: actual commits for r468753
Modified:
head/multimedia/webcamoid/files/patch-ffmpeg4 (contents, props changed)
Modified: head/multimedia/webcamoid/files/patch-ffmpeg4
==============================================================================
--- head/multimedia/webcamoid/files/patch-ffmpeg4 Wed May 2 18:39:00 2018 (r468865)
+++ head/multimedia/webcamoid/files/patch-ffmpeg4 Wed May 2 18:39:57 2018 (r468866)
@@ -1,4 +1,5 @@
-https://github.com/webcamoid/webcamoid/pull/119
+https://github.com/webcamoid/webcamoid/commit/52fbf8376085
+https://github.com/webcamoid/webcamoid/commit/0ee66c7dd24b
--- libAvKys/Plugins/MultiSink/src/ffmpeg/src/abstractstream.cpp.orig 2017-10-09 06:45:30 UTC
+++ libAvKys/Plugins/MultiSink/src/ffmpeg/src/abstractstream.cpp
@@ -140,10 +141,13 @@ https://github.com/webcamoid/webcamoid/pull/119
this->m_codecContext->width = caps.property("width").toInt();
--- libAvKys/Plugins/VideoCapture/src/ffmpeg/src/convertvideoffmpeg.h.orig 2017-10-09 06:45:30 UTC
+++ libAvKys/Plugins/VideoCapture/src/ffmpeg/src/convertvideoffmpeg.h
-@@ -33,6 +33,9 @@ extern "C"
+@@ -33,6 +33,12 @@ extern "C"
#include <libavutil/imgutils.h>
#include <libavutil/pixdesc.h>
#include <libavutil/mem.h>
++ #ifndef AV_CODEC_CAP_TRUNCATED
++ #define AV_CODEC_CAP_TRUNCATED CODEC_CAP_TRUNCATED
++ #endif
+ #ifndef AV_CODEC_FLAG_TRUNCATED
+ #define AV_CODEC_FLAG_TRUNCATED CODEC_FLAG_TRUNCATED
+ #endif
More information about the svn-ports-all
mailing list