ffmpeg | branch: master | Reimar Döffinger <reimar.doeffin...@gmx.de> | Sun Sep 21 09:58:10 2014 +0100| [b7082d953fda93f7841ffffe7d15a6c3cd15bdee] | committer: Reimar Döffinger
configure: add noexecstack to linker options if supported. Signed-off-by: Reimar Döffinger <reimar.doeffin...@gmx.de> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7082d953fda93f7841ffffe7d15a6c3cd15bdee --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 28c735e..f183d30 100755 --- a/configure +++ b/configure @@ -4621,6 +4621,7 @@ fi check_code cc arm_neon.h "int16x8_t test = vdupq_n_s16(0)" && enable intrinsics_neon check_ldflags -Wl,--as-needed +check_ldflags -Wl,-z,noexecstack if check_func dlopen; then ldl= _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog