[FFmpeg-devel] [PATCH]doc/platform: Mention musl where x86_32 is not supported

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Oct 3 02:51:25 EEST 2016


Hi!

Attached patch adds a musl section to doc/platform.

Please comment, Carl Eugen
-------------- next part --------------
From 35bf44b909658864c9e8cca8dbc855dbde1e1ef5 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Mon, 3 Oct 2016 01:41:37 +0200
Subject: [PATCH] doc/platform: Mention musl where x86_32 is not supported.

---
 doc/platform.texi |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/platform.texi b/doc/platform.texi
index 21b135f..3404407 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -77,6 +77,12 @@ optimized assembly functions. @uref{http://www.finkproject.org/, Fink},
 @uref{https://mxcl.github.com/homebrew/, Homebrew}
 or @uref{http://www.macports.org, MacPorts} can easily provide it.
 
+ at section musl
+
+Compilation with @uref{http://www.musl-libc.org/, musl} on x86-64 is supposed
+to work out-of-the-box.
+Do not compile FFmpeg with musl on x86_32, random crashes have to be expected.
+
 
 @chapter DOS
 
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list