--- trunk/xvidcore/src/quant/x86_asm/quantize_mpeg_mmx.asm 2006/09/22 03:40:11 1728 +++ trunk/xvidcore/src/quant/x86_asm/quantize_mpeg_mmx.asm 2008/08/19 09:06:48 1790 @@ -21,7 +21,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: quantize_mpeg_mmx.asm,v 1.8 2006-09-22 03:40:11 syskin Exp $ +; * $Id: quantize_mpeg_mmx.asm,v 1.9 2008-08-19 09:06:48 Isibaar Exp $ ; * ; *************************************************************************/ @@ -666,3 +666,8 @@ ret .endfunc + +%ifidn __OUTPUT_FORMAT__,elf +section ".note.GNU-stack" noalloc noexec nowrite progbits +%endif +