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
cpu-test: include stdio.h only for test prog
tags/n0.8
Mans Rullgard
15 years ago
parent
fef2d66166
commit
ec5f57192a
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
libavutil/cpu.c
+ 1
- 2
libavutil/cpu.c
View File
@@ -16,8 +16,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdio.h>
#include "cpu.h"
#include "config.h"
@@ -39,6 +37,7 @@ int av_get_cpu_flags(void)
#ifdef TEST
#undef printf
#include <stdio.h>
int main(void)
{
Write
Preview
Loading…
Cancel
Save