mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
- remove the use of ASM as well
Original commit message from CVS: - remove the use of ASM as well
This commit is contained in:
parent
7019a03ee1
commit
2da71acdf5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue