summaryrefslogtreecommitdiff
path: root/python/build/ffmpeg.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/build/ffmpeg.py')
-rw-r--r--python/build/ffmpeg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/build/ffmpeg.py b/python/build/ffmpeg.py
index b3ed215a2..1a5ec3d5f 100644
--- a/python/build/ffmpeg.py
+++ b/python/build/ffmpeg.py
@@ -34,6 +34,7 @@ class FfmpegProject(Project):
'--extra-ldflags=' + toolchain.ldflags,
'--extra-libs=' + toolchain.libs,
'--ar=' + toolchain.ar,
+ '--ranlib=' + toolchain.ranlib,
'--enable-cross-compile',
'--arch=' + arch,
'--target-os=' + target_os,