1 From eb89cd344535706c6194359bd1f1fed50162a041 Mon Sep 17 00:00:00 2001
2 From: Andrey Zhizhikin <andrey.z@gmail.com>
3 Date: Tue, 1 Sep 2020 08:24:52 +0000
4 Subject: [PATCH] fsl_parser.h: fix compiler error with -fcommon
6 When -fcommon is set in GCC10 configuration, following error is produced
8 ./git/ext-includes/fsl_parser.h:598: multiple definition of `TrackExtTagIndex';
9 ./git/ext-includes/fsl_parser.h:598: first defined here
11 Remove unused enum name to resolve multiple definitions, it is not used
12 anywhere in the code base.
14 Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
16 ext-includes/fsl_parser.h | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
19 diff --git a/ext-includes/fsl_parser.h b/ext-includes/fsl_parser.h
20 index d3aae20..c037c9a 100755
21 --- a/ext-includes/fsl_parser.h
22 +++ b/ext-includes/fsl_parser.h
23 @@ -595,7 +595,7 @@ enum{
24 FSL_PARSER_TRACKEXTTAG_CRYPTO_ENCRYPTED_BYTE_BLOCK,
25 FSL_PARSER_TRACKEXTTAG_CRYPTO_SKIP_BYTE_BLOCK,
26 FSL_PARSER_TRACKEXTTAG_CRYPTO_IV,
30 typedef struct _SeiPosition