mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02: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