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