changeset 482:0db65eaafe24 trunk

[svn] Remove X86 assembler code; use of executable stacks is a problem on hardened systems.
author chainsaw
date Sat, 21 Jan 2006 14:06:07 -0800
parents bb3698dfd455
children 1cf5ce3ec0c0
files Plugins/Visualization/blur_scope/Makefile.am Plugins/Visualization/blur_scope/blur_scope.c
diffstat 2 files changed, 1 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Visualization/blur_scope/Makefile.am	Sat Jan 21 10:03:15 2006 -0800
+++ b/Plugins/Visualization/blur_scope/Makefile.am	Sat Jan 21 14:06:07 2006 -0800
@@ -7,13 +7,7 @@
 
 COMMON_SRC = blur_scope.c blur_scope.h config.c
 
-if USE_X86ASM
-
-EXTRA_SRC = blur_8.s
-
-endif
-
-EXTRA_DIST = blur_8.s xmms_logo.xpm bscope_logo.xpm
+EXTRA_DIST = xmms_logo.xpm bscope_logo.xpm
 
 libbscope_la_SOURCES =  $(COMMON_SRC) $(EXTRA_SRC)
 
--- a/Plugins/Visualization/blur_scope/blur_scope.c	Sat Jan 21 10:03:15 2006 -0800
+++ b/Plugins/Visualization/blur_scope/blur_scope.c	Sat Jan 21 14:06:07 2006 -0800
@@ -124,7 +124,6 @@
 }
 
 
-#ifndef I386_ASSEM
 void
 bscope_blur_8(guchar * ptr, gint w, gint h, gint bpl)
 {
@@ -142,9 +141,6 @@
 
 
 }
-#else
-extern void bscope_blur_8(guchar * ptr, gint w, gint h, gint bpl);
-#endif
 
 void
 generate_cmap(void)