diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-07-22 02:45:45 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-22 02:45:45 +0200 |
commit | dac096cf39d24735f1992b7d867519f17974865b (patch) | |
tree | 94803d59c376db3bd998de821b517e21661a2993 /doc | |
parent | 7f1543d46cd88e86bd662695d79c16c93892223e (diff) | |
parent | bb0babd7054bed7edfd9f4d6b20cdba864de1830 (diff) | |
download | ffmpeg-dac096cf39d24735f1992b7d867519f17974865b.tar.gz |
Merge commit 'bb0babd7054bed7edfd9f4d6b20cdba864de1830'
* commit 'bb0babd7054bed7edfd9f4d6b20cdba864de1830':
build: Support executable only ldflags
Conflicts:
Makefile
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/platform.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/platform.texi b/doc/platform.texi index c71121fc1e..fb08a1e422 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 |