X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fplatform.texi;h=fb08a1e422320482c6776a0a63f323c150f22791;hb=ab7c67905d1a97c274b24e268798d2f5fa2f6220;hp=c71121fc1e7d4df201e796cd470e6a2cdc6e0cb2;hpb=097bf834bacd3b9a4e8826f4df8e3130d5685926;p=ffmpeg diff --git a/doc/platform.texi b/doc/platform.texi index c71121fc1e7..fb08a1e4223 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -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