From 2da71acdf5256024081bcccfcdf952b9b8badd63 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 3 Feb 2002 01:59:30 +0000 Subject: [PATCH] - remove the use of ASM as well Original commit message from CVS: - remove the use of ASM as well --- gst/goom/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/goom/Makefile.am b/gst/goom/Makefile.am index 1440a5950f..6eac60d6df 100644 --- a/gst/goom/Makefile.am +++ b/gst/goom/Makefile.am @@ -4,10 +4,10 @@ plugin_LTLIBRARIES = libgstgoom.la if HAVE_LIBMMX GOOM_FILTER_FILES = filters.c filters_mmx.s -GOOM_FILTER_CFLAGS = -DMMX +GOOM_FILTER_CFLAGS = -DMMX -DUSE_ASM else GOOM_FILTER_FILES = filters.c -GOOM_FILTER_CFLAGS = -UMMX +GOOM_FILTER_CFLAGS = -UMMX -UUSE_ASM endif libgstgoom_la_SOURCES = gstgoom.c goom_core.c $(GOOM_FILTER_FILES) graphic.c lines.c