mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 05:00:37 +00:00
getopt: Remove an unnecessary define
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
cb5ab02a88
commit
962e912a49
@ -33,8 +33,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#define EOF (-1)
|
||||
|
||||
static int opterr = 1;
|
||||
static int optind = 1;
|
||||
static int optopt;
|
||||
|
Loading…
Reference in New Issue
Block a user