Added CPU detection.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 12 Sep 2000 18:13:48 +0000 (18:13 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 12 Sep 2000 18:13:48 +0000 (18:13 +0000)
commit8d2a4dfbeccdab801083c7223e7c48dcbe6e0843
treeac55ca3b852f47246f0fc1f3d70799f2fcc0633c
parent2fa9336ace3704e38cf6d91b052c807c525cd9eb
Added CPU detection.

Original commit message from CVS:
Added CPU detection.
Added SSE optimisation to mpeg_play
Modified the mpeg2 decoder and gstidct to use cpu detection.
Cleanups in the mpeg1 and mpeg2 decoders.
gst/Makefile.am
gst/gst.c
gst/gst.h
gst/gstcpu.c [new file with mode: 0644]
gst/gstcpu.h [new file with mode: 0644]
gst/gstcpuid_i386.s [new file with mode: 0644]
libs/idct/gstidct.c