diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-07 17:46:38 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-07 17:46:38 +0000 |
commit | cc412837e234e5e2d77e0dc41974df6cbfa79cfe (patch) | |
tree | a2c9e2a9b7fa2b61aec57d1d2b70fba430dad579 | |
parent | Fix xorg-server build on arm64. (diff) |
multimedia/ffmpeg: switch to clang on 9.x
It turns out the following is true for ffvp9 on amd64:
WARNING: gcc 4.2 is outdated and may miscompile FFmpeg. Please use a newer compiler.
PR: 213706
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=425640
-rw-r--r-- | multimedia/ffmpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 196d86374379..818d1a5a13cf 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.8.8 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -18,7 +18,7 @@ BUILD_DEPENDS= yasm:devel/yasm \ ${LOCALBASE}/bin/as:devel/binutils HAS_CONFIGURE= yes -USES= compiler cpe gmake perl5 pkgconfig tar:bzip2 shebangfix +USES= compiler:c11 cpe gmake perl5 pkgconfig tar:bzip2 shebangfix USE_LDCONFIG= yes USE_PERL5= build SHEBANG_FILES= doc/texi2pod.pl |