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)
commit529b48cf893eae61616d08631302bcf1304e0cd0
tree2ecb7514b1782fcde7908f1a7bcac05ef6fa4997
parent39f548de48bd987c48d9138a5e68f9299b077255
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]