mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
getopt: Remove an unnecessary define
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -33,8 +33,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#define EOF (-1)
|
||||
|
||||
static int opterr = 1;
|
||||
static int optind = 1;
|
||||
static int optopt;
|
||||
|
||||
Reference in New Issue
Block a user