diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-05-03 23:33:17 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-05-03 23:33:17 +0800 |
commit | 2add749ba548bd935ac69515508b8d9a40e0cfff (patch) | |
tree | d221e21dddfcf308a001e7105fcd89158f839b95 /graphics | |
parent | 5e7cdb01be2596c247a8d7c6aaabbec5a6139b9e (diff) | |
download | freebsd-ports-gnome-2add749ba548bd935ac69515508b8d9a40e0cfff.tar.gz freebsd-ports-gnome-2add749ba548bd935ac69515508b8d9a40e0cfff.tar.zst freebsd-ports-gnome-2add749ba548bd935ac69515508b8d9a40e0cfff.zip |
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 )
^
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/openfx-io/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |