Removed idct_mmx.obj from the svn and updated the project to reflect the change.

The file was only available as a compiled .obj, with no sourcecode, and wasn't used in any platform or configuration, so me & pseudonym decided it was best not to even have it.
Left a comment in the idct.cpp file explaining it.



git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2719 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gigaherz 2010-03-16 02:53:56 +00:00
parent b9fc6d43e9
commit 80fa74532a
3 changed files with 10 additions and 12 deletions

Binary file not shown.

View File

@ -253,14 +253,16 @@ u8 mpeg2_scan_alt[64] = {
};
};
/* idct_mmx.c */
void mpeg2_idct_copy_mmxext (s16 * block, u8 * dest, int stride);
void mpeg2_idct_add_mmxext (int last, s16 * block,
s16 * dest, int stride);
void mpeg2_idct_copy_mmx (s16 * block, u8 * dest, int stride);
void mpeg2_idct_add_mmx (int last, s16 * block,
s16 * dest, int stride);
void mpeg2_idct_mmx_init (void);
// The MMX verson wasn't being used and it was only available as a .obj,
// so I removed it (gigaherz).
///* idct_mmx.c */
//void mpeg2_idct_copy_mmxext (s16 * block, u8 * dest, int stride);
//void mpeg2_idct_add_mmxext (int last, s16 * block,
// s16 * dest, int stride);
//void mpeg2_idct_copy_mmx (s16 * block, u8 * dest, int stride);
//void mpeg2_idct_add_mmx (int last, s16 * block,
// s16 * dest, int stride);
//void mpeg2_idct_mmx_init (void);
void mpeg2_idct_init()
{

View File

@ -1254,10 +1254,6 @@
RelativePath="..\..\IPU\coroutine.h"
>
</File>
<File
RelativePath="..\..\Ipu\idct_mmx.obj"
>
</File>
<File
RelativePath="..\..\Ipu\IPU.cpp"
>