From 289f3fb5c45846f599c23c1e3c4627bf62d4d1b3 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Wed, 22 Jan 2020 22:21:29 +0300 Subject: [PATCH] ffmpeg fix --- multimedia/video/ffmpeg/actions.py | 4 +++- multimedia/video/ffmpeg/pspec.xml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/multimedia/video/ffmpeg/actions.py b/multimedia/video/ffmpeg/actions.py index e62f4b315b..97264ffb5c 100644 --- a/multimedia/video/ffmpeg/actions.py +++ b/multimedia/video/ffmpeg/actions.py @@ -96,7 +96,9 @@ def setup(): --enable-omx \ --extra-ldflags='-lasound -lm' \ --cc='clang -fuse-ld=lld -rtlib=compiler-rt' \ - --cxx='clang++ -fuse-ld=lld -rtlib=compiler-rt'") + --cxx='clang++ -fuse-ld=lld -rtlib=compiler-rt' \ + --ar=llvm-ar \ + --ranlib=llvm-ranlib") def build(): autotools.make() diff --git a/multimedia/video/ffmpeg/pspec.xml b/multimedia/video/ffmpeg/pspec.xml index 33fd71d4a1..df90666c48 100644 --- a/multimedia/video/ffmpeg/pspec.xml +++ b/multimedia/video/ffmpeg/pspec.xml @@ -99,6 +99,7 @@ openssl-devel libomxil-bellagio-devel zeromq-devel + llvm llvm-clang lld @@ -227,7 +228,7 @@ - 2020-01-14 + 2020-01-22 4.2.2 Version bump. Idris Kalp