aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/lives/Makefile
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2018-05-04 00:10:21 +0800
committerjbeich <jbeich@FreeBSD.org>2018-05-04 00:10:21 +0800
commit36d83f7bd308c01a8bbf5a0d3fb0b5d5a382d6f2 (patch)
tree8452085e1a216d0d24099ffe3d097ccdee78e754 /multimedia/lives/Makefile
parent5dd4e39e216d996f68414e307d25089752b6a0ca (diff)
downloadfreebsd-ports-gnome-36d83f7bd308c01a8bbf5a0d3fb0b5d5a382d6f2.tar.gz
freebsd-ports-gnome-36d83f7bd308c01a8bbf5a0d3fb0b5d5a382d6f2.tar.zst
freebsd-ports-gnome-36d83f7bd308c01a8bbf5a0d3fb0b5d5a382d6f2.zip
multimedia/lives: unbreak with ffmpeg 4.0
flv_decoder.c:468:44: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' priv->ctx->extradata = av_mallocz(size + FF_INPUT_BUFFER_PADDING_SIZE); ^ PR: 227726 Reported by: antoine (via exp-run) Obtained from: upstream (LiVES 2.8.8)
Diffstat (limited to 'multimedia/lives/Makefile')
-rw-r--r--multimedia/lives/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile
index c5757f645d02..62c2699ac332 100644
--- a/multimedia/lives/Makefile
+++ b/multimedia/lives/Makefile
@@ -14,8 +14,6 @@ COMMENT= Video editing system
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN= fails to build with ffmpeg 4.0
-
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat \
${LOCALBASE}/bin/analyseplugin:audio/ladspa
LIB_DEPENDS= libasound.so:audio/alsa-lib \