more fixes
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 23 Dec 2001 20:21:19 +0000 (20:21 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 23 Dec 2001 20:21:19 +0000 (20:21 +0000)
commit0cb49731f69242a8fde5c8e792a8600ea62ce0e2
treea1ffa3a2c292af9649ba940c3c08ec6f55dc6930
parent129eb023aaf2378c50817e6a06ea42641746da66
more fixes

Original commit message from CVS:
more fixes
13 files changed:
configure.ac
gst-libs/gst/Makefile.am
gst-libs/gst/idct/README [new file with mode: 0644]
gst-libs/gst/idct/dct.h [new file with mode: 0644]
gst-libs/gst/idct/doieee [new file with mode: 0755]
gst-libs/gst/idct/fastintidct.c [new file with mode: 0644]
gst-libs/gst/idct/floatidct.c [new file with mode: 0644]
gst-libs/gst/idct/idct.h [new file with mode: 0644]
gst-libs/gst/idct/ieeetest.c [new file with mode: 0644]
gst-libs/gst/idct/intidct.c [new file with mode: 0644]
gst-libs/gst/idct/mmx32idct.c [new file with mode: 0644]
gst-libs/gst/idct/mmxidct.S [new file with mode: 0644]
gst-libs/gst/idct/sseidct.S [new file with mode: 0644]