]> git.sesse.net Git - ffmpeg/blobdiff - doc/platform.texi
Merge commit '389380c27915b0505fed538cd54c035c891fabd9'
[ffmpeg] / doc / platform.texi
index c71121fc1e7d4df201e796cd470e6a2cdc6e0cb2..fb08a1e422320482c6776a0a63f323c150f22791 100644 (file)
@@ -35,6 +35,9 @@ to your project LDFLAGS:
 -Wl,-Bsymbolic
 @end example
 
+If your target platform requires position independent binaries, you should
+pass the correct linking flag (e.g. @code{-pie}) to @code{--extra-ldexeflags}.
+
 @section BSD
 
 BSD make will not build FFmpeg, you need to install and use GNU Make