mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
print cpu flags
Originally committed as revision 248 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fb4a9613ee
commit
f4470e0936
@ -963,8 +963,8 @@ static void sub_pixels_xy2_mmx( DCTELEM *block, const UINT8 *pixels, int line
|
||||
void dsputil_init_mmx(void)
|
||||
{
|
||||
mm_flags = mm_support();
|
||||
#if 0
|
||||
printf("CPU flags:");
|
||||
#if 1
|
||||
printf("libavcodec: CPU flags:");
|
||||
if (mm_flags & MM_MMX)
|
||||
printf(" mmx");
|
||||
if (mm_flags & MM_MMXEXT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user