Date: Thu, 3 May 2018 15:33:18 +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: r468933 - head/graphics/openfx-io Message-ID: <201805031533.w43FXIIF043466@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805031533.w43FXIIF043466>