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)
commit67e5e612be2472f134b3fd18aa09da9dee67281b
treeeaea90981101ac2db66c83c47c37db3ffbc80fc3
parent708b1b31af0d5632077ef7cfacf1d069be26212f
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]