--- fdct_mmx_ffmpeg.asm 2004/08/29 10:02:38 1.5 +++ fdct_mmx_ffmpeg.asm 2008/08/19 09:06:48 1.6 @@ -19,7 +19,7 @@ ; * along with this program; if not, write to the Free Software ; * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ; * -; * $Id: fdct_mmx_ffmpeg.asm,v 1.5 2004/08/29 10:02:38 edgomez Exp $ +; * $Id: fdct_mmx_ffmpeg.asm,v 1.6 2008/08/19 09:06:48 Isibaar Exp $ ; * ; ***************************************************************************/ @@ -422,3 +422,8 @@ ;----------------------------------------------------------------------------- MAKE_FDCT_FUNC fdct_xmm_ffmpeg, FDCT_ROW_XMM + +%ifidn __OUTPUT_FORMAT__,elf +section ".note.GNU-stack" noalloc noexec nowrite progbits +%endif +