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)
commit50f9df6c662a02f240f87b604f67c93c563fe2fe
tree01c5692db24e4fb3b1c44b030f62522eb1d16860
parent2c7cc0f6e8a5645a18262d949f49ec1529d7e771
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]