svn commit: r468933 - head/graphics/openfx-io
Jan Beich
jbeich at FreeBSD.org
Thu May 3 15:33:18 UTC 2018
Author: jbeich
Date: Thu May 3 15:33:17 2018
New Revision: 468933
URL: https://svnweb.freebsd.org/changeset/ports/468933
Log:
graphics/openfx-io: mark BROKEN after r468844
In file included from ../FFmpeg/ReadFFmpeg.cpp:45:
../FFmpeg/FFmpegFile.h:268:53: error: use of undeclared identifier 'CODEC_CAP_DELAY'
return ( ( (_videoCodec->capabilities & CODEC_CAP_DELAY) ? _codecContext->delay : 0 )
^
Modified:
head/graphics/openfx-io/Makefile (contents, props changed)
Modified: head/graphics/openfx-io/Makefile
==============================================================================
--- head/graphics/openfx-io/Makefile Thu May 3 14:48:40 2018 (r468932)
+++ head/graphics/openfx-io/Makefile Thu May 3 15:33:17 2018 (r468933)
@@ -10,6 +10,7 @@ COMMENT= Set of Readers/Writers plugins written using
LICENSE= GPLv2
+BROKEN= fails to build with ffmpeg 4.0
ONLY_FOR_ARCHS= amd64
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
More information about the svn-ports-all
mailing list