summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/idct/Makefile.am
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2004-08-09 21:21:25 +0000
committerBrian Cameron <brian.cameron@sun.com>2004-08-09 21:21:25 +0000
commit529b48cf893eae61616d08631302bcf1304e0cd0 (patch)
tree2ecb7514b1782fcde7908f1a7bcac05ef6fa4997 /gst-libs/gst/idct/Makefile.am
parent39f548de48bd987c48d9138a5e68f9299b077255 (diff)
downloadgst-plugins-bad-529b48cf893eae61616d08631302bcf1304e0cd0.tar.gz
gst-plugins-bad-529b48cf893eae61616d08631302bcf1304e0cd0.tar.bz2
gst-plugins-bad-529b48cf893eae61616d08631302bcf1304e0cd0.zip
Remove GPL'ed mmx32idct.c code and supporting code, since logic in gst-plugins is not supposed to be GPL'ed. This co...
Original commit message from CVS: Remove GPL'ed mmx32idct.c code and supporting code, since logic in gst-plugins is not supposed to be GPL'ed. This code provided MMX optimisations, but was never compiled in since configure never set HAVE_LIBMMX anyway.
Diffstat (limited to 'gst-libs/gst/idct/Makefile.am')
-rw-r--r--gst-libs/gst/idct/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/gst-libs/gst/idct/Makefile.am b/gst-libs/gst/idct/Makefile.am
index aea5a1f3..d8ddf8dd 100644
--- a/gst-libs/gst/idct/Makefile.am
+++ b/gst-libs/gst/idct/Makefile.am
@@ -1,8 +1,3 @@
-if HAVE_LIBMMX
-GSTIDCTARCH_SRCS = mmxidct.S mmx32idct.c sseidct.S
-else
-GSTIDCTARCH_SRCS =
-endif
librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@
@@ -12,8 +7,7 @@ libgstidct_la_SOURCES = \
fastintidct.c \
floatidct.c \
idct.c \
- intidct.c \
- $(GSTIDCTARCH_SRCS)
+ intidct.c
libgstidctincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/idct
libgstidctinclude_HEADERS = idct.h