Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2018 18:39:57 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468866 - head/multimedia/webcamoid/files
Message-ID:  <201805021839.w42Idvx8009133@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805021839.w42Idvx8009133>