summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authormaya <maya>2016-12-08 10:20:08 +0000
committermaya <maya>2016-12-08 10:20:08 +0000
commit7cefd9ba9a98699e7c02b29b9b367b32a7ff3dce (patch)
treea17b9e35f5cecbb5238e624a4770745554840b93 /multimedia
parent85bc0c6d7b688d4f0528ca1f7e9a5ed84751df1b (diff)
downloadpkgsrc-7cefd9ba9a98699e7c02b29b9b367b32a7ff3dce.tar.gz
ffmpeg3: disable lto (again).
fixes build for me with netbsd-7 with gcc 4.8.5 (reported by Marc Badouin in pkgsrc-users), and also clang 3.8.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ffmpeg3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ffmpeg3/Makefile b/multimedia/ffmpeg3/Makefile
index d8c58625dc5..6ce0bfc0ca5 100644
--- a/multimedia/ffmpeg3/Makefile
+++ b/multimedia/ffmpeg3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/12/07 12:56:19 adam Exp $
+# $NetBSD: Makefile,v 1.16 2016/12/08 10:20:08 maya Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg3/}
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -7,7 +7,7 @@ COMMENT= Decoding, encoding and streaming software (v3.x)
CONFIGURE_ARGS+= --enable-avfilter
#CONFIGURE_ARGS+= --enable-avfilter-lavf
-CONFIGURE_ARGS+= --enable-lto
+#CONFIGURE_ARGS+= --enable-lto
CONFIGURE_ARGS+= --enable-postproc
CONFIGURE_ARGS+= --disable-ffplay