Remove GPL'ed mmx32idct.c code and supporting code, since logic in gst-plugins is...
authorBrian Cameron <brian.cameron@sun.com>
Mon, 9 Aug 2004 21:21:25 +0000 (21:21 +0000)
committerBrian Cameron <brian.cameron@sun.com>
Mon, 9 Aug 2004 21:21:25 +0000 (21:21 +0000)
commite2cb559360a55fc310231cb021cb56979e175276
tree89a5a43547d482ab8403a1fb4e259b7d1359148d
parent4d85fadb93626f9e6b8fbc40092144fd01b06a2b
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.
gst-libs/gst/idct/Makefile.am
gst-libs/gst/idct/dct.h
gst-libs/gst/idct/idct.c
gst-libs/gst/idct/mmx32idct.c [deleted file]
gst-libs/gst/idct/mmxidct.S [deleted file]
gst-libs/gst/idct/sseidct.S [deleted file]