You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
cpu-test: Add unistd.h #include for getopt()
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user