From 37b564d7dcaad2a07a8e70127450cefb3b364d46 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Thu, 3 May 2018 15:33:17 +0000 Subject: [PATCH] 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 ) ^ --- graphics/openfx-io/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/openfx-io/Makefile b/graphics/openfx-io/Makefile index 0a3f060ab5af..f8d35fea5211 100644 --- a/graphics/openfx-io/Makefile +++ b/graphics/openfx-io/Makefile @@ -10,6 +10,7 @@ COMMENT= Set of Readers/Writers plugins written using the OpenFX standard LICENSE= GPLv2 +BROKEN= fails to build with ffmpeg 4.0 ONLY_FOR_ARCHS= amd64 LIB_DEPENDS= libboost_system.so:devel/boost-libs \