mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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 <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#define EOF (-1)
|
|
||||||
|
|
||||||
static int opterr = 1;
|
static int opterr = 1;
|
||||||
static int optind = 1;
|
static int optind = 1;
|
||||||
static int optopt;
|
static int optopt;
|
||||||
|
Loading…
Reference in New Issue
Block a user