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: Add unistd.h #include for getopt()
tags/n2.4
Diego Biurrun
10 years ago
parent
30e50c5027
commit
353240541d
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
libavutil/cpu.c
+ 4
- 0
libavutil/cpu.c
View File
@@ -180,6 +180,10 @@ int av_cpu_count(void)
#ifdef TEST
#include <stdio.h>
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "avstring.h"
#if !HAVE_GETOPT
Write
Preview
Loading…
Cancel
Save