This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
* removed TESTCPU_MAIN - not needed for testing
Originally committed as revision 615 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Zdenek Kabelac
23 years ago
parent
8758f7e43c
commit
5f6230016a
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavcodec/i386/dsputil_mmx.c
+ 0
- 3
libavcodec/i386/dsputil_mmx.c
View File
@@ -893,7 +893,6 @@ static void clear_blocks_mmx(DCTELEM *blocks)
static void just_return() { return; }
#endif
#ifndef TESTCPU_MAIN
void dsputil_init_mmx(void)
{
mm_flags = mm_support();
@@ -1046,5 +1045,3 @@ void dsputil_set_bit_exact_mmx(void)
}
}
}
#endif
Write
Preview
Loading…
Cancel
Save