| 1 | CPPFLAGS: -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1
|
|---|
| 2 | CFLAGS: -mthreads -mtune=generic -O2 -pipe
|
|---|
| 3 | CXXFLAGS: -mthreads -mtune=generic -O2 -pipe
|
|---|
| 4 | LDFLAGS: -pipe -static-libgcc -static-libstdc++
|
|---|
| 5 | make -j1 install
|
|---|
| 6 | help/help_create.sh help/help_mp-en.h UTF-8
|
|---|
| 7 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o mencoder.o mencoder.c
|
|---|
| 8 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9 | In file included from cfg-mencoder.h:34,
|
|---|
| 10 | from mencoder.c:245:
|
|---|
| 11 | cfg-common.h:301:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 12 | 301 | {"msglevel", msgl_config, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
|
|---|
| 13 | | ^~~~~~~~~~~
|
|---|
| 14 | cfg-common.h:314:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 15 | 314 | {"noconfig", noconfig_opts, CONF_TYPE_SUBCONFIG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 0, NULL},
|
|---|
| 16 | | ^~~~~~~~~~~~~
|
|---|
| 17 | In file included from cfg-mencoder.h:34,
|
|---|
| 18 | from mencoder.c:245:
|
|---|
| 19 | cfg-common.h:431:19: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers]
|
|---|
| 20 | 431 | { "rawaudio", &demux_rawaudio_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
|
|---|
| 21 | | ^
|
|---|
| 22 | cfg-common.h:432:19: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers]
|
|---|
| 23 | 432 | { "rawvideo", &demux_rawvideo_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
|
|---|
| 24 | | ^
|
|---|
| 25 | cfg-common.h:435:15: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers]
|
|---|
| 26 | 435 | { "cdda", &cdda_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
|
|---|
| 27 | | ^
|
|---|
| 28 | cfg-common.h:448:12: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 29 | 448 | {"mf", mfopts_conf, CONF_TYPE_SUBCONFIG, 0,0,0, NULL},
|
|---|
| 30 | | ^~~~~~~~~~~
|
|---|
| 31 | cfg-common.h:455:12: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 32 | 455 | {"tv", tvopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
|
|---|
| 33 | | ^~~~~~~~~~~
|
|---|
| 34 | cfg-common.h:464:14: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 35 | 464 | {"vivo", vivoopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
|
|---|
| 36 | | ^~~~~~~~~~~~~
|
|---|
| 37 | cfg-common.h:506:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 38 | 506 | {"af-adv", audio_filter_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
|
|---|
| 39 | | ^~~~~~~~~~~~~~~~~
|
|---|
| 40 | cfg-common.h:509:65: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 41 | 509 | {"vf*", &vf_settings, CONF_TYPE_OBJ_SETTINGS_LIST, 0, 0, 0, &vf_obj_list},
|
|---|
| 42 | | ^
|
|---|
| 43 | cfg-common.h:519:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 44 | 519 | {"pphelp", pp_help, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
|
|---|
| 45 | | ^~~~~~~
|
|---|
| 46 | cfg-common.h:525:13: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 47 | 525 | {"ssf", scaler_filter_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
|
|---|
| 48 | | ^~~~~~~~~~~~~~~~~~
|
|---|
| 49 | cfg-common.h:547:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 50 | 547 | {"lavdopts", lavc_decode_opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
|
|---|
| 51 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 52 | cfg-common.h:548:20: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 53 | 548 | {"lavfdopts", lavfdopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
|
|---|
| 54 | | ^~~~~~~~~~~~~~
|
|---|
| 55 | cfg-common.h:552:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 56 | 552 | {"xvidopts", xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
|
|---|
| 57 | | ^~~~~~~~~~~~~
|
|---|
| 58 | In file included from mencoder.c:245:
|
|---|
| 59 | cfg-mencoder.h:190:13: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 60 | 190 | {"oac", oac_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
|
|---|
| 61 | | ^~~~~~~~
|
|---|
| 62 | cfg-mencoder.h:191:13: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 63 | 191 | {"ovc", ovc_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
|
|---|
| 64 | | ^~~~~~~~
|
|---|
| 65 | cfg-mencoder.h:194:12: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 66 | 194 | {"of", of_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
|
|---|
| 67 | | ^~~~~~~
|
|---|
| 68 | cfg-mencoder.h:221:14: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 69 | 221 | {"info", info_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
|
|---|
| 70 | | ^~~~~~~~~
|
|---|
| 71 | cfg-mencoder.h:226:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 72 | 226 | {"lameopts", lameopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
|
|---|
| 73 | | ^~~~~~~~~~~~~
|
|---|
| 74 | cfg-mencoder.h:229:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 75 | 229 | {"lavcopts", lavcopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
|
|---|
| 76 | | ^~~~~~~~~~~~~
|
|---|
| 77 | In file included from mencoder.c:245:
|
|---|
| 78 | cfg-mencoder.h:249:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 79 | 249 | {"xvfwopts", vfwopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
|
|---|
| 80 | | ^~~~~~~~~~~~
|
|---|
| 81 | cfg-mencoder.h:252:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 82 | 252 | {"xvidencopts", xvidencopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
|
|---|
| 83 | | ^~~~~~~~~~~~~~~~
|
|---|
| 84 | cfg-mencoder.h:259:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 85 | 259 | {"nuvopts", nuvopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
|
|---|
| 86 | | ^~~~~~~~~~~~
|
|---|
| 87 | cfg-mencoder.h:261:19: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 88 | 261 | {"mpegopts", mpegopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
|
|---|
| 89 | | ^~~~~~~~~~~~~
|
|---|
| 90 | cfg-mencoder.h:263:19: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 91 | 263 | {"lavfopts", lavfopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
|
|---|
| 92 | | ^~~~~~~~~~~~~
|
|---|
| 93 | mencoder.c: In function 'main':
|
|---|
| 94 | mencoder.c:828:80: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
|
|---|
| 95 | 828 | vobsub_writer=vobsub_out_open(vobsub_out, stream->type==STREAMTYPE_DVD?((dvd_priv_t *)(stream->priv))->cur_pgc->palette:NULL,
|
|---|
| 96 | | ^
|
|---|
| 97 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o parser-mecmd.o parser-mecmd.c
|
|---|
| 98 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 99 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o xvid_vbr.o xvid_vbr.c
|
|---|
| 100 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 101 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ae.o libmpcodecs/ae.c
|
|---|
| 102 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 103 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ae_pcm.o libmpcodecs/ae_pcm.c
|
|---|
| 104 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 105 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ve.o libmpcodecs/ve.c
|
|---|
| 106 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 107 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ve_raw.o libmpcodecs/ve_raw.c
|
|---|
| 108 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 109 | libmpcodecs/ve_raw.c: In function 'vf_open':
|
|---|
| 110 | libmpcodecs/ve_raw.c:166:19: warning: assignment to 'int (*)(struct vf_instance *, mp_image_t *, double, double)' {aka 'int (*)(struct vf_instance *, struct mp_image *, double, double)'} from incompatible pointer type 'int (*)(struct vf_instance *, mp_image_t *, double)' {aka 'int (*)(struct vf_instance *, struct mp_image *, double)'} [-Wincompatible-pointer-types]
|
|---|
| 111 | 166 | vf->put_image = put_image;
|
|---|
| 112 | | ^
|
|---|
| 113 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/muxer.o libmpdemux/muxer.c
|
|---|
| 114 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 115 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/muxer_avi.o libmpdemux/muxer_avi.c
|
|---|
| 116 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 117 | libmpdemux/muxer_avi.c: In function 'write_avi_chunk':
|
|---|
| 118 | libmpdemux/muxer_avi.c:145:30: warning: passing argument 2 of 'stream_write_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 119 | 145 | stream_write_buffer(stream, &le_id, 4);
|
|---|
| 120 | | ^~~~~~
|
|---|
| 121 | | |
|
|---|
| 122 | | int *
|
|---|
| 123 | In file included from ./libmpdemux/demuxer.h:27,
|
|---|
| 124 | from ./mpcommon.h:25,
|
|---|
| 125 | from libmpdemux/muxer_avi.c:28:
|
|---|
| 126 | ./stream/stream.h:203:53: note: expected 'unsigned char *' but argument is of type 'int *'
|
|---|
| 127 | 203 | int stream_write_buffer(stream_t *s, unsigned char *buf, int len);
|
|---|
| 128 | | ~~~~~~~~~~~~~~~^~~
|
|---|
| 129 | libmpdemux/muxer_avi.c:146:30: warning: passing argument 2 of 'stream_write_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 130 | 146 | stream_write_buffer(stream, &le_len, 4);
|
|---|
| 131 | | ^~~~~~~
|
|---|
| 132 | | |
|
|---|
| 133 | | int *
|
|---|
| 134 | In file included from ./libmpdemux/demuxer.h:27,
|
|---|
| 135 | from ./mpcommon.h:25,
|
|---|
| 136 | from libmpdemux/muxer_avi.c:28:
|
|---|
| 137 | ./stream/stream.h:203:53: note: expected 'unsigned char *' but argument is of type 'int *'
|
|---|
| 138 | 203 | int stream_write_buffer(stream_t *s, unsigned char *buf, int len);
|
|---|
| 139 | | ~~~~~~~~~~~~~~~^~~
|
|---|
| 140 | libmpdemux/muxer_avi.c: In function 'write_avi_list':
|
|---|
| 141 | libmpdemux/muxer_avi.c:179:31: warning: passing argument 2 of 'stream_write_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 142 | 179 | stream_write_buffer(stream, &list_id, 4);
|
|---|
| 143 | | ^~~~~~~~
|
|---|
| 144 | | |
|
|---|
| 145 | | unsigned int *
|
|---|
| 146 | In file included from ./libmpdemux/demuxer.h:27,
|
|---|
| 147 | from ./mpcommon.h:25,
|
|---|
| 148 | from libmpdemux/muxer_avi.c:28:
|
|---|
| 149 | ./stream/stream.h:203:53: note: expected 'unsigned char *' but argument is of type 'unsigned int *'
|
|---|
| 150 | 203 | int stream_write_buffer(stream_t *s, unsigned char *buf, int len);
|
|---|
| 151 | | ~~~~~~~~~~~~~~~^~~
|
|---|
| 152 | libmpdemux/muxer_avi.c:180:31: warning: passing argument 2 of 'stream_write_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 153 | 180 | stream_write_buffer(stream, &le_len, 4);
|
|---|
| 154 | | ^~~~~~~
|
|---|
| 155 | | |
|
|---|
| 156 | | int *
|
|---|
| 157 | In file included from ./libmpdemux/demuxer.h:27,
|
|---|
| 158 | from ./mpcommon.h:25,
|
|---|
| 159 | from libmpdemux/muxer_avi.c:28:
|
|---|
| 160 | ./stream/stream.h:203:53: note: expected 'unsigned char *' but argument is of type 'int *'
|
|---|
| 161 | 203 | int stream_write_buffer(stream_t *s, unsigned char *buf, int len);
|
|---|
| 162 | | ~~~~~~~~~~~~~~~^~~
|
|---|
| 163 | libmpdemux/muxer_avi.c:181:31: warning: passing argument 2 of 'stream_write_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 164 | 181 | stream_write_buffer(stream, &le_id, 4);
|
|---|
| 165 | | ^~~~~~
|
|---|
| 166 | | |
|
|---|
| 167 | | int *
|
|---|
| 168 | In file included from ./libmpdemux/demuxer.h:27,
|
|---|
| 169 | from ./mpcommon.h:25,
|
|---|
| 170 | from libmpdemux/muxer_avi.c:28:
|
|---|
| 171 | ./stream/stream.h:203:53: note: expected 'unsigned char *' but argument is of type 'int *'
|
|---|
| 172 | 203 | int stream_write_buffer(stream_t *s, unsigned char *buf, int len);
|
|---|
| 173 | | ~~~~~~~~~~~~~~~^~~
|
|---|
| 174 | libmpdemux/muxer_avi.c: In function 'avifile_odml_new_riff':
|
|---|
| 175 | libmpdemux/muxer_avi.c:202:40: warning: passing argument 2 of 'stream_write_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 176 | 202 | stream_write_buffer(muxer->stream, riff, 12);
|
|---|
| 177 | | ^~~~
|
|---|
| 178 | | |
|
|---|
| 179 | | uint32_t * {aka unsigned int *}
|
|---|
| 180 | In file included from ./libmpdemux/demuxer.h:27,
|
|---|
| 181 | from ./mpcommon.h:25,
|
|---|
| 182 | from libmpdemux/muxer_avi.c:28:
|
|---|
| 183 | ./stream/stream.h:203:53: note: expected 'unsigned char *' but argument is of type 'uint32_t *' {aka 'unsigned int *'}
|
|---|
| 184 | 203 | int stream_write_buffer(stream_t *s, unsigned char *buf, int len);
|
|---|
| 185 | | ~~~~~~~~~~~~~~~^~~
|
|---|
| 186 | libmpdemux/muxer_avi.c: In function 'avifile_write_header':
|
|---|
| 187 | libmpdemux/muxer_avi.c:254:45: warning: passing argument 2 of 'stream_write_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 188 | 254 | stream_write_buffer(muxer->stream,&rifflen,4);
|
|---|
| 189 | | ^~~~~~~~
|
|---|
| 190 | | |
|
|---|
| 191 | | unsigned int *
|
|---|
| 192 | In file included from ./libmpdemux/demuxer.h:27,
|
|---|
| 193 | from ./mpcommon.h:25,
|
|---|
| 194 | from libmpdemux/muxer_avi.c:28:
|
|---|
| 195 | ./stream/stream.h:203:53: note: expected 'unsigned char *' but argument is of type 'unsigned int *'
|
|---|
| 196 | 203 | int stream_write_buffer(stream_t *s, unsigned char *buf, int len);
|
|---|
| 197 | | ~~~~~~~~~~~~~~~^~~
|
|---|
| 198 | libmpdemux/muxer_avi.c:259:49: warning: passing argument 2 of 'stream_write_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 199 | 259 | stream_write_buffer(muxer->stream,&movilen,4);
|
|---|
| 200 | | ^~~~~~~~
|
|---|
| 201 | | |
|
|---|
| 202 | | unsigned int *
|
|---|
| 203 | In file included from ./libmpdemux/demuxer.h:27,
|
|---|
| 204 | from ./mpcommon.h:25,
|
|---|
| 205 | from libmpdemux/muxer_avi.c:28:
|
|---|
| 206 | ./stream/stream.h:203:53: note: expected 'unsigned char *' but argument is of type 'unsigned int *'
|
|---|
| 207 | 203 | int stream_write_buffer(stream_t *s, unsigned char *buf, int len);
|
|---|
| 208 | | ~~~~~~~~~~~~~~~^~~
|
|---|
| 209 | libmpdemux/muxer_avi.c:272:39: warning: passing argument 2 of 'stream_write_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 210 | 272 | stream_write_buffer(muxer->stream,&riff,12);
|
|---|
| 211 | | ^~~~~
|
|---|
| 212 | | |
|
|---|
| 213 | | uint32_t (*)[3] {aka unsigned int (*)[3]}
|
|---|
| 214 | In file included from ./libmpdemux/demuxer.h:27,
|
|---|
| 215 | from ./mpcommon.h:25,
|
|---|
| 216 | from libmpdemux/muxer_avi.c:28:
|
|---|
| 217 | ./stream/stream.h:203:53: note: expected 'unsigned char *' but argument is of type 'uint32_t (*)[3]' {aka 'unsigned int (*)[3]'}
|
|---|
| 218 | 203 | int stream_write_buffer(stream_t *s, unsigned char *buf, int len);
|
|---|
| 219 | | ~~~~~~~~~~~~~~~^~~
|
|---|
| 220 | libmpdemux/muxer_avi.c:409:45: warning: passing argument 2 of 'stream_write_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 221 | 409 | stream_write_buffer(muxer->stream,idxhdr,sizeof(idxhdr));
|
|---|
| 222 | | ^~~~~~
|
|---|
| 223 | | |
|
|---|
| 224 | | unsigned int *
|
|---|
| 225 | In file included from ./libmpdemux/demuxer.h:27,
|
|---|
| 226 | from ./mpcommon.h:25,
|
|---|
| 227 | from libmpdemux/muxer_avi.c:28:
|
|---|
| 228 | ./stream/stream.h:203:53: note: expected 'unsigned char *' but argument is of type 'unsigned int *'
|
|---|
| 229 | 203 | int stream_write_buffer(stream_t *s, unsigned char *buf, int len);
|
|---|
| 230 | | ~~~~~~~~~~~~~~~^~~
|
|---|
| 231 | libmpdemux/muxer_avi.c:417:49: warning: passing argument 2 of 'stream_write_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 232 | 417 | stream_write_buffer(muxer->stream,data,sizeof(data));
|
|---|
| 233 | | ^~~~
|
|---|
| 234 | | |
|
|---|
| 235 | | unsigned int *
|
|---|
| 236 | In file included from ./libmpdemux/demuxer.h:27,
|
|---|
| 237 | from ./mpcommon.h:25,
|
|---|
| 238 | from libmpdemux/muxer_avi.c:28:
|
|---|
| 239 | ./stream/stream.h:203:53: note: expected 'unsigned char *' but argument is of type 'unsigned int *'
|
|---|
| 240 | 203 | int stream_write_buffer(stream_t *s, unsigned char *buf, int len);
|
|---|
| 241 | | ~~~~~~~~~~~~~~~^~~
|
|---|
| 242 | libmpdemux/muxer_avi.c:433:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 243 | 433 | info[0].text=mencoder_version;
|
|---|
| 244 | | ^
|
|---|
| 245 | libmpdemux/muxer_avi.c: In function 'avifile_odml_write_index':
|
|---|
| 246 | libmpdemux/muxer_avi.c:645:44: warning: passing argument 2 of 'stream_write_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 247 | 645 | stream_write_buffer(muxer->stream, idxhdr,sizeof(idxhdr));
|
|---|
| 248 | | ^~~~~~
|
|---|
| 249 | | |
|
|---|
| 250 | | unsigned int *
|
|---|
| 251 | In file included from ./libmpdemux/demuxer.h:27,
|
|---|
| 252 | from ./mpcommon.h:25,
|
|---|
| 253 | from libmpdemux/muxer_avi.c:28:
|
|---|
| 254 | ./stream/stream.h:203:53: note: expected 'unsigned char *' but argument is of type 'unsigned int *'
|
|---|
| 255 | 203 | int stream_write_buffer(stream_t *s, unsigned char *buf, int len);
|
|---|
| 256 | | ~~~~~~~~~~~~~~~^~~
|
|---|
| 257 | libmpdemux/muxer_avi.c:651:48: warning: passing argument 2 of 'stream_write_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 258 | 651 | stream_write_buffer(muxer->stream, entry, sizeof(entry));
|
|---|
| 259 | | ^~~~~
|
|---|
| 260 | | |
|
|---|
| 261 | | unsigned int *
|
|---|
| 262 | In file included from ./libmpdemux/demuxer.h:27,
|
|---|
| 263 | from ./mpcommon.h:25,
|
|---|
| 264 | from libmpdemux/muxer_avi.c:28:
|
|---|
| 265 | ./stream/stream.h:203:53: note: expected 'unsigned char *' but argument is of type 'unsigned int *'
|
|---|
| 266 | 203 | int stream_write_buffer(stream_t *s, unsigned char *buf, int len);
|
|---|
| 267 | | ~~~~~~~~~~~~~~~^~~
|
|---|
| 268 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/muxer_mpeg.o libmpdemux/muxer_mpeg.c
|
|---|
| 269 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 270 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/muxer_rawaudio.o libmpdemux/muxer_rawaudio.c
|
|---|
| 271 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 272 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/muxer_rawvideo.o libmpdemux/muxer_rawvideo.c
|
|---|
| 273 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 274 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ae_lavc.o libmpcodecs/ae_lavc.c
|
|---|
| 275 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 276 | libmpcodecs/ae_lavc.c: In function 'bind_lavc':
|
|---|
| 277 | libmpcodecs/ae_lavc.c:53:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 278 | 53 | mux_a->wf->nChannels = lavc_actx->channels;
|
|---|
| 279 | | ^~~~~
|
|---|
| 280 | In file included from libmpcodecs/ae_lavc.c:39:
|
|---|
| 281 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 282 | 1006 | int channels;
|
|---|
| 283 | | ^~~~~~~~
|
|---|
| 284 | libmpcodecs/ae_lavc.c: In function 'mpae_init_lavc':
|
|---|
| 285 | libmpcodecs/ae_lavc.c:154:21: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 286 | 154 | lavc_acodec = avcodec_find_encoder_by_name(lavc_param_acodec);
|
|---|
| 287 | | ^
|
|---|
| 288 | libmpcodecs/ae_lavc.c:195:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 289 | 195 | lavc_actx->channels = encoder->params.channels;
|
|---|
| 290 | | ^~~~~~~~~
|
|---|
| 291 | In file included from libmpcodecs/ae_lavc.c:39:
|
|---|
| 292 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 293 | 1006 | int channels;
|
|---|
| 294 | | ^~~~~~~~
|
|---|
| 295 | libmpcodecs/ae_lavc.c:222:17: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 296 | 222 | int framesize = (blkalign - 4 * lavc_actx->channels) * 8 / (4 * lavc_actx->channels) + 1;
|
|---|
| 297 | | ^~~
|
|---|
| 298 | In file included from libmpcodecs/ae_lavc.c:39:
|
|---|
| 299 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 300 | 1006 | int channels;
|
|---|
| 301 | | ^~~~~~~~
|
|---|
| 302 | libmpcodecs/ae_lavc.c:222:17: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 303 | 222 | int framesize = (blkalign - 4 * lavc_actx->channels) * 8 / (4 * lavc_actx->channels) + 1;
|
|---|
| 304 | | ^~~
|
|---|
| 305 | In file included from libmpcodecs/ae_lavc.c:39:
|
|---|
| 306 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 307 | 1006 | int channels;
|
|---|
| 308 | | ^~~~~~~~
|
|---|
| 309 | libmpcodecs/ae_lavc.c:241:17: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 310 | 241 | lavc_actx->frame_size = (lavc_actx->block_align - 4 * lavc_actx->channels) * 8 / (4 * lavc_actx->channels) + 1;
|
|---|
| 311 | | ^~~~~~~~~
|
|---|
| 312 | In file included from libmpcodecs/ae_lavc.c:39:
|
|---|
| 313 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 314 | 1006 | int channels;
|
|---|
| 315 | | ^~~~~~~~
|
|---|
| 316 | libmpcodecs/ae_lavc.c:241:17: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 317 | 241 | lavc_actx->frame_size = (lavc_actx->block_align - 4 * lavc_actx->channels) * 8 / (4 * lavc_actx->channels) + 1;
|
|---|
| 318 | | ^~~~~~~~~
|
|---|
| 319 | In file included from libmpcodecs/ae_lavc.c:39:
|
|---|
| 320 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 321 | 1006 | int channels;
|
|---|
| 322 | | ^~~~~~~~
|
|---|
| 323 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ve_lavc.o libmpcodecs/ve_lavc.c
|
|---|
| 324 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 325 | libmpcodecs/ve_lavc.c: In function 'config':
|
|---|
| 326 | libmpcodecs/ve_lavc.c:444:39: warning: assignment to 'RcOverride *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
|
|---|
| 327 | 444 | lavc_venc_context->rc_override=
|
|---|
| 328 | | ^
|
|---|
| 329 | libmpcodecs/ve_lavc.c: In function 'vf_open':
|
|---|
| 330 | libmpcodecs/ve_lavc.c:877:18: warning: assignment to 'int (*)(struct vf_instance *, mp_image_t *, double, double)' {aka 'int (*)(struct vf_instance *, struct mp_image *, double, double)'} from incompatible pointer type 'int (*)(struct vf_instance *, mp_image_t *, double)' {aka 'int (*)(struct vf_instance *, struct mp_image *, double)'} [-Wincompatible-pointer-types]
|
|---|
| 331 | 877 | vf->put_image=put_image;
|
|---|
| 332 | | ^
|
|---|
| 333 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/muxer_lavf.o libmpdemux/muxer_lavf.c
|
|---|
| 334 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 335 | libmpdemux/muxer_lavf.c: In function 'fix_parameters':
|
|---|
| 336 | libmpdemux/muxer_lavf.c:195:17: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 337 | 195 | ctx->channels = stream->wf->nChannels;
|
|---|
| 338 | | ^~~
|
|---|
| 339 | In file included from ffmpeg/libavformat/avformat.h:314,
|
|---|
| 340 | from libmpdemux/muxer_lavf.c:40:
|
|---|
| 341 | ffmpeg/libavcodec/codec_par.h:172:14: note: declared here
|
|---|
| 342 | 172 | int channels;
|
|---|
| 343 | | ^~~~~~~~
|
|---|
| 344 | libmpdemux/muxer_lavf.c: In function 'write_chunk':
|
|---|
| 345 | libmpdemux/muxer_lavf.c:257:9: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations]
|
|---|
| 346 | 257 | av_init_packet(&pkt);
|
|---|
| 347 | | ^~~~~~~~~~~~~~
|
|---|
| 348 | In file included from ffmpeg/libavformat/avformat.h:316,
|
|---|
| 349 | from libmpdemux/muxer_lavf.c:40:
|
|---|
| 350 | ffmpeg/libavcodec/packet.h:512:6: note: declared here
|
|---|
| 351 | 512 | void av_init_packet(AVPacket *pkt);
|
|---|
| 352 | | ^~~~~~~~~~~~~~
|
|---|
| 353 | libmpdemux/muxer_lavf.c: In function 'muxer_init_muxer_lavf':
|
|---|
| 354 | libmpdemux/muxer_lavf.c:358:21: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 355 | 358 | fmt = av_guess_format(conf_format, NULL, NULL);
|
|---|
| 356 | | ^
|
|---|
| 357 | libmpdemux/muxer_lavf.c:360:21: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 358 | 360 | fmt = av_guess_format(NULL, out_filename, NULL);
|
|---|
| 359 | | ^
|
|---|
| 360 | libmpdemux/muxer_lavf.c: In function 'write_header':
|
|---|
| 361 | libmpdemux/muxer_lavf.c:296:9: warning: ignoring return value of 'avformat_write_header' declared with attribute 'warn_unused_result' [-Wunused-result]
|
|---|
| 362 | 296 | avformat_write_header(priv->oc, &opts);
|
|---|
| 363 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 364 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ve_nuv.o libmpcodecs/ve_nuv.c
|
|---|
| 365 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 366 | libmpcodecs/ve_nuv.c: In function 'put_image':
|
|---|
| 367 | libmpcodecs/ve_nuv.c:155:34: warning: passing argument 4 of 'lzo1x_1_compress' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 368 | 155 | zdata,&zlen,vf->priv->zmem);
|
|---|
| 369 | | ^~~~~
|
|---|
| 370 | | |
|
|---|
| 371 | | size_t * {aka unsigned int *}
|
|---|
| 372 | In file included from libmpcodecs/ve_nuv.c:41:
|
|---|
| 373 | E:/MABS/msys64/mingw32/include/lzo/lzo1x.h:75:58: note: expected 'lzo_uint *' {aka 'long unsigned int *'} but argument is of type 'size_t *' {aka 'unsigned int *'}
|
|---|
| 374 | 75 | lzo_bytep dst, lzo_uintp dst_len,
|
|---|
| 375 | | ^
|
|---|
| 376 | libmpcodecs/ve_nuv.c:180:43: warning: passing argument 4 of 'lzo1x_1_compress' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 377 | 180 | r = lzo1x_1_compress(data,len,zdata,&zlen,vf->priv->zmem);
|
|---|
| 378 | | ^~~~~
|
|---|
| 379 | | |
|
|---|
| 380 | | size_t * {aka unsigned int *}
|
|---|
| 381 | In file included from libmpcodecs/ve_nuv.c:41:
|
|---|
| 382 | E:/MABS/msys64/mingw32/include/lzo/lzo1x.h:75:58: note: expected 'lzo_uint *' {aka 'long unsigned int *'} but argument is of type 'size_t *' {aka 'unsigned int *'}
|
|---|
| 383 | 75 | lzo_bytep dst, lzo_uintp dst_len,
|
|---|
| 384 | | ^
|
|---|
| 385 | libmpcodecs/ve_nuv.c: In function 'vf_open':
|
|---|
| 386 | libmpcodecs/ve_nuv.c:219:16: warning: assignment to 'int (*)(struct vf_instance *, mp_image_t *, double, double)' {aka 'int (*)(struct vf_instance *, struct mp_image *, double, double)'} from incompatible pointer type 'int (*)(struct vf_instance *, mp_image_t *, double)' {aka 'int (*)(struct vf_instance *, struct mp_image *, double)'} [-Wincompatible-pointer-types]
|
|---|
| 387 | 219 | vf->put_image=put_image;
|
|---|
| 388 | | ^
|
|---|
| 389 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/native/rtjpegn.o libmpcodecs/native/rtjpegn.c
|
|---|
| 390 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 391 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ae_lame.o libmpcodecs/ae_lame.c
|
|---|
| 392 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 393 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ve_qtvideo.o libmpcodecs/ve_qtvideo.c
|
|---|
| 394 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 395 | In file included from libmpcodecs/ve_qtvideo.c:37:
|
|---|
| 396 | ./loader/qtx/qtxsdk/components.h: In function 'dump_CodecDecompressParams':
|
|---|
| 397 | ./loader/qtx/qtxsdk/components.h:783:25: warning: initialization of 'unsigned int *' from incompatible pointer type 'OSType **' {aka 'int **'} [-Wincompatible-pointer-types]
|
|---|
| 398 | 783 | unsigned int* p=cd->wantedDestinationPixelTypes;
|
|---|
| 399 | | ^~
|
|---|
| 400 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 401 | from ./loader/wine/winbase.h:5,
|
|---|
| 402 | from libmpcodecs/ve_qtvideo.c:38:
|
|---|
| 403 | ./loader/wine/windef.h: At top level:
|
|---|
| 404 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 405 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 406 | |
|
|---|
| 407 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 408 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 409 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 410 | from libmpcodecs/ve_qtvideo.c:25:
|
|---|
| 411 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 412 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 413 | |
|
|---|
| 414 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 415 | from ./loader/wine/winbase.h:5,
|
|---|
| 416 | from libmpcodecs/ve_qtvideo.c:38:
|
|---|
| 417 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 418 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 419 | |
|
|---|
| 420 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 421 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 422 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 423 | from libmpcodecs/ve_qtvideo.c:25:
|
|---|
| 424 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 425 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 426 | |
|
|---|
| 427 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 428 | from ./loader/wine/winbase.h:5,
|
|---|
| 429 | from libmpcodecs/ve_qtvideo.c:38:
|
|---|
| 430 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 431 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 432 | |
|
|---|
| 433 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 434 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 435 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 436 | from libmpcodecs/ve_qtvideo.c:25:
|
|---|
| 437 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 438 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 439 | |
|
|---|
| 440 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 441 | from ./loader/wine/winbase.h:5,
|
|---|
| 442 | from libmpcodecs/ve_qtvideo.c:38:
|
|---|
| 443 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 444 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 445 | |
|
|---|
| 446 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 447 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 448 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 449 | from libmpcodecs/ve_qtvideo.c:25:
|
|---|
| 450 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 451 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 452 | |
|
|---|
| 453 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 454 | from ./loader/wine/winbase.h:5,
|
|---|
| 455 | from libmpcodecs/ve_qtvideo.c:38:
|
|---|
| 456 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 457 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 458 | |
|
|---|
| 459 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 460 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 461 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 462 | from libmpcodecs/ve_qtvideo.c:25:
|
|---|
| 463 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 464 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 465 | |
|
|---|
| 466 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 467 | from ./loader/wine/winbase.h:5,
|
|---|
| 468 | from libmpcodecs/ve_qtvideo.c:38:
|
|---|
| 469 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 470 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 471 | |
|
|---|
| 472 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 473 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 474 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 475 | from libmpcodecs/ve_qtvideo.c:25:
|
|---|
| 476 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 477 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 478 | |
|
|---|
| 479 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 480 | from ./loader/wine/winbase.h:5,
|
|---|
| 481 | from libmpcodecs/ve_qtvideo.c:38:
|
|---|
| 482 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 483 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 484 | |
|
|---|
| 485 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 486 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 487 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 488 | from libmpcodecs/ve_qtvideo.c:25:
|
|---|
| 489 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 490 | 503 | # define DUMMYUNIONNAME
|
|---|
| 491 | |
|
|---|
| 492 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 493 | from ./loader/wine/winbase.h:5,
|
|---|
| 494 | from libmpcodecs/ve_qtvideo.c:38:
|
|---|
| 495 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 496 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 497 | |
|
|---|
| 498 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 499 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 500 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 501 | from libmpcodecs/ve_qtvideo.c:25:
|
|---|
| 502 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 503 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 504 | |
|
|---|
| 505 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 506 | from ./loader/wine/winbase.h:5,
|
|---|
| 507 | from libmpcodecs/ve_qtvideo.c:38:
|
|---|
| 508 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 509 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 510 | |
|
|---|
| 511 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 512 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 513 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 514 | from libmpcodecs/ve_qtvideo.c:25:
|
|---|
| 515 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 516 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 517 | |
|
|---|
| 518 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 519 | from ./loader/wine/winbase.h:5,
|
|---|
| 520 | from libmpcodecs/ve_qtvideo.c:38:
|
|---|
| 521 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 522 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 523 | |
|
|---|
| 524 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 525 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 526 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 527 | from libmpcodecs/ve_qtvideo.c:25:
|
|---|
| 528 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 529 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 530 | |
|
|---|
| 531 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 532 | from ./loader/wine/winbase.h:5,
|
|---|
| 533 | from libmpcodecs/ve_qtvideo.c:38:
|
|---|
| 534 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 535 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 536 | |
|
|---|
| 537 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 538 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 539 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 540 | from libmpcodecs/ve_qtvideo.c:25:
|
|---|
| 541 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 542 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 543 | |
|
|---|
| 544 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 545 | from ./loader/wine/winbase.h:5,
|
|---|
| 546 | from libmpcodecs/ve_qtvideo.c:38:
|
|---|
| 547 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 548 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 549 | |
|
|---|
| 550 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 551 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 552 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 553 | from libmpcodecs/ve_qtvideo.c:25:
|
|---|
| 554 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 555 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 556 | |
|
|---|
| 557 | libmpcodecs/ve_qtvideo.c: In function 'vf_open':
|
|---|
| 558 | libmpcodecs/ve_qtvideo.c:301:18: warning: assignment to 'int (*)(struct vf_instance *, mp_image_t *, double, double)' {aka 'int (*)(struct vf_instance *, struct mp_image *, double, double)'} from incompatible pointer type 'int (*)(struct vf_instance *, mp_image_t *, double)' {aka 'int (*)(struct vf_instance *, struct mp_image *, double)'} [-Wincompatible-pointer-types]
|
|---|
| 559 | 301 | vf->put_image=put_image;
|
|---|
| 560 | | ^
|
|---|
| 561 | libmpcodecs/ve_qtvideo.c:333:20: warning: assignment to 'char ** (*)(Size)' {aka 'char ** (*)(int)'} from incompatible pointer type 'OSErr (*)(Size)' {aka 'short int (*)(int)'} [-Wincompatible-pointer-types]
|
|---|
| 562 | 333 | NewHandleClear = (OSErr(*)(Size))GetProcAddress(handler, "NewHandleClear");
|
|---|
| 563 | | ^
|
|---|
| 564 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ve_vfw.o libmpcodecs/ve_vfw.c
|
|---|
| 565 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 566 | In file included from ./loader/loader.h:17,
|
|---|
| 567 | from libmpcodecs/ve_vfw.c:36:
|
|---|
| 568 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 569 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 570 | |
|
|---|
| 571 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 572 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 573 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 574 | from libmpcodecs/ve_vfw.c:19:
|
|---|
| 575 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 576 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 577 | |
|
|---|
| 578 | In file included from ./loader/loader.h:17,
|
|---|
| 579 | from libmpcodecs/ve_vfw.c:36:
|
|---|
| 580 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 581 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 582 | |
|
|---|
| 583 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 584 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 585 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 586 | from libmpcodecs/ve_vfw.c:19:
|
|---|
| 587 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 588 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 589 | |
|
|---|
| 590 | In file included from ./loader/loader.h:17,
|
|---|
| 591 | from libmpcodecs/ve_vfw.c:36:
|
|---|
| 592 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 593 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 594 | |
|
|---|
| 595 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 596 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 597 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 598 | from libmpcodecs/ve_vfw.c:19:
|
|---|
| 599 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 600 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 601 | |
|
|---|
| 602 | In file included from ./loader/loader.h:17,
|
|---|
| 603 | from libmpcodecs/ve_vfw.c:36:
|
|---|
| 604 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 605 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 606 | |
|
|---|
| 607 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 608 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 609 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 610 | from libmpcodecs/ve_vfw.c:19:
|
|---|
| 611 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 612 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 613 | |
|
|---|
| 614 | In file included from ./loader/loader.h:17,
|
|---|
| 615 | from libmpcodecs/ve_vfw.c:36:
|
|---|
| 616 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 617 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 618 | |
|
|---|
| 619 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 620 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 621 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 622 | from libmpcodecs/ve_vfw.c:19:
|
|---|
| 623 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 624 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 625 | |
|
|---|
| 626 | In file included from ./loader/loader.h:17,
|
|---|
| 627 | from libmpcodecs/ve_vfw.c:36:
|
|---|
| 628 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 629 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 630 | |
|
|---|
| 631 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 632 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 633 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 634 | from libmpcodecs/ve_vfw.c:19:
|
|---|
| 635 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 636 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 637 | |
|
|---|
| 638 | In file included from ./loader/loader.h:17,
|
|---|
| 639 | from libmpcodecs/ve_vfw.c:36:
|
|---|
| 640 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 641 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 642 | |
|
|---|
| 643 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 644 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 645 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 646 | from libmpcodecs/ve_vfw.c:19:
|
|---|
| 647 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 648 | 503 | # define DUMMYUNIONNAME
|
|---|
| 649 | |
|
|---|
| 650 | In file included from ./loader/loader.h:17,
|
|---|
| 651 | from libmpcodecs/ve_vfw.c:36:
|
|---|
| 652 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 653 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 654 | |
|
|---|
| 655 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 656 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 657 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 658 | from libmpcodecs/ve_vfw.c:19:
|
|---|
| 659 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 660 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 661 | |
|
|---|
| 662 | In file included from ./loader/loader.h:17,
|
|---|
| 663 | from libmpcodecs/ve_vfw.c:36:
|
|---|
| 664 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 665 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 666 | |
|
|---|
| 667 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 668 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 669 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 670 | from libmpcodecs/ve_vfw.c:19:
|
|---|
| 671 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 672 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 673 | |
|
|---|
| 674 | In file included from ./loader/loader.h:17,
|
|---|
| 675 | from libmpcodecs/ve_vfw.c:36:
|
|---|
| 676 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 677 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 678 | |
|
|---|
| 679 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 680 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 681 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 682 | from libmpcodecs/ve_vfw.c:19:
|
|---|
| 683 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 684 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 685 | |
|
|---|
| 686 | In file included from ./loader/loader.h:17,
|
|---|
| 687 | from libmpcodecs/ve_vfw.c:36:
|
|---|
| 688 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 689 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 690 | |
|
|---|
| 691 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 692 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 693 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 694 | from libmpcodecs/ve_vfw.c:19:
|
|---|
| 695 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 696 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 697 | |
|
|---|
| 698 | In file included from ./loader/loader.h:17,
|
|---|
| 699 | from libmpcodecs/ve_vfw.c:36:
|
|---|
| 700 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 701 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 702 | |
|
|---|
| 703 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 704 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 705 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 706 | from libmpcodecs/ve_vfw.c:19:
|
|---|
| 707 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 708 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 709 | |
|
|---|
| 710 | libmpcodecs/ve_vfw.c: In function 'vf_open':
|
|---|
| 711 | libmpcodecs/ve_vfw.c:342:18: warning: assignment to 'int (*)(struct vf_instance *, mp_image_t *, double, double)' {aka 'int (*)(struct vf_instance *, struct mp_image *, double, double)'} from incompatible pointer type 'int (*)(struct vf_instance *, mp_image_t *, double)' {aka 'int (*)(struct vf_instance *, struct mp_image *, double)'} [-Wincompatible-pointer-types]
|
|---|
| 712 | 342 | vf->put_image=put_image;
|
|---|
| 713 | | ^
|
|---|
| 714 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ve_x264.o libmpcodecs/ve_x264.c
|
|---|
| 715 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 716 | libmpcodecs/ve_x264.c: In function 'vf_open':
|
|---|
| 717 | libmpcodecs/ve_x264.c:296:19: warning: assignment to 'int (*)(struct vf_instance *, mp_image_t *, double, double)' {aka 'int (*)(struct vf_instance *, struct mp_image *, double, double)'} from incompatible pointer type 'int (*)(struct vf_instance *, mp_image_t *, double)' {aka 'int (*)(struct vf_instance *, struct mp_image *, double)'} [-Wincompatible-pointer-types]
|
|---|
| 718 | 296 | vf->put_image = put_image;
|
|---|
| 719 | | ^
|
|---|
| 720 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ve_xvid4.o libmpcodecs/ve_xvid4.c
|
|---|
| 721 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 722 | libmpcodecs/ve_xvid4.c: In function 'vf_open':
|
|---|
| 723 | libmpcodecs/ve_xvid4.c:596:26: warning: assignment to 'int (*)(struct vf_instance *, mp_image_t *, double, double)' {aka 'int (*)(struct vf_instance *, struct mp_image *, double, double)'} from incompatible pointer type 'int (*)(struct vf_instance *, mp_image_t *, double)' {aka 'int (*)(struct vf_instance *, struct mp_image *, double)'} [-Wincompatible-pointer-types]
|
|---|
| 724 | 596 | vf->put_image = put_image;
|
|---|
| 725 | | ^
|
|---|
| 726 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o asxparser.o asxparser.c
|
|---|
| 727 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 728 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o bstr.o bstr.c
|
|---|
| 729 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 730 | ccache gcc -D_ISOC99_SOURCE -I. -Iffmpeg -O3 -DCODECS2HTML -o codec-cfg.exe codec-cfg.c
|
|---|
| 731 | ./codec-cfg.exe etc/codecs.conf > codecs.conf.h
|
|---|
| 732 | Reading optional codecs config file etc/codecs.conf: 226 audio & 469 video codecs
|
|---|
| 733 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o codec-cfg.o codec-cfg.c
|
|---|
| 734 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 735 | codec-cfg.c: In function 'parse_codec_cfg':
|
|---|
| 736 | codec-cfg.c:632:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 737 | 632 | video_codecs = builtin_video_codecs;
|
|---|
| 738 | | ^
|
|---|
| 739 | codec-cfg.c:633:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 740 | 633 | audio_codecs = builtin_audio_codecs;
|
|---|
| 741 | | ^
|
|---|
| 742 | codec-cfg.c:636:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 743 | 636 | codec_strs = builtin_codec_strs;
|
|---|
| 744 | | ^
|
|---|
| 745 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o cpudetect.o cpudetect.c
|
|---|
| 746 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 747 | cpudetect.c:74:15: warning: no previous prototype for 'win32_sig_handler_sse' [-Wmissing-prototypes]
|
|---|
| 748 | 74 | LONG CALLBACK win32_sig_handler_sse(EXCEPTION_POINTERS* ep)
|
|---|
| 749 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 750 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o edl.o edl.c
|
|---|
| 751 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 752 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o fmt-conversion.o fmt-conversion.c
|
|---|
| 753 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 754 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o m_config.o m_config.c
|
|---|
| 755 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 756 | m_config.c: In function 'show_profile':
|
|---|
| 757 | m_config.c:128:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 758 | 128 | char *tmp = av_strndup(list, l);
|
|---|
| 759 | | ^~~~
|
|---|
| 760 | m_config.c: In function 'm_config_add_option':
|
|---|
| 761 | m_config.c:325:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 762 | 325 | co->name = arg->name;
|
|---|
| 763 | | ^
|
|---|
| 764 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o m_option.o m_option.c
|
|---|
| 765 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 766 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o m_struct.o m_struct.c
|
|---|
| 767 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 768 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o mp_msg.o mp_msg.c
|
|---|
| 769 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 770 | mp_msg.c: In function 'filename_recode':
|
|---|
| 771 | mp_msg.c:73:29: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 772 | 73 | if (iconv(inv_msgiconv, &filename, &filename_len,
|
|---|
| 773 | | ^~~~~~~~~
|
|---|
| 774 | | |
|
|---|
| 775 | | const char **
|
|---|
| 776 | In file included from mp_msg.c:29:
|
|---|
| 777 | E:/MABS/msys64/mingw32/include/iconv.h:82:43: note: expected 'char **' but argument is of type 'const char **'
|
|---|
| 778 | 82 | extern size_t iconv (iconv_t cd, char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
|
|---|
| 779 | | ~~~~~~~~^~~~~
|
|---|
| 780 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o mp_strings.o mp_strings.c
|
|---|
| 781 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 782 | ./version.sh `ccache gcc -dumpversion`
|
|---|
| 783 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o mpcommon.o mpcommon.c
|
|---|
| 784 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 785 | mpcommon.c: In function 'init_vo_spudec':
|
|---|
| 786 | mpcommon.c:140:83: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
|
|---|
| 787 | 140 | vo_spudec = spudec_new_scaled(((dvd_priv_t *)(stream->priv))->cur_pgc->palette,
|
|---|
| 788 | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
|
|---|
| 789 | mpcommon.c: In function 'get_win32_cmdline':
|
|---|
| 790 | mpcommon.c:490:14: warning: assignment to 'const WCHAR * (__attribute__((stdcall)) *)(void)' {aka 'const short unsigned int * (__attribute__((stdcall)) *)(void)'} from incompatible pointer type 'FARPROC' {aka 'int (__attribute__((stdcall)) *)()'} [-Wincompatible-pointer-types]
|
|---|
| 791 | 490 | getCmdlW = GetProcAddress(kernel32, "GetCommandLineW");
|
|---|
| 792 | | ^
|
|---|
| 793 | mpcommon.c:491:15: warning: assignment to 'WCHAR ** (__attribute__((stdcall)) *)(const WCHAR *, int *)' {aka 'short unsigned int ** (__attribute__((stdcall)) *)(const short unsigned int *, int *)'} from incompatible pointer type 'FARPROC' {aka 'int (__attribute__((stdcall)) *)()'} [-Wincompatible-pointer-types]
|
|---|
| 794 | 491 | cmdl2argv = GetProcAddress(shell32, "CommandLineToArgvW");
|
|---|
| 795 | | ^
|
|---|
| 796 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o parser-cfg.o parser-cfg.c
|
|---|
| 797 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 798 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o path.o path.c
|
|---|
| 799 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 800 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o playtree.o playtree.c
|
|---|
| 801 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 802 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o playtreeparser.o playtreeparser.c
|
|---|
| 803 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 804 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o subopt-helper.o subopt-helper.c
|
|---|
| 805 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 806 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af.o libaf/af.c
|
|---|
| 807 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 808 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_center.o libaf/af_center.c
|
|---|
| 809 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 810 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_channels.o libaf/af_channels.c
|
|---|
| 811 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 812 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_comp.o libaf/af_comp.c
|
|---|
| 813 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 814 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_delay.o libaf/af_delay.c
|
|---|
| 815 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 816 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_dummy.o libaf/af_dummy.c
|
|---|
| 817 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 818 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_equalizer.o libaf/af_equalizer.c
|
|---|
| 819 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 820 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_extrastereo.o libaf/af_extrastereo.c
|
|---|
| 821 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 822 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_format.o libaf/af_format.c
|
|---|
| 823 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 824 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_gate.o libaf/af_gate.c
|
|---|
| 825 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 826 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_hrtf.o libaf/af_hrtf.c
|
|---|
| 827 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 828 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_karaoke.o libaf/af_karaoke.c
|
|---|
| 829 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 830 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_pan.o libaf/af_pan.c
|
|---|
| 831 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 832 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_resample.o libaf/af_resample.c
|
|---|
| 833 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 834 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_scaletempo.o libaf/af_scaletempo.c
|
|---|
| 835 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 836 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_sinesuppress.o libaf/af_sinesuppress.c
|
|---|
| 837 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 838 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_stats.o libaf/af_stats.c
|
|---|
| 839 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 840 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_sub.o libaf/af_sub.c
|
|---|
| 841 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 842 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_surround.o libaf/af_surround.c
|
|---|
| 843 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 844 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_sweep.o libaf/af_sweep.c
|
|---|
| 845 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 846 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_tools.o libaf/af_tools.c
|
|---|
| 847 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 848 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_volnorm.o libaf/af_volnorm.c
|
|---|
| 849 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 850 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_volume.o libaf/af_volume.c
|
|---|
| 851 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 852 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/filter.o libaf/filter.c
|
|---|
| 853 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 854 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/format.o libaf/format.c
|
|---|
| 855 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 856 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/reorder_ch.o libaf/reorder_ch.c
|
|---|
| 857 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 858 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/window.o libaf/window.c
|
|---|
| 859 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 860 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad.o libmpcodecs/ad.c
|
|---|
| 861 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 862 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_alaw.o libmpcodecs/ad_alaw.c
|
|---|
| 863 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 864 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_dvdpcm.o libmpcodecs/ad_dvdpcm.c
|
|---|
| 865 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 866 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_hwac3.o libmpcodecs/ad_hwac3.c
|
|---|
| 867 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 868 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_hwmpa.o libmpcodecs/ad_hwmpa.c
|
|---|
| 869 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 870 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_pcm.o libmpcodecs/ad_pcm.c
|
|---|
| 871 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 872 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/dec_audio.o libmpcodecs/dec_audio.c
|
|---|
| 873 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 874 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/dec_teletext.o libmpcodecs/dec_teletext.c
|
|---|
| 875 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 876 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/dec_video.o libmpcodecs/dec_video.c
|
|---|
| 877 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 878 | libmpcodecs/dec_video.c: In function 'set_video_colors':
|
|---|
| 879 | libmpcodecs/dec_video.c:108:61: warning: passing argument 3 of 'mpvdec->control' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 880 | 108 | if (mpvdec->control(sh_video, VDCTRL_SET_EQUALIZER, item,
|
|---|
| 881 | | ^~~~
|
|---|
| 882 | libmpcodecs/dec_video.c:108:61: note: expected 'void *' but argument is of type 'const char *'
|
|---|
| 883 | libmpcodecs/dec_video.c: In function 'get_video_colors':
|
|---|
| 884 | libmpcodecs/dec_video.c:134:64: warning: passing argument 3 of 'mpvdec->control' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 885 | 134 | return mpvdec->control(sh_video, VDCTRL_GET_EQUALIZER, item, value);
|
|---|
| 886 | | ^~~~
|
|---|
| 887 | libmpcodecs/dec_video.c:134:64: note: expected 'void *' but argument is of type 'const char *'
|
|---|
| 888 | libmpcodecs/dec_video.c: In function 'init_video':
|
|---|
| 889 | libmpcodecs/dec_video.c:224:66: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
|
|---|
| 890 | 224 | sh_video->bih ? ((unsigned int *) &sh_video->bih->biCompression) : NULL,
|
|---|
| 891 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 892 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/img_format.o libmpcodecs/img_format.c
|
|---|
| 893 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 894 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/mp_image.o libmpcodecs/mp_image.c
|
|---|
| 895 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 896 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/pullup.o libmpcodecs/pullup.c
|
|---|
| 897 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 898 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd.o libmpcodecs/vd.c
|
|---|
| 899 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 900 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_hmblck.o libmpcodecs/vd_hmblck.c
|
|---|
| 901 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 902 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_lzo.o libmpcodecs/vd_lzo.c
|
|---|
| 903 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 904 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_mpegpes.o libmpcodecs/vd_mpegpes.c
|
|---|
| 905 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 906 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_mtga.o libmpcodecs/vd_mtga.c
|
|---|
| 907 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 908 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_null.o libmpcodecs/vd_null.c
|
|---|
| 909 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 910 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_raw.o libmpcodecs/vd_raw.c
|
|---|
| 911 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 912 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_sgi.o libmpcodecs/vd_sgi.c
|
|---|
| 913 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 914 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_black.o libmpcodecs/vd_black.c
|
|---|
| 915 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 916 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf.o libmpcodecs/vf.c
|
|---|
| 917 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 918 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_1bpp.o libmpcodecs/vf_1bpp.c
|
|---|
| 919 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 920 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_2xsai.o libmpcodecs/vf_2xsai.c
|
|---|
| 921 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 922 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_blackframe.o libmpcodecs/vf_blackframe.c
|
|---|
| 923 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 924 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_boxblur.o libmpcodecs/vf_boxblur.c
|
|---|
| 925 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 926 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_crop.o libmpcodecs/vf_crop.c
|
|---|
| 927 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 928 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_cropdetect.o libmpcodecs/vf_cropdetect.c
|
|---|
| 929 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 930 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_decimate.o libmpcodecs/vf_decimate.c
|
|---|
| 931 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 932 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_delogo.o libmpcodecs/vf_delogo.c
|
|---|
| 933 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 934 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_denoise3d.o libmpcodecs/vf_denoise3d.c
|
|---|
| 935 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 936 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_detc.o libmpcodecs/vf_detc.c
|
|---|
| 937 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 938 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_dint.o libmpcodecs/vf_dint.c
|
|---|
| 939 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 940 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_divtc.o libmpcodecs/vf_divtc.c
|
|---|
| 941 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 942 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_down3dright.o libmpcodecs/vf_down3dright.c
|
|---|
| 943 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 944 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_dsize.o libmpcodecs/vf_dsize.c
|
|---|
| 945 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 946 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_dvbscale.o libmpcodecs/vf_dvbscale.c
|
|---|
| 947 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 948 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_eq.o libmpcodecs/vf_eq.c
|
|---|
| 949 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 950 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_eq2.o libmpcodecs/vf_eq2.c
|
|---|
| 951 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 952 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_expand.o libmpcodecs/vf_expand.c
|
|---|
| 953 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 954 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_field.o libmpcodecs/vf_field.c
|
|---|
| 955 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 956 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_fil.o libmpcodecs/vf_fil.c
|
|---|
| 957 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 958 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_filmdint.o libmpcodecs/vf_filmdint.c
|
|---|
| 959 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 960 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_fixpts.o libmpcodecs/vf_fixpts.c
|
|---|
| 961 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 962 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_flip.o libmpcodecs/vf_flip.c
|
|---|
| 963 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 964 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_format.o libmpcodecs/vf_format.c
|
|---|
| 965 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 966 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_framestep.o libmpcodecs/vf_framestep.c
|
|---|
| 967 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 968 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_gradfun.o libmpcodecs/vf_gradfun.c
|
|---|
| 969 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 970 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_halfpack.o libmpcodecs/vf_halfpack.c
|
|---|
| 971 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 972 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_harddup.o libmpcodecs/vf_harddup.c
|
|---|
| 973 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 974 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_hqdn3d.o libmpcodecs/vf_hqdn3d.c
|
|---|
| 975 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 976 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_hue.o libmpcodecs/vf_hue.c
|
|---|
| 977 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 978 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_il.o libmpcodecs/vf_il.c
|
|---|
| 979 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 980 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_ilpack.o libmpcodecs/vf_ilpack.c
|
|---|
| 981 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 982 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_ivtc.o libmpcodecs/vf_ivtc.c
|
|---|
| 983 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 984 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_kerndeint.o libmpcodecs/vf_kerndeint.c
|
|---|
| 985 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 986 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_mirror.o libmpcodecs/vf_mirror.c
|
|---|
| 987 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 988 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_noformat.o libmpcodecs/vf_noformat.c
|
|---|
| 989 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 990 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_noise.o libmpcodecs/vf_noise.c
|
|---|
| 991 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 992 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_ow.o libmpcodecs/vf_ow.c
|
|---|
| 993 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 994 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_palette.o libmpcodecs/vf_palette.c
|
|---|
| 995 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 996 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_perspective.o libmpcodecs/vf_perspective.c
|
|---|
| 997 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 998 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_phase.o libmpcodecs/vf_phase.c
|
|---|
| 999 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1000 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_pp7.o libmpcodecs/vf_pp7.c
|
|---|
| 1001 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1002 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_pullup.o libmpcodecs/vf_pullup.c
|
|---|
| 1003 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1004 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_rectangle.o libmpcodecs/vf_rectangle.c
|
|---|
| 1005 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1006 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_remove_logo.o libmpcodecs/vf_remove_logo.c
|
|---|
| 1007 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1008 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_rgbtest.o libmpcodecs/vf_rgbtest.c
|
|---|
| 1009 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1010 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_rotate.o libmpcodecs/vf_rotate.c
|
|---|
| 1011 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1012 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_sab.o libmpcodecs/vf_sab.c
|
|---|
| 1013 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1014 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_scale.o libmpcodecs/vf_scale.c
|
|---|
| 1015 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1016 | libmpcodecs/vf_scale.c: In function 'scale':
|
|---|
| 1017 | libmpcodecs/vf_scale.c:442:25: warning: passing argument 2 of 'sws_scale' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1018 | 442 | sws_scale(sws1, src2, src_stride2, y>>1, h>>1, dst2, dst_stride2);
|
|---|
| 1019 | | ^~~~
|
|---|
| 1020 | | |
|
|---|
| 1021 | | uint8_t ** {aka unsigned char **}
|
|---|
| 1022 | In file included from libmpcodecs/vf_scale.c:36:
|
|---|
| 1023 | ffmpeg/libswscale/swscale.h:224:58: note: expected 'const uint8_t * const*' {aka 'const unsigned char * const*'} but argument is of type 'uint8_t **' {aka 'unsigned char **'}
|
|---|
| 1024 | 224 | int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[],
|
|---|
| 1025 | | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
|
|---|
| 1026 | libmpcodecs/vf_scale.c:447:25: warning: passing argument 2 of 'sws_scale' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1027 | 447 | sws_scale(sws2, src2, src_stride2, y>>1, h>>1, dst2, dst_stride2);
|
|---|
| 1028 | | ^~~~
|
|---|
| 1029 | | |
|
|---|
| 1030 | | uint8_t ** {aka unsigned char **}
|
|---|
| 1031 | In file included from libmpcodecs/vf_scale.c:36:
|
|---|
| 1032 | ffmpeg/libswscale/swscale.h:224:58: note: expected 'const uint8_t * const*' {aka 'const unsigned char * const*'} but argument is of type 'uint8_t **' {aka 'unsigned char **'}
|
|---|
| 1033 | 224 | int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[],
|
|---|
| 1034 | | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
|
|---|
| 1035 | libmpcodecs/vf_scale.c:449:25: warning: passing argument 2 of 'sws_scale' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1036 | 449 | sws_scale(sws1, src2, src_stride, y, h, dst, dst_stride);
|
|---|
| 1037 | | ^~~~
|
|---|
| 1038 | | |
|
|---|
| 1039 | | uint8_t ** {aka unsigned char **}
|
|---|
| 1040 | In file included from libmpcodecs/vf_scale.c:36:
|
|---|
| 1041 | ffmpeg/libswscale/swscale.h:224:58: note: expected 'const uint8_t * const*' {aka 'const unsigned char * const*'} but argument is of type 'uint8_t **' {aka 'unsigned char **'}
|
|---|
| 1042 | 224 | int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[],
|
|---|
| 1043 | | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
|
|---|
| 1044 | libmpcodecs/vf_scale.c: At top level:
|
|---|
| 1045 | libmpcodecs/vf_scale.c:733:50: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 1046 | 733 | {"presize", 0, CONF_TYPE_OBJ_PRESETS, 0, 0, 0, &size_preset},
|
|---|
| 1047 | | ^
|
|---|
| 1048 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_smartblur.o libmpcodecs/vf_smartblur.c
|
|---|
| 1049 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1050 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_softpulldown.o libmpcodecs/vf_softpulldown.c
|
|---|
| 1051 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1052 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_stereo3d.o libmpcodecs/vf_stereo3d.c
|
|---|
| 1053 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1054 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_softskip.o libmpcodecs/vf_softskip.c
|
|---|
| 1055 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1056 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_swapuv.o libmpcodecs/vf_swapuv.c
|
|---|
| 1057 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1058 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_telecine.o libmpcodecs/vf_telecine.c
|
|---|
| 1059 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1060 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_test.o libmpcodecs/vf_test.c
|
|---|
| 1061 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1062 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_tfields.o libmpcodecs/vf_tfields.c
|
|---|
| 1063 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1064 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_tile.o libmpcodecs/vf_tile.c
|
|---|
| 1065 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1066 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_tinterlace.o libmpcodecs/vf_tinterlace.c
|
|---|
| 1067 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1068 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_unsharp.o libmpcodecs/vf_unsharp.c
|
|---|
| 1069 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1070 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_vo.o libmpcodecs/vf_vo.c
|
|---|
| 1071 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1072 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_yadif.o libmpcodecs/vf_yadif.c
|
|---|
| 1073 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1074 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_yuvcsp.o libmpcodecs/vf_yuvcsp.c
|
|---|
| 1075 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1076 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_yvu9.o libmpcodecs/vf_yvu9.c
|
|---|
| 1077 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1078 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/aac_hdr.o libmpdemux/aac_hdr.c
|
|---|
| 1079 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1080 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/asfheader.o libmpdemux/asfheader.c
|
|---|
| 1081 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1082 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/aviheader.o libmpdemux/aviheader.c
|
|---|
| 1083 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1084 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/aviprint.o libmpdemux/aviprint.c
|
|---|
| 1085 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1086 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demuxer.o libmpdemux/demuxer.c
|
|---|
| 1087 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1088 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_aac.o libmpdemux/demux_aac.c
|
|---|
| 1089 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1090 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_asf.o libmpdemux/demux_asf.c
|
|---|
| 1091 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1092 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_audio.o libmpdemux/demux_audio.c
|
|---|
| 1093 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1094 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_avi.o libmpdemux/demux_avi.c
|
|---|
| 1095 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1096 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_demuxers.o libmpdemux/demux_demuxers.c
|
|---|
| 1097 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1098 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_film.o libmpdemux/demux_film.c
|
|---|
| 1099 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1100 | libmpdemux/demux_film.c: In function 'demux_film_fill_buffer':
|
|---|
| 1101 | libmpdemux/demux_film.c:160:31: warning: initialization of 'short unsigned int *' from incompatible pointer type 'unsigned char *' [-Wincompatible-pointer-types]
|
|---|
| 1102 | 160 | unsigned short* tmp = dp->buffer;
|
|---|
| 1103 | | ^~
|
|---|
| 1104 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_fli.o libmpdemux/demux_fli.c
|
|---|
| 1105 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1106 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_lmlm4.o libmpdemux/demux_lmlm4.c
|
|---|
| 1107 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1108 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_mf.o libmpdemux/demux_mf.c
|
|---|
| 1109 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1110 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_mkv.o libmpdemux/demux_mkv.c
|
|---|
| 1111 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1112 | In file included from libmpdemux/demux_mkv.c:49:
|
|---|
| 1113 | ./loader/qtx/qtxsdk/components.h: In function 'dump_CodecDecompressParams':
|
|---|
| 1114 | ./loader/qtx/qtxsdk/components.h:783:25: warning: initialization of 'unsigned int *' from incompatible pointer type 'OSType **' {aka 'int **'} [-Wincompatible-pointer-types]
|
|---|
| 1115 | 783 | unsigned int* p=cd->wantedDestinationPixelTypes;
|
|---|
| 1116 | | ^~
|
|---|
| 1117 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_mov.o libmpdemux/demux_mov.c
|
|---|
| 1118 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1119 | In file included from libmpdemux/demux_mov.c:54:
|
|---|
| 1120 | ./loader/qtx/qtxsdk/components.h: In function 'dump_CodecDecompressParams':
|
|---|
| 1121 | ./loader/qtx/qtxsdk/components.h:783:25: warning: initialization of 'unsigned int *' from incompatible pointer type 'OSType **' {aka 'int **'} [-Wincompatible-pointer-types]
|
|---|
| 1122 | 783 | unsigned int* p=cd->wantedDestinationPixelTypes;
|
|---|
| 1123 | | ^~
|
|---|
| 1124 | libmpdemux/demux_mov.c: In function 'lschunks':
|
|---|
| 1125 | libmpdemux/demux_mov.c:1531:25: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1126 | 1531 | char *text = malloc(text_len+2+1);
|
|---|
| 1127 | | ^~~~
|
|---|
| 1128 | libmpdemux/demux_mov.c: In function 'lschunks_intrak':
|
|---|
| 1129 | libmpdemux/demux_mov.c:1688:19: warning: argument 1 value '4294967041' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=]
|
|---|
| 1130 | 1688 | char* str = malloc(len + 1);
|
|---|
| 1131 | | ^~~~~~~~~~~~~~~
|
|---|
| 1132 | In file included from libmpdemux/demux_mov.c:43:
|
|---|
| 1133 | E:/MABS/msys64/mingw32/include/stdlib.h:537:17: note: in a call to allocation function 'malloc' declared here
|
|---|
| 1134 | 537 | void *__cdecl malloc(size_t _Size);
|
|---|
| 1135 | | ^~~~~~
|
|---|
| 1136 | libmpdemux/demux_mov.c:1774:22: warning: argument 1 range [4294967040, 4294967295] exceeds maximum object size 2147483647 [-Walloc-size-larger-than=]
|
|---|
| 1137 | 1774 | trak->durmap = calloc(len, sizeof(mov_durmap_t));
|
|---|
| 1138 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 1139 | In file included from libmpdemux/demux_mov.c:43:
|
|---|
| 1140 | E:/MABS/msys64/mingw32/include/stdlib.h:535:17: note: in a call to allocation function 'calloc' declared here
|
|---|
| 1141 | 535 | void *__cdecl calloc(size_t _NumOfElements,size_t _SizeOfElements);
|
|---|
| 1142 | | ^~~~~~
|
|---|
| 1143 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_mpg.o libmpdemux/demux_mpg.c
|
|---|
| 1144 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1145 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_nsv.o libmpdemux/demux_nsv.c
|
|---|
| 1146 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1147 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_pva.o libmpdemux/demux_pva.c
|
|---|
| 1148 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1149 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_rawaudio.o libmpdemux/demux_rawaudio.c
|
|---|
| 1150 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1151 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_rawvideo.o libmpdemux/demux_rawvideo.c
|
|---|
| 1152 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1153 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_realaud.o libmpdemux/demux_realaud.c
|
|---|
| 1154 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1155 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_real.o libmpdemux/demux_real.c
|
|---|
| 1156 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1157 | libmpdemux/demux_real.c: In function 'demux_open_real':
|
|---|
| 1158 | libmpdemux/demux_real.c:1344:30: warning: argument 1 value '4294967041' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=]
|
|---|
| 1159 | 1344 | buft = malloc(i+1);
|
|---|
| 1160 | | ^~~~~~~~~~~
|
|---|
| 1161 | In file included from libmpdemux/demux_real.c:38:
|
|---|
| 1162 | E:/MABS/msys64/mingw32/include/stdlib.h:537:17: note: in a call to allocation function 'malloc' declared here
|
|---|
| 1163 | 537 | void *__cdecl malloc(size_t _Size);
|
|---|
| 1164 | | ^~~~~~
|
|---|
| 1165 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_roq.o libmpdemux/demux_roq.c
|
|---|
| 1166 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1167 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_smjpeg.o libmpdemux/demux_smjpeg.c
|
|---|
| 1168 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1169 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_ts.o libmpdemux/demux_ts.c
|
|---|
| 1170 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1171 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_ty.o libmpdemux/demux_ty.c
|
|---|
| 1172 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1173 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_ty_osd.o libmpdemux/demux_ty_osd.c
|
|---|
| 1174 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1175 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_viv.o libmpdemux/demux_viv.c
|
|---|
| 1176 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1177 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_vqf.o libmpdemux/demux_vqf.c
|
|---|
| 1178 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1179 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_y4m.o libmpdemux/demux_y4m.c
|
|---|
| 1180 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1181 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/ebml.o libmpdemux/ebml.c
|
|---|
| 1182 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1183 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/extension.o libmpdemux/extension.c
|
|---|
| 1184 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1185 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/mf.o libmpdemux/mf.c
|
|---|
| 1186 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1187 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/mp3_hdr.o libmpdemux/mp3_hdr.c
|
|---|
| 1188 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1189 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/mp_taglists.o libmpdemux/mp_taglists.c
|
|---|
| 1190 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1191 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/mpeg_hdr.o libmpdemux/mpeg_hdr.c
|
|---|
| 1192 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1193 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/mpeg_packetizer.o libmpdemux/mpeg_packetizer.c
|
|---|
| 1194 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1195 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/parse_es.o libmpdemux/parse_es.c
|
|---|
| 1196 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1197 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/parse_mp4.o libmpdemux/parse_mp4.c
|
|---|
| 1198 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1199 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/video.o libmpdemux/video.c
|
|---|
| 1200 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1201 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/yuv4mpeg.o libmpdemux/yuv4mpeg.c
|
|---|
| 1202 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1203 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/yuv4mpeg_ratio.o libmpdemux/yuv4mpeg_ratio.c
|
|---|
| 1204 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1205 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o osdep/getch2-win.o osdep/getch2-win.c
|
|---|
| 1206 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1207 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o osdep/timer-win2.o osdep/timer-win2.c
|
|---|
| 1208 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1209 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/open.o stream/open.c
|
|---|
| 1210 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1211 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream.o stream/stream.c
|
|---|
| 1212 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1213 | stream/stream.c: In function 'open_stream_plugin':
|
|---|
| 1214 | stream/stream.c:165:62: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 1215 | 165 | { "stream url", arg , CONF_TYPE_CUSTOM_URL, 0, 0 ,0, sinfo->opts };
|
|---|
| 1216 | | ^~~~~
|
|---|
| 1217 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_bd.o stream/stream_bd.c
|
|---|
| 1218 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1219 | stream/stream_bd.c: In function 'find_vuk':
|
|---|
| 1220 | stream/stream_bd.c:158:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1221 | 158 | char *filename = av_asprintf("%s/.cache/aacs/vuk/%s", home, idstr);
|
|---|
| 1222 | | ^~~~
|
|---|
| 1223 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_cue.o stream/stream_cue.c
|
|---|
| 1224 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1225 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_file.o stream/stream_file.c
|
|---|
| 1226 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1227 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_mf.o stream/stream_mf.c
|
|---|
| 1228 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1229 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_null.o stream/stream_null.c
|
|---|
| 1230 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1231 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/url.o stream/url.c
|
|---|
| 1232 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1233 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o sub/eosd.o sub/eosd.c
|
|---|
| 1234 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1235 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o sub/find_sub.o sub/find_sub.c
|
|---|
| 1236 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1237 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o sub/osd.o sub/osd.c
|
|---|
| 1238 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1239 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o sub/spudec.o sub/spudec.c
|
|---|
| 1240 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1241 | sub/spudec.c: In function 'sws_spu_image':
|
|---|
| 1242 | sub/spudec.c:902:23: warning: passing argument 2 of 'sws_scale' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1243 | 902 | sws_scale(ctx,&s2,&ss,0,sh,&d2,&ds);
|
|---|
| 1244 | | ^~~
|
|---|
| 1245 | | |
|
|---|
| 1246 | | unsigned char **
|
|---|
| 1247 | In file included from sub/spudec.c:48:
|
|---|
| 1248 | ffmpeg/libswscale/swscale.h:224:58: note: expected 'const uint8_t * const*' {aka 'const unsigned char * const*'} but argument is of type 'unsigned char **'
|
|---|
| 1249 | 224 | int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[],
|
|---|
| 1250 | | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
|
|---|
| 1251 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o sub/sub.o sub/sub.c
|
|---|
| 1252 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1253 | sub/sub.c: In function 'vo_update_text_sub':
|
|---|
| 1254 | sub/sub.c:730:33: warning: passing argument 1 of 'utf8_get_char' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1255 | 730 | c = utf8_get_char(&t);
|
|---|
| 1256 | | ^~
|
|---|
| 1257 | | |
|
|---|
| 1258 | | unsigned char **
|
|---|
| 1259 | sub/sub.c:186:37: note: expected 'const char **' but argument is of type 'unsigned char **'
|
|---|
| 1260 | 186 | unsigned utf8_get_char(const char **str) {
|
|---|
| 1261 | | ~~~~~~~~~~~~~^~~
|
|---|
| 1262 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o sub/sub_cc.o sub/sub_cc.c
|
|---|
| 1263 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1264 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o sub/subreader.o sub/subreader.c
|
|---|
| 1265 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1266 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o sub/vobsub.o sub/vobsub.c
|
|---|
| 1267 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1268 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o sub/font_load.o sub/font_load.c
|
|---|
| 1269 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1270 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_cdda.o stream/stream_cdda.c
|
|---|
| 1271 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1272 | stream/stream_cdda.c:102:59: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 1273 | 102 | { "span", ST_OFF(span), CONF_TYPE_OBJ_PARAMS, 0, 0, 0, &m_span_params_def },
|
|---|
| 1274 | | ^
|
|---|
| 1275 | stream/stream_cdda.c:104:62: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 1276 | 104 | { "hostname", ST_OFF(span), CONF_TYPE_OBJ_PARAMS, 0, 0, 0, &m_span_params_def },
|
|---|
| 1277 | | ^
|
|---|
| 1278 | stream/stream_cdda.c:128:62: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 1279 | 128 | { "span", &cdda_dflts.span, CONF_TYPE_OBJ_PARAMS, 0, 0, 0, &m_span_params_def },
|
|---|
| 1280 | | ^
|
|---|
| 1281 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/cdinfo.o stream/cdinfo.c
|
|---|
| 1282 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1283 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_dvdnav.o stream/stream_dvdnav.c
|
|---|
| 1284 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1285 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_dvd.o stream/stream_dvd.c
|
|---|
| 1286 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1287 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_dvd_common.o stream/stream_dvd_common.c
|
|---|
| 1288 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1289 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libvo/aclib.o libvo/aclib.c
|
|---|
| 1290 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1291 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o av_helpers.o av_helpers.c
|
|---|
| 1292 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1293 | av_helpers.c: In function 'lavc_encode_audio':
|
|---|
| 1294 | av_helpers.c:119:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1295 | 119 | int planar = ctx->channels > 1 && av_sample_fmt_is_planar(ctx->sample_fmt);
|
|---|
| 1296 | | ^~~
|
|---|
| 1297 | In file included from av_helpers.c:21:
|
|---|
| 1298 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1299 | 1006 | int channels;
|
|---|
| 1300 | | ^~~~~~~~
|
|---|
| 1301 | av_helpers.c:125:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1302 | 125 | if ((ctx->channels == 6 || ctx->channels == 5) &&
|
|---|
| 1303 | | ^~
|
|---|
| 1304 | In file included from av_helpers.c:21:
|
|---|
| 1305 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1306 | 1006 | int channels;
|
|---|
| 1307 | | ^~~~~~~~
|
|---|
| 1308 | av_helpers.c:125:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1309 | 125 | if ((ctx->channels == 6 || ctx->channels == 5) &&
|
|---|
| 1310 | | ^~
|
|---|
| 1311 | In file included from av_helpers.c:21:
|
|---|
| 1312 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1313 | 1006 | int channels;
|
|---|
| 1314 | | ^~~~~~~~
|
|---|
| 1315 | av_helpers.c:129:29: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1316 | 129 | ctx->channels,
|
|---|
| 1317 | | ^~~
|
|---|
| 1318 | In file included from av_helpers.c:21:
|
|---|
| 1319 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1320 | 1006 | int channels;
|
|---|
| 1321 | | ^~~~~~~~
|
|---|
| 1322 | av_helpers.c:132:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1323 | 132 | frame->nb_samples = src_len / ctx->channels / bps;
|
|---|
| 1324 | | ^~~~~
|
|---|
| 1325 | In file included from av_helpers.c:21:
|
|---|
| 1326 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1327 | 1006 | int channels;
|
|---|
| 1328 | | ^~~~~~~~
|
|---|
| 1329 | av_helpers.c:137:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1330 | 137 | for (ch = 0; ch < ctx->channels; ch++) {
|
|---|
| 1331 | | ^~~
|
|---|
| 1332 | In file included from av_helpers.c:21:
|
|---|
| 1333 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1334 | 1006 | int channels;
|
|---|
| 1335 | | ^~~~~~~~
|
|---|
| 1336 | av_helpers.c:139:13: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1337 | 139 | uint8_t *tmpd = (uint8_t *)src + ch*src_len/ctx->channels;
|
|---|
| 1338 | | ^~~~~~~
|
|---|
| 1339 | In file included from av_helpers.c:21:
|
|---|
| 1340 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1341 | 1006 | int channels;
|
|---|
| 1342 | | ^~~~~~~~
|
|---|
| 1343 | av_helpers.c:143:17: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1344 | 143 | tmps += ctx->channels * bps;
|
|---|
| 1345 | | ^~~~
|
|---|
| 1346 | In file included from av_helpers.c:21:
|
|---|
| 1347 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1348 | 1006 | int channels;
|
|---|
| 1349 | | ^~~~~~~~
|
|---|
| 1350 | av_helpers.c:149:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1351 | 149 | frame->channels = ctx->channels;
|
|---|
| 1352 | | ^~~~~
|
|---|
| 1353 | In file included from ffmpeg/libavcodec/avcodec.h:35,
|
|---|
| 1354 | from av_helpers.c:21:
|
|---|
| 1355 | ffmpeg/libavutil/frame.h:643:9: note: declared here
|
|---|
| 1356 | 643 | int channels;
|
|---|
| 1357 | | ^~~~~~~~
|
|---|
| 1358 | av_helpers.c:149:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1359 | 149 | frame->channels = ctx->channels;
|
|---|
| 1360 | | ^~~~~
|
|---|
| 1361 | In file included from av_helpers.c:21:
|
|---|
| 1362 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1363 | 1006 | int channels;
|
|---|
| 1364 | | ^~~~~~~~
|
|---|
| 1365 | av_helpers.c:150:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1366 | 150 | n = avcodec_fill_audio_frame(frame, ctx->channels, ctx->sample_fmt, src, src_len, 1);
|
|---|
| 1367 | | ^
|
|---|
| 1368 | In file included from av_helpers.c:21:
|
|---|
| 1369 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1370 | 1006 | int channels;
|
|---|
| 1371 | | ^~~~~~~~
|
|---|
| 1372 | av_helpers.c:153:5: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1373 | 153 | av_init_packet(&pkt);
|
|---|
| 1374 | | ^~~~~~~~~~~~~~
|
|---|
| 1375 | In file included from ffmpeg/libavcodec/avcodec.h:45,
|
|---|
| 1376 | from av_helpers.c:21:
|
|---|
| 1377 | ffmpeg/libavcodec/packet.h:512:6: note: declared here
|
|---|
| 1378 | 512 | void av_init_packet(AVPacket *pkt);
|
|---|
| 1379 | | ^~~~~~~~~~~~~~
|
|---|
| 1380 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o av_opts.o av_opts.c
|
|---|
| 1381 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1382 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_lavcac3enc.o libaf/af_lavcac3enc.c
|
|---|
| 1383 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1384 | libaf/af_lavcac3enc.c: In function 'control':
|
|---|
| 1385 | libaf/af_lavcac3enc.c:99:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1386 | 99 | if (s->lavc_actx->channels != af->data->nch ||
|
|---|
| 1387 | | ^~
|
|---|
| 1388 | In file included from libaf/af_lavcac3enc.c:35:
|
|---|
| 1389 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1390 | 1006 | int channels;
|
|---|
| 1391 | | ^~~~~~~~
|
|---|
| 1392 | libaf/af_lavcac3enc.c:107:13: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1393 | 107 | s->lavc_actx->channels = af->data->nch;
|
|---|
| 1394 | | ^
|
|---|
| 1395 | In file included from libaf/af_lavcac3enc.c:35:
|
|---|
| 1396 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1397 | 1006 | int channels;
|
|---|
| 1398 | | ^~~~~~~~
|
|---|
| 1399 | libaf/af_lavcac3enc.c: In function 'af_open':
|
|---|
| 1400 | libaf/af_lavcac3enc.c:277:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 1401 | 277 | s->lavc_acodec = avcodec_find_encoder_by_name("ac3_fixed");
|
|---|
| 1402 | | ^
|
|---|
| 1403 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_lavcresample.o libaf/af_lavcresample.c
|
|---|
| 1404 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1405 | libaf/af_lavcresample.c: In function 'play':
|
|---|
| 1406 | libaf/af_lavcresample.c:159:61: warning: passing argument 4 of 'swr_convert' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1407 | 159 | ret = swr_convert(s->swrctx, &s->tmp[0], out_len/chans/2, &s->in[0], in_len/chans/2);
|
|---|
| 1408 | | ^~~~~~~~~
|
|---|
| 1409 | | |
|
|---|
| 1410 | | uint8_t ** {aka unsigned char **}
|
|---|
| 1411 | In file included from libaf/af_lavcresample.c:29:
|
|---|
| 1412 | ffmpeg/libswresample/swresample.h:344:49: note: expected 'const uint8_t **' {aka 'const unsigned char **'} but argument is of type 'uint8_t **' {aka 'unsigned char **'}
|
|---|
| 1413 | 344 | const uint8_t **in , int in_count);
|
|---|
| 1414 | | ~~~~~~~~~~~~~~~~^~
|
|---|
| 1415 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_ffmpeg.o libmpcodecs/ad_ffmpeg.c
|
|---|
| 1416 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1417 | libmpcodecs/ad_ffmpeg.c: In function 'setup_format':
|
|---|
| 1418 | libmpcodecs/ad_ffmpeg.c:82:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1419 | 82 | if (lavc_context->channels != sh_audio->channels ||
|
|---|
| 1420 | | ^~
|
|---|
| 1421 | In file included from libmpcodecs/ad_ffmpeg.c:47:
|
|---|
| 1422 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1423 | 1006 | int channels;
|
|---|
| 1424 | | ^~~~~~~~
|
|---|
| 1425 | libmpcodecs/ad_ffmpeg.c:85:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1426 | 85 | sh_audio->channels=lavc_context->channels;
|
|---|
| 1427 | | ^~~~~~~~
|
|---|
| 1428 | In file included from libmpcodecs/ad_ffmpeg.c:47:
|
|---|
| 1429 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1430 | 1006 | int channels;
|
|---|
| 1431 | | ^~~~~~~~
|
|---|
| 1432 | libmpcodecs/ad_ffmpeg.c: In function 'init':
|
|---|
| 1433 | libmpcodecs/ad_ffmpeg.c:109:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 1434 | 109 | lavc_codec = avcodec_find_decoder_by_name(codec_idx2str(sh_audio->codec->dll_idx));
|
|---|
| 1435 | | ^
|
|---|
| 1436 | libmpcodecs/ad_ffmpeg.c:124:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1437 | 124 | lavc_context->channels = sh_audio->wf->nChannels;
|
|---|
| 1438 | | ^~~~~~~~~~~~
|
|---|
| 1439 | In file included from libmpcodecs/ad_ffmpeg.c:47:
|
|---|
| 1440 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1441 | 1006 | int channels;
|
|---|
| 1442 | | ^~~~~~~~
|
|---|
| 1443 | libmpcodecs/ad_ffmpeg.c:130:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1444 | 130 | lavc_context->channel_layout = sh_audio->channel_layout;
|
|---|
| 1445 | | ^~~~~~~~~~~~
|
|---|
| 1446 | In file included from libmpcodecs/ad_ffmpeg.c:47:
|
|---|
| 1447 | ffmpeg/libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 1448 | 1060 | uint64_t channel_layout;
|
|---|
| 1449 | | ^~~~~~~~~~~~~~
|
|---|
| 1450 | libmpcodecs/ad_ffmpeg.c:131:5: warning: 'request_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1451 | 131 | lavc_context->request_channel_layout = av_get_default_channel_layout(audio_output_channels);
|
|---|
| 1452 | | ^~~~~~~~~~~~
|
|---|
| 1453 | In file included from libmpcodecs/ad_ffmpeg.c:47:
|
|---|
| 1454 | ffmpeg/libavcodec/avcodec.h:1069:14: note: declared here
|
|---|
| 1455 | 1069 | uint64_t request_channel_layout;
|
|---|
| 1456 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 1457 | libmpcodecs/ad_ffmpeg.c:131:5: warning: 'av_get_default_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1458 | 131 | lavc_context->request_channel_layout = av_get_default_channel_layout(audio_output_channels);
|
|---|
| 1459 | | ^~~~~~~~~~~~
|
|---|
| 1460 | In file included from ffmpeg/libavutil/frame.h:33,
|
|---|
| 1461 | from ffmpeg/libavcodec/avcodec.h:35,
|
|---|
| 1462 | from libmpcodecs/ad_ffmpeg.c:47:
|
|---|
| 1463 | ffmpeg/libavutil/channel_layout.h:457:9: note: declared here
|
|---|
| 1464 | 457 | int64_t av_get_default_channel_layout(int nb_channels);
|
|---|
| 1465 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 1466 | libmpcodecs/ad_ffmpeg.c: In function 'copy_samples':
|
|---|
| 1467 | libmpcodecs/ad_ffmpeg.c:277:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1468 | 277 | int channels = avc->channels;
|
|---|
| 1469 | | ^~~
|
|---|
| 1470 | In file included from libmpcodecs/ad_ffmpeg.c:47:
|
|---|
| 1471 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1472 | 1006 | int channels;
|
|---|
| 1473 | | ^~~~~~~~
|
|---|
| 1474 | libmpcodecs/ad_ffmpeg.c: In function 'decode_audio':
|
|---|
| 1475 | libmpcodecs/ad_ffmpeg.c:349:9: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1476 | 349 | av_init_packet(&pkt);
|
|---|
| 1477 | | ^~~~~~~~~~~~~~
|
|---|
| 1478 | In file included from ffmpeg/libavcodec/avcodec.h:45,
|
|---|
| 1479 | from libmpcodecs/ad_ffmpeg.c:47:
|
|---|
| 1480 | ffmpeg/libavcodec/packet.h:512:6: note: declared here
|
|---|
| 1481 | 512 | void av_init_packet(AVPacket *pkt);
|
|---|
| 1482 | | ^~~~~~~~~~~~~~
|
|---|
| 1483 | libmpcodecs/ad_ffmpeg.c:372:11: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1484 | 372 | if (((AVCodecContext *)sh_audio->context)->channels >= 5) {
|
|---|
| 1485 | | ^~
|
|---|
| 1486 | In file included from libmpcodecs/ad_ffmpeg.c:47:
|
|---|
| 1487 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1488 | 1006 | int channels;
|
|---|
| 1489 | | ^~~~~~~~
|
|---|
| 1490 | libmpcodecs/ad_ffmpeg.c:377:33: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1491 | 377 | ((AVCodecContext *)sh_audio->context)->channels,
|
|---|
| 1492 | | ^
|
|---|
| 1493 | In file included from libmpcodecs/ad_ffmpeg.c:47:
|
|---|
| 1494 | ffmpeg/libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 1495 | 1006 | int channels;
|
|---|
| 1496 | | ^~~~~~~~
|
|---|
| 1497 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_spdif.o libmpcodecs/ad_spdif.c
|
|---|
| 1498 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1499 | libmpcodecs/ad_spdif.c: In function 'init':
|
|---|
| 1500 | libmpcodecs/ad_spdif.c:181:27: warning: passing argument 1 of 'av_opt_find' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 1501 | 181 | opt = av_opt_find(&lavf_ctx->oformat->priv_class,
|
|---|
| 1502 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 1503 | In file included from libmpcodecs/ad_spdif.c:28:
|
|---|
| 1504 | ffmpeg/libavutil/opt.h:608:35: note: expected 'void *' but argument is of type 'const AVClass * const*'
|
|---|
| 1505 | 608 | const AVOption *av_opt_find(void *obj, const char *name, const char *unit,
|
|---|
| 1506 | | ~~~~~~^~~
|
|---|
| 1507 | libmpcodecs/ad_spdif.c: In function 'decode_audio':
|
|---|
| 1508 | libmpcodecs/ad_spdif.c:261:9: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1509 | 261 | av_init_packet(&pkt);
|
|---|
| 1510 | | ^~~~~~~~~~~~~~
|
|---|
| 1511 | In file included from ffmpeg/libavformat/avformat.h:316,
|
|---|
| 1512 | from libmpcodecs/ad_spdif.c:26:
|
|---|
| 1513 | ffmpeg/libavcodec/packet.h:512:6: note: declared here
|
|---|
| 1514 | 512 | void av_init_packet(AVPacket *pkt);
|
|---|
| 1515 | | ^~~~~~~~~~~~~~
|
|---|
| 1516 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_ffmpeg.o libmpcodecs/vd_ffmpeg.c
|
|---|
| 1517 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1518 | libmpcodecs/vd_ffmpeg.c: In function 'init':
|
|---|
| 1519 | libmpcodecs/vd_ffmpeg.c:335:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 1520 | 335 | lavc_codec = avcodec_find_decoder_by_name(codec_idx2str(sh->codec->dll_idx));
|
|---|
| 1521 | | ^
|
|---|
| 1522 | libmpcodecs/vd_ffmpeg.c: In function 'decode':
|
|---|
| 1523 | libmpcodecs/vd_ffmpeg.c:900:5: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1524 | 900 | av_init_packet(&pkt);
|
|---|
| 1525 | | ^~~~~~~~~~~~~~
|
|---|
| 1526 | In file included from ffmpeg/libavcodec/avcodec.h:45,
|
|---|
| 1527 | from libmpcodecs/vd_ffmpeg.c:56:
|
|---|
| 1528 | ffmpeg/libavcodec/packet.h:512:6: note: declared here
|
|---|
| 1529 | 512 | void av_init_packet(AVPacket *pkt);
|
|---|
| 1530 | | ^~~~~~~~~~~~~~
|
|---|
| 1531 | libmpcodecs/vd_ffmpeg.c:1033:20: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 1532 | 1033 | return &mpi_no_picture; // H.264 first field only
|
|---|
| 1533 | | ^~~~~~~~~~~~~~~
|
|---|
| 1534 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_geq.o libmpcodecs/vf_geq.c
|
|---|
| 1535 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1536 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_lavc.o libmpcodecs/vf_lavc.c
|
|---|
| 1537 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1538 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_lavcdeint.o libmpcodecs/vf_lavcdeint.c
|
|---|
| 1539 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1540 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_screenshot.o libmpcodecs/vf_screenshot.c
|
|---|
| 1541 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1542 | libmpcodecs/vf_screenshot.c: In function 'draw_slice':
|
|---|
| 1543 | libmpcodecs/vf_screenshot.c:63:34: warning: passing argument 2 of 'sws_scale' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1544 | 63 | sws_scale(vf->priv->ctx, src, stride, y, h, vf->priv->pic->data, vf->priv->pic->linesize);
|
|---|
| 1545 | | ^~~
|
|---|
| 1546 | | |
|
|---|
| 1547 | | unsigned char **
|
|---|
| 1548 | In file included from libmpcodecs/vf_screenshot.c:38:
|
|---|
| 1549 | ffmpeg/libswscale/swscale.h:224:58: note: expected 'const uint8_t * const*' {aka 'const unsigned char * const*'} but argument is of type 'unsigned char **'
|
|---|
| 1550 | 224 | int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[],
|
|---|
| 1551 | | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
|
|---|
| 1552 | libmpcodecs/vf_screenshot.c: In function 'scale_image':
|
|---|
| 1553 | libmpcodecs/vf_screenshot.c:161:29: warning: passing argument 2 of 'sws_scale' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1554 | 161 | sws_scale(priv->ctx, mpi->planes, mpi->stride, 0, mpi->height, priv->pic->data, priv->pic->linesize);
|
|---|
| 1555 | | ~~~^~~~~~~~
|
|---|
| 1556 | | |
|
|---|
| 1557 | | unsigned char **
|
|---|
| 1558 | In file included from libmpcodecs/vf_screenshot.c:38:
|
|---|
| 1559 | ffmpeg/libswscale/swscale.h:224:58: note: expected 'const uint8_t * const*' {aka 'const unsigned char * const*'} but argument is of type 'unsigned char **'
|
|---|
| 1560 | 224 | int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[],
|
|---|
| 1561 | | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
|
|---|
| 1562 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_lavf.o libmpdemux/demux_lavf.c
|
|---|
| 1563 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1564 | libmpdemux/demux_lavf.c: In function 'handle_stream':
|
|---|
| 1565 | libmpdemux/demux_lavf.c:312:13: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1566 | 312 | wf->nChannels= codec->channels;
|
|---|
| 1567 | | ^~
|
|---|
| 1568 | In file included from ffmpeg/libavformat/avformat.h:314,
|
|---|
| 1569 | from libmpdemux/demux_lavf.c:39:
|
|---|
| 1570 | ffmpeg/libavcodec/codec_par.h:172:14: note: declared here
|
|---|
| 1571 | 172 | int channels;
|
|---|
| 1572 | | ^~~~~~~~
|
|---|
| 1573 | libmpdemux/demux_lavf.c:313:13: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1574 | 313 | sh_audio->channel_layout = codec->channel_layout;
|
|---|
| 1575 | | ^~~~~~~~
|
|---|
| 1576 | In file included from ffmpeg/libavformat/avformat.h:314,
|
|---|
| 1577 | from libmpdemux/demux_lavf.c:39:
|
|---|
| 1578 | ffmpeg/libavcodec/codec_par.h:166:14: note: declared here
|
|---|
| 1579 | 166 | uint64_t channel_layout;
|
|---|
| 1580 | | ^~~~~~~~~~~~~~
|
|---|
| 1581 | libmpdemux/demux_lavf.c:335:13: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1582 | 335 | sh_audio->channels= codec->channels;
|
|---|
| 1583 | | ^~~~~~~~
|
|---|
| 1584 | In file included from ffmpeg/libavformat/avformat.h:314,
|
|---|
| 1585 | from libmpdemux/demux_lavf.c:39:
|
|---|
| 1586 | ffmpeg/libavcodec/codec_par.h:172:14: note: declared here
|
|---|
| 1587 | 172 | int channels;
|
|---|
| 1588 | | ^~~~~~~~
|
|---|
| 1589 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_ffmpeg.o stream/stream_ffmpeg.c
|
|---|
| 1590 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1591 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o sub/av_sub.o sub/av_sub.c
|
|---|
| 1592 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1593 | sub/av_sub.c: In function 'decode_avsub':
|
|---|
| 1594 | sub/av_sub.c:103:5: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1595 | 103 | av_init_packet(&pkt);
|
|---|
| 1596 | | ^~~~~~~~~~~~~~
|
|---|
| 1597 | In file included from ffmpeg/libavcodec/avcodec.h:45,
|
|---|
| 1598 | from sub/av_sub.c:19:
|
|---|
| 1599 | ffmpeg/libavcodec/packet.h:512:6: note: declared here
|
|---|
| 1600 | 512 | void av_init_packet(AVPacket *pkt);
|
|---|
| 1601 | | ^~~~~~~~~~~~~~
|
|---|
| 1602 | sub/av_sub.c:120:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 1603 | 120 | sub_codec = avcodec_find_decoder(cid);
|
|---|
| 1604 | | ^
|
|---|
| 1605 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_fspp.o libmpcodecs/vf_fspp.c
|
|---|
| 1606 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1607 | {standard input}: Assembler messages:
|
|---|
| 1608 | {standard input}:348: Warning: missing operand; zero assumed
|
|---|
| 1609 | {standard input}:354: Warning: missing operand; zero assumed
|
|---|
| 1610 | {standard input}:371: Warning: missing operand; zero assumed
|
|---|
| 1611 | {standard input}:375: Warning: missing operand; zero assumed
|
|---|
| 1612 | {standard input}:410: Warning: missing operand; zero assumed
|
|---|
| 1613 | {standard input}:418: Warning: missing operand; zero assumed
|
|---|
| 1614 | {standard input}:426: Warning: missing operand; zero assumed
|
|---|
| 1615 | {standard input}:438: Warning: missing operand; zero assumed
|
|---|
| 1616 | {standard input}:467: Warning: missing operand; zero assumed
|
|---|
| 1617 | {standard input}:476: Warning: missing operand; zero assumed
|
|---|
| 1618 | {standard input}:482: Warning: missing operand; zero assumed
|
|---|
| 1619 | {standard input}:484: Warning: missing operand; zero assumed
|
|---|
| 1620 | {standard input}:570: Warning: missing operand; zero assumed
|
|---|
| 1621 | {standard input}:576: Warning: missing operand; zero assumed
|
|---|
| 1622 | {standard input}:593: Warning: missing operand; zero assumed
|
|---|
| 1623 | {standard input}:597: Warning: missing operand; zero assumed
|
|---|
| 1624 | {standard input}:632: Warning: missing operand; zero assumed
|
|---|
| 1625 | {standard input}:640: Warning: missing operand; zero assumed
|
|---|
| 1626 | {standard input}:648: Warning: missing operand; zero assumed
|
|---|
| 1627 | {standard input}:660: Warning: missing operand; zero assumed
|
|---|
| 1628 | {standard input}:691: Warning: missing operand; zero assumed
|
|---|
| 1629 | {standard input}:700: Warning: missing operand; zero assumed
|
|---|
| 1630 | {standard input}:706: Warning: missing operand; zero assumed
|
|---|
| 1631 | {standard input}:708: Warning: missing operand; zero assumed
|
|---|
| 1632 | {standard input}:807: Warning: missing operand; zero assumed
|
|---|
| 1633 | {standard input}:809: Warning: missing operand; zero assumed
|
|---|
| 1634 | {standard input}:841: Warning: missing operand; zero assumed
|
|---|
| 1635 | {standard input}:855: Warning: missing operand; zero assumed
|
|---|
| 1636 | {standard input}:873: Warning: missing operand; zero assumed
|
|---|
| 1637 | {standard input}:879: Warning: missing operand; zero assumed
|
|---|
| 1638 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_qp.o libmpcodecs/vf_qp.c
|
|---|
| 1639 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1640 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_spp.o libmpcodecs/vf_spp.c
|
|---|
| 1641 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1642 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o sub/font_load_ft.o sub/font_load_ft.c
|
|---|
| 1643 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1644 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_ftp.o stream/stream_ftp.c
|
|---|
| 1645 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1646 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_ijpg.o libmpcodecs/vd_ijpg.c
|
|---|
| 1647 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1648 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_ladspa.o libaf/af_ladspa.c
|
|---|
| 1649 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1650 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_ass.o libmpcodecs/vf_ass.c
|
|---|
| 1651 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1652 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o sub/ass_mp.o sub/ass_mp.c
|
|---|
| 1653 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1654 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o sub/subassconvert.o sub/subassconvert.c
|
|---|
| 1655 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1656 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libass/ass.o libass/ass.c
|
|---|
| 1657 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1658 | libass/ass.c:1268:6: warning: no previous prototype for 'ass_lazy_track_init' [-Wmissing-prototypes]
|
|---|
| 1659 | 1268 | void ass_lazy_track_init(ASS_Library *lib, ASS_Track *track)
|
|---|
| 1660 | | ^~~~~~~~~~~~~~~~~~~
|
|---|
| 1661 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libass/ass_bitmap.o libass/ass_bitmap.c
|
|---|
| 1662 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1663 | libass/ass_bitmap.c: In function 'outline_to_bitmap3':
|
|---|
| 1664 | libass/ass_bitmap.c:462:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1665 | 462 | int bbord = be > 0 ? sqrt(2 * be) : 0;
|
|---|
| 1666 | | ^~~
|
|---|
| 1667 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libass/ass_cache.o libass/ass_cache.c
|
|---|
| 1668 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1669 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libass/ass_drawing.o libass/ass_drawing.c
|
|---|
| 1670 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1671 | libass/ass_drawing.c: In function 'drawing_evaluate_curve':
|
|---|
| 1672 | libass/ass_drawing.c:254:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1673 | 254 | int x0 = cur.x;
|
|---|
| 1674 | | ^~~
|
|---|
| 1675 | libass/ass_drawing.c:259:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1676 | 259 | int x1 = cur.x;
|
|---|
| 1677 | | ^~~
|
|---|
| 1678 | libass/ass_drawing.c:264:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1679 | 264 | int x2 = cur.x;
|
|---|
| 1680 | | ^~~
|
|---|
| 1681 | libass/ass_drawing.c:269:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1682 | 269 | int x3 = cur.x;
|
|---|
| 1683 | | ^~~
|
|---|
| 1684 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libass/ass_font.o libass/ass_font.c
|
|---|
| 1685 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1686 | libass/ass_font.c: In function 'ass_strike_outline_glyph':
|
|---|
| 1687 | libass/ass_font.c:329:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1688 | 329 | FT_Vector points[4] = {
|
|---|
| 1689 | | ^~~~~~~~~
|
|---|
| 1690 | libass/ass_font.c:359:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1691 | 359 | FT_Vector points[4] = {
|
|---|
| 1692 | | ^~~~~~~~~
|
|---|
| 1693 | libass/ass_font.c: In function 'ass_font_get_glyph':
|
|---|
| 1694 | libass/ass_font.c:564:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1695 | 564 | FT_Matrix scale = { double_to_d16(font->scale_x), 0, 0,
|
|---|
| 1696 | | ^~~~~~~~~
|
|---|
| 1697 | libass/ass_font.c: In function 'get_contour_cbox':
|
|---|
| 1698 | libass/ass_font.c:626:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1699 | 626 | int i;
|
|---|
| 1700 | | ^~~
|
|---|
| 1701 | libass/ass_font.c: In function 'fix_freetype_stroker':
|
|---|
| 1702 | libass/ass_font.c:699:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1703 | 699 | int dir = get_contour_direction(outline->points, start, end);
|
|---|
| 1704 | | ^~~
|
|---|
| 1705 | libass/ass_font.c:728:13: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1706 | 728 | int width = box.xMax - box.xMin;
|
|---|
| 1707 | | ^~~
|
|---|
| 1708 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libass/ass_fontconfig.o libass/ass_fontconfig.c
|
|---|
| 1709 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1710 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libass/ass_library.o libass/ass_library.c
|
|---|
| 1711 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1712 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libass/ass_parse.o libass/ass_parse.c
|
|---|
| 1713 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1714 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libass/ass_render.o libass/ass_render.c
|
|---|
| 1715 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1716 | libass/ass_render.c: In function 'render_glyph':
|
|---|
| 1717 | libass/ass_render.c:354:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1718 | 354 | int b_x0, b_y0, b_x1, b_y1; // visible part of the bitmap
|
|---|
| 1719 | | ^~~
|
|---|
| 1720 | libass/ass_render.c: In function 'draw_opaque_box':
|
|---|
| 1721 | libass/ass_render.c:956:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1722 | 956 | FT_Vector points[4] = {
|
|---|
| 1723 | | ^~~~~~~~~
|
|---|
| 1724 | libass/ass_render.c: In function 'get_outline_glyph':
|
|---|
| 1725 | libass/ass_render.c:1110:13: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1726 | 1110 | FT_Glyph glyph =
|
|---|
| 1727 | | ^~~~~~~~
|
|---|
| 1728 | libass/ass_render.c: In function 'get_bitmap_glyph':
|
|---|
| 1729 | libass/ass_render.c:1295:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1730 | 1295 | FT_Matrix m = { double_to_d16(scale_x), 0,
|
|---|
| 1731 | | ^~~~~~~~~
|
|---|
| 1732 | libass/ass_render.c: In function 'wrap_lines_smart':
|
|---|
| 1733 | libass/ass_render.c:1589:13: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1734 | 1589 | double height =
|
|---|
| 1735 | | ^~~~~~
|
|---|
| 1736 | libass/ass_render.c: In function 'ass_render_event':
|
|---|
| 1737 | libass/ass_render.c:1719:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1738 | 1719 | int in_tag = 0;
|
|---|
| 1739 | | ^~~
|
|---|
| 1740 | libass/ass_render.c:1921:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1741 | 1921 | double max_text_width =
|
|---|
| 1742 | | ^~~~~~
|
|---|
| 1743 | libass/ass_render.c:1938:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1744 | 1938 | FriBidiStrIndex *cmap = ass_shaper_reorder(render_priv->shaper, text_info);
|
|---|
| 1745 | | ^~~~~~~~~~~~~~~
|
|---|
| 1746 | libass/ass_render.c:1943:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1747 | 1943 | int lineno = 1;
|
|---|
| 1748 | | ^~~
|
|---|
| 1749 | libass/ass_render.c:1955:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1750 | 1955 | FT_Vector cluster_pen = pen;
|
|---|
| 1751 | | ^~~~~~~~~
|
|---|
| 1752 | libass/ass_render.c:1971:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1753 | 1971 | double width = 0;
|
|---|
| 1754 | | ^~~~~~
|
|---|
| 1755 | libass/ass_render.c:1978:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1756 | 1978 | double shift = 0;
|
|---|
| 1757 | | ^~~~~~
|
|---|
| 1758 | libass/ass_render.c:2151:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1759 | 2151 | int left = render_priv->settings.left_margin;
|
|---|
| 1760 | | ^~~
|
|---|
| 1761 | libass/ass_render.c: In function 'ass_start_frame':
|
|---|
| 1762 | libass/ass_render.c:2269:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1763 | 2269 | double par = render_priv->settings.par;
|
|---|
| 1764 | | ^~~~~~
|
|---|
| 1765 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libass/ass_render_api.o libass/ass_render_api.c
|
|---|
| 1766 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1767 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libass/ass_shaper.o libass/ass_shaper.c
|
|---|
| 1768 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1769 | In function 'shape_fribidi',
|
|---|
| 1770 | inlined from 'ass_shaper_shape' at libass/ass_shaper.c:844:9:
|
|---|
| 1771 | libass/ass_shaper.c:674:33: warning: argument 2 range [2147483648, 4294967295] exceeds maximum object size 2147483647 [-Walloc-size-larger-than=]
|
|---|
| 1772 | 674 | FriBidiJoiningType *joins = calloc(sizeof(*joins), len);
|
|---|
| 1773 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 1774 | In file included from E:/MABS/local32/include/freetype2/freetype/config/ftstdlib.h:130,
|
|---|
| 1775 | from E:/MABS/local32/include/freetype2/freetype/config/ftconfig.h:42,
|
|---|
| 1776 | from E:/MABS/local32/include/freetype2/freetype/freetype.h:24,
|
|---|
| 1777 | from libass/ass_render.h:25,
|
|---|
| 1778 | from libass/ass_shaper.h:30,
|
|---|
| 1779 | from libass/ass_shaper.c:25:
|
|---|
| 1780 | libass/ass_shaper.c: In function 'ass_shaper_shape':
|
|---|
| 1781 | E:/MABS/msys64/mingw32/include/stdlib.h:535:17: note: in a call to allocation function 'calloc' declared here
|
|---|
| 1782 | 535 | void *__cdecl calloc(size_t _NumOfElements,size_t _SizeOfElements);
|
|---|
| 1783 | | ^~~~~~
|
|---|
| 1784 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libass/ass_strtod.o libass/ass_strtod.c
|
|---|
| 1785 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1786 | libass/ass_strtod.c:61:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
|
|---|
| 1787 | 61 | ass_strtod(string, endPtr)
|
|---|
| 1788 | | ^~~~~~~~~~
|
|---|
| 1789 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libass/ass_utils.o libass/ass_utils.c
|
|---|
| 1790 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1791 | libass/ass_utils.c: In function 'parse_ycbcr_matrix':
|
|---|
| 1792 | libass/ass_utils.c:132:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1793 | 132 | char *end = str + strlen(str);
|
|---|
| 1794 | | ^~~~
|
|---|
| 1795 | libass/ass_utils.c:139:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
|---|
| 1796 | 139 | char buffer[16];
|
|---|
| 1797 | | ^~~~
|
|---|
| 1798 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libaf/af_bs2b.o libaf/af_bs2b.c
|
|---|
| 1799 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1800 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_libmad.o libmpcodecs/ad_libmad.c
|
|---|
| 1801 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1802 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_theora.o libmpcodecs/vd_theora.c
|
|---|
| 1803 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1804 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_rtsp.o stream/stream_rtsp.c
|
|---|
| 1805 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1806 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/freesdp/common.o stream/freesdp/common.c
|
|---|
| 1807 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1808 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/freesdp/errorlist.o stream/freesdp/errorlist.c
|
|---|
| 1809 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1810 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/freesdp/parser.o stream/freesdp/parser.c
|
|---|
| 1811 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1812 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/librtsp/rtsp.o stream/librtsp/rtsp.c
|
|---|
| 1813 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1814 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/librtsp/rtsp_rtp.o stream/librtsp/rtsp_rtp.c
|
|---|
| 1815 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1816 | stream/librtsp/rtsp_rtp.c: In function 'rtp_connect':
|
|---|
| 1817 | stream/librtsp/rtsp_rtp.c:314:19: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1818 | 314 | &rxsockbufsz, sizeof (rxsockbufsz)))
|
|---|
| 1819 | | ^~~~~~~~~~~~
|
|---|
| 1820 | | |
|
|---|
| 1821 | | int *
|
|---|
| 1822 | In file included from stream/librtsp/rtsp_rtp.c:39:
|
|---|
| 1823 | E:/MABS/msys64/mingw32/include/winsock2.h:1035:88: note: expected 'const char *' but argument is of type 'int *'
|
|---|
| 1824 | 1035 | WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
|
|---|
| 1825 | | ~~~~~~~~~~~~^~~~~~
|
|---|
| 1826 | stream/librtsp/rtsp_rtp.c:324:55: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1827 | 324 | if (setsockopt (s, IPPROTO_IP, IP_ADD_MEMBERSHIP, &mcast, sizeof (mcast)))
|
|---|
| 1828 | | ^~~~~~
|
|---|
| 1829 | | |
|
|---|
| 1830 | | struct ip_mreq *
|
|---|
| 1831 | In file included from stream/librtsp/rtsp_rtp.c:39:
|
|---|
| 1832 | E:/MABS/msys64/mingw32/include/winsock2.h:1035:88: note: expected 'const char *' but argument is of type 'struct ip_mreq *'
|
|---|
| 1833 | 1035 | WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
|
|---|
| 1834 | | ~~~~~~~~~~~~^~~~~~
|
|---|
| 1835 | stream/librtsp/rtsp_rtp.c:368:40: warning: passing argument 4 of 'getsockopt' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1836 | 368 | getsockopt (s, SOL_SOCKET, SO_ERROR, &err, (socklen_t *) &err_len);
|
|---|
| 1837 | | ^~~~
|
|---|
| 1838 | | |
|
|---|
| 1839 | | int *
|
|---|
| 1840 | In file included from stream/librtsp/rtsp_rtp.c:39:
|
|---|
| 1841 | E:/MABS/msys64/mingw32/include/winsock2.h:1010:82: note: expected 'char *' but argument is of type 'int *'
|
|---|
| 1842 | 1010 | WINSOCK_API_LINKAGE int WSAAPI getsockopt(SOCKET s,int level,int optname,char *optval,int *optlen);
|
|---|
| 1843 | | ~~~~~~^~~~~~
|
|---|
| 1844 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/librtsp/rtsp_session.o stream/librtsp/rtsp_session.c
|
|---|
| 1845 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1846 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_netstream.o stream/stream_netstream.c
|
|---|
| 1847 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1848 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/asf_mmst_streaming.o stream/asf_mmst_streaming.c
|
|---|
| 1849 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1850 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/asf_streaming.o stream/asf_streaming.c
|
|---|
| 1851 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1852 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/cookies.o stream/cookies.c
|
|---|
| 1853 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1854 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/http.o stream/http.c
|
|---|
| 1855 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1856 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/network.o stream/network.c
|
|---|
| 1857 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1858 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/pnm.o stream/pnm.c
|
|---|
| 1859 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1860 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/rtp.o stream/rtp.c
|
|---|
| 1861 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1862 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/udp.o stream/udp.c
|
|---|
| 1863 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1864 | stream/udp.c: In function 'udp_open_socket':
|
|---|
| 1865 | stream/udp.c:108:77: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1866 | 108 | if(reuse_socket && setsockopt(socket_server_fd, SOL_SOCKET, SO_REUSEADDR, &reuse, sizeof(reuse)))
|
|---|
| 1867 | | ^~~~~~
|
|---|
| 1868 | | |
|
|---|
| 1869 | | int *
|
|---|
| 1870 | In file included from stream/udp.c:42:
|
|---|
| 1871 | E:/MABS/msys64/mingw32/include/winsock2.h:1035:88: note: expected 'const char *' but argument is of type 'int *'
|
|---|
| 1872 | 1035 | WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
|
|---|
| 1873 | | ~~~~~~~~~~~~^~~~~~
|
|---|
| 1874 | stream/udp.c:150:19: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1875 | 150 | &rxsockbufsz, sizeof (rxsockbufsz)))
|
|---|
| 1876 | | ^~~~~~~~~~~~
|
|---|
| 1877 | | |
|
|---|
| 1878 | | int *
|
|---|
| 1879 | In file included from stream/udp.c:42:
|
|---|
| 1880 | E:/MABS/msys64/mingw32/include/winsock2.h:1035:88: note: expected 'const char *' but argument is of type 'int *'
|
|---|
| 1881 | 1035 | WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
|
|---|
| 1882 | | ~~~~~~~~~~~~^~~~~~
|
|---|
| 1883 | stream/udp.c:162:40: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1884 | 162 | IP_ADD_MEMBERSHIP, &mcast, sizeof (mcast)))
|
|---|
| 1885 | | ^~~~~~
|
|---|
| 1886 | | |
|
|---|
| 1887 | | struct ip_mreq *
|
|---|
| 1888 | In file included from stream/udp.c:42:
|
|---|
| 1889 | E:/MABS/msys64/mingw32/include/winsock2.h:1035:88: note: expected 'const char *' but argument is of type 'struct ip_mreq *'
|
|---|
| 1890 | 1035 | WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
|
|---|
| 1891 | | ~~~~~~~~~~~~^~~~~~
|
|---|
| 1892 | stream/udp.c:194:55: warning: passing argument 4 of 'getsockopt' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1893 | 194 | getsockopt (socket_server_fd, SOL_SOCKET, SO_ERROR, &err, &err_len);
|
|---|
| 1894 | | ^~~~
|
|---|
| 1895 | | |
|
|---|
| 1896 | | int *
|
|---|
| 1897 | In file included from stream/udp.c:42:
|
|---|
| 1898 | E:/MABS/msys64/mingw32/include/winsock2.h:1010:82: note: expected 'char *' but argument is of type 'int *'
|
|---|
| 1899 | 1010 | WINSOCK_API_LINKAGE int WSAAPI getsockopt(SOCKET s,int level,int optname,char *optval,int *optlen);
|
|---|
| 1900 | | ~~~~~~^~~~~~
|
|---|
| 1901 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/tcp.o stream/tcp.c
|
|---|
| 1902 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1903 | stream/tcp.c: In function 'connect2Server_with_af':
|
|---|
| 1904 | stream/tcp.c:129:63: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1905 | 129 | setsockopt(socket_server_fd, SOL_SOCKET, SO_RCVTIMEO, &to, sizeof(to));
|
|---|
| 1906 | | ^~~
|
|---|
| 1907 | | |
|
|---|
| 1908 | | int *
|
|---|
| 1909 | In file included from stream/tcp.c:47:
|
|---|
| 1910 | E:/MABS/msys64/mingw32/include/winsock2.h:1035:88: note: expected 'const char *' but argument is of type 'int *'
|
|---|
| 1911 | 1035 | WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
|
|---|
| 1912 | | ~~~~~~~~~~~~^~~~~~
|
|---|
| 1913 | stream/tcp.c:130:63: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1914 | 130 | setsockopt(socket_server_fd, SOL_SOCKET, SO_SNDTIMEO, &to, sizeof(to));
|
|---|
| 1915 | | ^~~
|
|---|
| 1916 | | |
|
|---|
| 1917 | | int *
|
|---|
| 1918 | In file included from stream/tcp.c:47:
|
|---|
| 1919 | E:/MABS/msys64/mingw32/include/winsock2.h:1035:88: note: expected 'const char *' but argument is of type 'int *'
|
|---|
| 1920 | 1035 | WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
|
|---|
| 1921 | | ~~~~~~~~~~~~^~~~~~
|
|---|
| 1922 | stream/tcp.c:251:64: warning: passing argument 4 of 'getsockopt' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1923 | 251 | ret = getsockopt(socket_server_fd,SOL_SOCKET,SO_ERROR,&err,&err_len);
|
|---|
| 1924 | | ^~~~
|
|---|
| 1925 | | |
|
|---|
| 1926 | | int *
|
|---|
| 1927 | In file included from stream/tcp.c:47:
|
|---|
| 1928 | E:/MABS/msys64/mingw32/include/winsock2.h:1010:82: note: expected 'char *' but argument is of type 'int *'
|
|---|
| 1929 | 1010 | WINSOCK_API_LINKAGE int WSAAPI getsockopt(SOCKET s,int level,int optname,char *optval,int *optlen);
|
|---|
| 1930 | | ~~~~~~^~~~~~
|
|---|
| 1931 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_rtp.o stream/stream_rtp.c
|
|---|
| 1932 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1933 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_udp.o stream/stream_udp.c
|
|---|
| 1934 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1935 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/realrtsp/asmrp.o stream/realrtsp/asmrp.c
|
|---|
| 1936 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1937 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/realrtsp/real.o stream/realrtsp/real.c
|
|---|
| 1938 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1939 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/realrtsp/rmff.o stream/realrtsp/rmff.c
|
|---|
| 1940 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1941 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/realrtsp/sdpplin.o stream/realrtsp/sdpplin.c
|
|---|
| 1942 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1943 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/realrtsp/xbuffer.o stream/realrtsp/xbuffer.c
|
|---|
| 1944 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1945 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_mpng.o libmpcodecs/vd_mpng.c
|
|---|
| 1946 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1947 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vf_pp.o libmpcodecs/vf_pp.c
|
|---|
| 1948 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1949 | libmpcodecs/vf_pp.c: In function 'put_image':
|
|---|
| 1950 | libmpcodecs/vf_pp.c:145:27: warning: passing argument 1 of 'pp_postprocess' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 1951 | 145 | pp_postprocess(mpi->planes ,mpi->stride,
|
|---|
| 1952 | | ~~~^~~~~~~~
|
|---|
| 1953 | | |
|
|---|
| 1954 | | unsigned char **
|
|---|
| 1955 | In file included from libmpcodecs/vf_pp.c:37:
|
|---|
| 1956 | ffmpeg/libpostproc/postprocess.h:69:38: note: expected 'const uint8_t **' {aka 'const unsigned char **'} but argument is of type 'unsigned char **'
|
|---|
| 1957 | 69 | void pp_postprocess(const uint8_t * src[3], const int srcStride[3],
|
|---|
| 1958 | | ~~~~~~~~~~~~~~~~^~~~~~
|
|---|
| 1959 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o osdep/priority.o osdep/priority.c
|
|---|
| 1960 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1961 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_qtaudio.o libmpcodecs/ad_qtaudio.c
|
|---|
| 1962 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 1963 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 1964 | from ./loader/wine/winbase.h:5,
|
|---|
| 1965 | from libmpcodecs/ad_qtaudio.c:33:
|
|---|
| 1966 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 1967 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 1968 | |
|
|---|
| 1969 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 1970 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 1971 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 1972 | from libmpcodecs/ad_qtaudio.c:19:
|
|---|
| 1973 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 1974 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 1975 | |
|
|---|
| 1976 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 1977 | from ./loader/wine/winbase.h:5,
|
|---|
| 1978 | from libmpcodecs/ad_qtaudio.c:33:
|
|---|
| 1979 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 1980 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 1981 | |
|
|---|
| 1982 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 1983 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 1984 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 1985 | from libmpcodecs/ad_qtaudio.c:19:
|
|---|
| 1986 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 1987 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 1988 | |
|
|---|
| 1989 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 1990 | from ./loader/wine/winbase.h:5,
|
|---|
| 1991 | from libmpcodecs/ad_qtaudio.c:33:
|
|---|
| 1992 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 1993 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 1994 | |
|
|---|
| 1995 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 1996 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 1997 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 1998 | from libmpcodecs/ad_qtaudio.c:19:
|
|---|
| 1999 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 2000 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 2001 | |
|
|---|
| 2002 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2003 | from ./loader/wine/winbase.h:5,
|
|---|
| 2004 | from libmpcodecs/ad_qtaudio.c:33:
|
|---|
| 2005 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 2006 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 2007 | |
|
|---|
| 2008 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2009 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2010 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2011 | from libmpcodecs/ad_qtaudio.c:19:
|
|---|
| 2012 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 2013 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 2014 | |
|
|---|
| 2015 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2016 | from ./loader/wine/winbase.h:5,
|
|---|
| 2017 | from libmpcodecs/ad_qtaudio.c:33:
|
|---|
| 2018 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 2019 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 2020 | |
|
|---|
| 2021 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2022 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2023 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2024 | from libmpcodecs/ad_qtaudio.c:19:
|
|---|
| 2025 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 2026 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 2027 | |
|
|---|
| 2028 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2029 | from ./loader/wine/winbase.h:5,
|
|---|
| 2030 | from libmpcodecs/ad_qtaudio.c:33:
|
|---|
| 2031 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 2032 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 2033 | |
|
|---|
| 2034 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2035 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2036 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2037 | from libmpcodecs/ad_qtaudio.c:19:
|
|---|
| 2038 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 2039 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 2040 | |
|
|---|
| 2041 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2042 | from ./loader/wine/winbase.h:5,
|
|---|
| 2043 | from libmpcodecs/ad_qtaudio.c:33:
|
|---|
| 2044 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 2045 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 2046 | |
|
|---|
| 2047 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2048 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2049 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2050 | from libmpcodecs/ad_qtaudio.c:19:
|
|---|
| 2051 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 2052 | 503 | # define DUMMYUNIONNAME
|
|---|
| 2053 | |
|
|---|
| 2054 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2055 | from ./loader/wine/winbase.h:5,
|
|---|
| 2056 | from libmpcodecs/ad_qtaudio.c:33:
|
|---|
| 2057 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 2058 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 2059 | |
|
|---|
| 2060 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2061 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2062 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2063 | from libmpcodecs/ad_qtaudio.c:19:
|
|---|
| 2064 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 2065 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 2066 | |
|
|---|
| 2067 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2068 | from ./loader/wine/winbase.h:5,
|
|---|
| 2069 | from libmpcodecs/ad_qtaudio.c:33:
|
|---|
| 2070 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 2071 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 2072 | |
|
|---|
| 2073 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2074 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2075 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2076 | from libmpcodecs/ad_qtaudio.c:19:
|
|---|
| 2077 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 2078 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 2079 | |
|
|---|
| 2080 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2081 | from ./loader/wine/winbase.h:5,
|
|---|
| 2082 | from libmpcodecs/ad_qtaudio.c:33:
|
|---|
| 2083 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 2084 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 2085 | |
|
|---|
| 2086 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2087 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2088 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2089 | from libmpcodecs/ad_qtaudio.c:19:
|
|---|
| 2090 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 2091 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 2092 | |
|
|---|
| 2093 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2094 | from ./loader/wine/winbase.h:5,
|
|---|
| 2095 | from libmpcodecs/ad_qtaudio.c:33:
|
|---|
| 2096 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 2097 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 2098 | |
|
|---|
| 2099 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2100 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2101 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2102 | from libmpcodecs/ad_qtaudio.c:19:
|
|---|
| 2103 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 2104 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 2105 | |
|
|---|
| 2106 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2107 | from ./loader/wine/winbase.h:5,
|
|---|
| 2108 | from libmpcodecs/ad_qtaudio.c:33:
|
|---|
| 2109 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 2110 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 2111 | |
|
|---|
| 2112 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2113 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2114 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2115 | from libmpcodecs/ad_qtaudio.c:19:
|
|---|
| 2116 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 2117 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 2118 | |
|
|---|
| 2119 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_qtvideo.o libmpcodecs/vd_qtvideo.c
|
|---|
| 2120 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2121 | In file included from libmpcodecs/vd_qtvideo.c:33:
|
|---|
| 2122 | ./loader/qtx/qtxsdk/components.h: In function 'dump_CodecDecompressParams':
|
|---|
| 2123 | ./loader/qtx/qtxsdk/components.h:783:25: warning: initialization of 'unsigned int *' from incompatible pointer type 'OSType **' {aka 'int **'} [-Wincompatible-pointer-types]
|
|---|
| 2124 | 783 | unsigned int* p=cd->wantedDestinationPixelTypes;
|
|---|
| 2125 | | ^~
|
|---|
| 2126 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2127 | from ./loader/wine/winbase.h:5,
|
|---|
| 2128 | from libmpcodecs/vd_qtvideo.c:34:
|
|---|
| 2129 | ./loader/wine/windef.h: At top level:
|
|---|
| 2130 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 2131 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 2132 | |
|
|---|
| 2133 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2134 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2135 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2136 | from libmpcodecs/vd_qtvideo.c:19:
|
|---|
| 2137 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 2138 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 2139 | |
|
|---|
| 2140 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2141 | from ./loader/wine/winbase.h:5,
|
|---|
| 2142 | from libmpcodecs/vd_qtvideo.c:34:
|
|---|
| 2143 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 2144 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 2145 | |
|
|---|
| 2146 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2147 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2148 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2149 | from libmpcodecs/vd_qtvideo.c:19:
|
|---|
| 2150 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 2151 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 2152 | |
|
|---|
| 2153 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2154 | from ./loader/wine/winbase.h:5,
|
|---|
| 2155 | from libmpcodecs/vd_qtvideo.c:34:
|
|---|
| 2156 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 2157 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 2158 | |
|
|---|
| 2159 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2160 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2161 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2162 | from libmpcodecs/vd_qtvideo.c:19:
|
|---|
| 2163 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 2164 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 2165 | |
|
|---|
| 2166 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2167 | from ./loader/wine/winbase.h:5,
|
|---|
| 2168 | from libmpcodecs/vd_qtvideo.c:34:
|
|---|
| 2169 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 2170 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 2171 | |
|
|---|
| 2172 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2173 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2174 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2175 | from libmpcodecs/vd_qtvideo.c:19:
|
|---|
| 2176 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 2177 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 2178 | |
|
|---|
| 2179 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2180 | from ./loader/wine/winbase.h:5,
|
|---|
| 2181 | from libmpcodecs/vd_qtvideo.c:34:
|
|---|
| 2182 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 2183 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 2184 | |
|
|---|
| 2185 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2186 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2187 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2188 | from libmpcodecs/vd_qtvideo.c:19:
|
|---|
| 2189 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 2190 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 2191 | |
|
|---|
| 2192 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2193 | from ./loader/wine/winbase.h:5,
|
|---|
| 2194 | from libmpcodecs/vd_qtvideo.c:34:
|
|---|
| 2195 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 2196 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 2197 | |
|
|---|
| 2198 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2199 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2200 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2201 | from libmpcodecs/vd_qtvideo.c:19:
|
|---|
| 2202 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 2203 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 2204 | |
|
|---|
| 2205 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2206 | from ./loader/wine/winbase.h:5,
|
|---|
| 2207 | from libmpcodecs/vd_qtvideo.c:34:
|
|---|
| 2208 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 2209 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 2210 | |
|
|---|
| 2211 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2212 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2213 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2214 | from libmpcodecs/vd_qtvideo.c:19:
|
|---|
| 2215 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 2216 | 503 | # define DUMMYUNIONNAME
|
|---|
| 2217 | |
|
|---|
| 2218 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2219 | from ./loader/wine/winbase.h:5,
|
|---|
| 2220 | from libmpcodecs/vd_qtvideo.c:34:
|
|---|
| 2221 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 2222 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 2223 | |
|
|---|
| 2224 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2225 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2226 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2227 | from libmpcodecs/vd_qtvideo.c:19:
|
|---|
| 2228 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 2229 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 2230 | |
|
|---|
| 2231 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2232 | from ./loader/wine/winbase.h:5,
|
|---|
| 2233 | from libmpcodecs/vd_qtvideo.c:34:
|
|---|
| 2234 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 2235 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 2236 | |
|
|---|
| 2237 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2238 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2239 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2240 | from libmpcodecs/vd_qtvideo.c:19:
|
|---|
| 2241 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 2242 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 2243 | |
|
|---|
| 2244 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2245 | from ./loader/wine/winbase.h:5,
|
|---|
| 2246 | from libmpcodecs/vd_qtvideo.c:34:
|
|---|
| 2247 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 2248 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 2249 | |
|
|---|
| 2250 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2251 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2252 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2253 | from libmpcodecs/vd_qtvideo.c:19:
|
|---|
| 2254 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 2255 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 2256 | |
|
|---|
| 2257 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2258 | from ./loader/wine/winbase.h:5,
|
|---|
| 2259 | from libmpcodecs/vd_qtvideo.c:34:
|
|---|
| 2260 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 2261 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 2262 | |
|
|---|
| 2263 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2264 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2265 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2266 | from libmpcodecs/vd_qtvideo.c:19:
|
|---|
| 2267 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 2268 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 2269 | |
|
|---|
| 2270 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 2271 | from ./loader/wine/winbase.h:5,
|
|---|
| 2272 | from libmpcodecs/vd_qtvideo.c:34:
|
|---|
| 2273 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 2274 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 2275 | |
|
|---|
| 2276 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2277 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2278 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2279 | from libmpcodecs/vd_qtvideo.c:19:
|
|---|
| 2280 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 2281 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 2282 | |
|
|---|
| 2283 | libmpcodecs/vd_qtvideo.c: In function 'init':
|
|---|
| 2284 | libmpcodecs/vd_qtvideo.c:132:20: warning: assignment to 'char ** (*)(Size)' {aka 'char ** (*)(int)'} from incompatible pointer type 'OSErr (*)(Size)' {aka 'short int (*)(int)'} [-Wincompatible-pointer-types]
|
|---|
| 2285 | 132 | NewHandleClear = (OSErr(*)(Size))GetProcAddress(handler, "NewHandleClear");
|
|---|
| 2286 | | ^
|
|---|
| 2287 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_realaud.o libmpcodecs/ad_realaud.c
|
|---|
| 2288 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2289 | In file included from libmpcodecs/ad_realaud.c:35:
|
|---|
| 2290 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 2291 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 2292 | |
|
|---|
| 2293 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2294 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2295 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2296 | from libmpcodecs/ad_realaud.c:19:
|
|---|
| 2297 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 2298 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 2299 | |
|
|---|
| 2300 | In file included from libmpcodecs/ad_realaud.c:35:
|
|---|
| 2301 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 2302 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 2303 | |
|
|---|
| 2304 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2305 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2306 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2307 | from libmpcodecs/ad_realaud.c:19:
|
|---|
| 2308 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 2309 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 2310 | |
|
|---|
| 2311 | In file included from libmpcodecs/ad_realaud.c:35:
|
|---|
| 2312 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 2313 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 2314 | |
|
|---|
| 2315 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2316 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2317 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2318 | from libmpcodecs/ad_realaud.c:19:
|
|---|
| 2319 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 2320 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 2321 | |
|
|---|
| 2322 | In file included from libmpcodecs/ad_realaud.c:35:
|
|---|
| 2323 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 2324 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 2325 | |
|
|---|
| 2326 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2327 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2328 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2329 | from libmpcodecs/ad_realaud.c:19:
|
|---|
| 2330 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 2331 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 2332 | |
|
|---|
| 2333 | In file included from libmpcodecs/ad_realaud.c:35:
|
|---|
| 2334 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 2335 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 2336 | |
|
|---|
| 2337 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2338 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2339 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2340 | from libmpcodecs/ad_realaud.c:19:
|
|---|
| 2341 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 2342 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 2343 | |
|
|---|
| 2344 | In file included from libmpcodecs/ad_realaud.c:35:
|
|---|
| 2345 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 2346 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 2347 | |
|
|---|
| 2348 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2349 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2350 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2351 | from libmpcodecs/ad_realaud.c:19:
|
|---|
| 2352 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 2353 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 2354 | |
|
|---|
| 2355 | In file included from libmpcodecs/ad_realaud.c:35:
|
|---|
| 2356 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 2357 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 2358 | |
|
|---|
| 2359 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2360 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2361 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2362 | from libmpcodecs/ad_realaud.c:19:
|
|---|
| 2363 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 2364 | 503 | # define DUMMYUNIONNAME
|
|---|
| 2365 | |
|
|---|
| 2366 | In file included from libmpcodecs/ad_realaud.c:35:
|
|---|
| 2367 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 2368 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 2369 | |
|
|---|
| 2370 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2371 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2372 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2373 | from libmpcodecs/ad_realaud.c:19:
|
|---|
| 2374 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 2375 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 2376 | |
|
|---|
| 2377 | In file included from libmpcodecs/ad_realaud.c:35:
|
|---|
| 2378 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 2379 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 2380 | |
|
|---|
| 2381 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2382 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2383 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2384 | from libmpcodecs/ad_realaud.c:19:
|
|---|
| 2385 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 2386 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 2387 | |
|
|---|
| 2388 | In file included from libmpcodecs/ad_realaud.c:35:
|
|---|
| 2389 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 2390 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 2391 | |
|
|---|
| 2392 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2393 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2394 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2395 | from libmpcodecs/ad_realaud.c:19:
|
|---|
| 2396 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 2397 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 2398 | |
|
|---|
| 2399 | In file included from libmpcodecs/ad_realaud.c:35:
|
|---|
| 2400 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 2401 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 2402 | |
|
|---|
| 2403 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2404 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2405 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2406 | from libmpcodecs/ad_realaud.c:19:
|
|---|
| 2407 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 2408 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 2409 | |
|
|---|
| 2410 | In file included from libmpcodecs/ad_realaud.c:35:
|
|---|
| 2411 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 2412 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 2413 | |
|
|---|
| 2414 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2415 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2416 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2417 | from libmpcodecs/ad_realaud.c:19:
|
|---|
| 2418 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 2419 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 2420 | |
|
|---|
| 2421 | libmpcodecs/ad_realaud.c: In function 'preinit':
|
|---|
| 2422 | libmpcodecs/ad_realaud.c:271:32: warning: passing argument 1 of 'load_syms_windows' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 2423 | 271 | if (!load_syms_windows(dll))
|
|---|
| 2424 | | ^~~
|
|---|
| 2425 | libmpcodecs/ad_realaud.c:211:36: note: expected 'char *' but argument is of type 'const char *'
|
|---|
| 2426 | 211 | static int load_syms_windows(char *path)
|
|---|
| 2427 | | ~~~~~~^~~~
|
|---|
| 2428 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_realvid.o libmpcodecs/vd_realvid.c
|
|---|
| 2429 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2430 | In file included from libmpcodecs/vd_realvid.c:34:
|
|---|
| 2431 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 2432 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 2433 | |
|
|---|
| 2434 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2435 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2436 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2437 | from libmpcodecs/vd_realvid.c:19:
|
|---|
| 2438 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 2439 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 2440 | |
|
|---|
| 2441 | In file included from libmpcodecs/vd_realvid.c:34:
|
|---|
| 2442 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 2443 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 2444 | |
|
|---|
| 2445 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2446 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2447 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2448 | from libmpcodecs/vd_realvid.c:19:
|
|---|
| 2449 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 2450 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 2451 | |
|
|---|
| 2452 | In file included from libmpcodecs/vd_realvid.c:34:
|
|---|
| 2453 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 2454 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 2455 | |
|
|---|
| 2456 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2457 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2458 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2459 | from libmpcodecs/vd_realvid.c:19:
|
|---|
| 2460 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 2461 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 2462 | |
|
|---|
| 2463 | In file included from libmpcodecs/vd_realvid.c:34:
|
|---|
| 2464 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 2465 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 2466 | |
|
|---|
| 2467 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2468 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2469 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2470 | from libmpcodecs/vd_realvid.c:19:
|
|---|
| 2471 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 2472 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 2473 | |
|
|---|
| 2474 | In file included from libmpcodecs/vd_realvid.c:34:
|
|---|
| 2475 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 2476 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 2477 | |
|
|---|
| 2478 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2479 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2480 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2481 | from libmpcodecs/vd_realvid.c:19:
|
|---|
| 2482 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 2483 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 2484 | |
|
|---|
| 2485 | In file included from libmpcodecs/vd_realvid.c:34:
|
|---|
| 2486 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 2487 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 2488 | |
|
|---|
| 2489 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2490 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2491 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2492 | from libmpcodecs/vd_realvid.c:19:
|
|---|
| 2493 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 2494 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 2495 | |
|
|---|
| 2496 | In file included from libmpcodecs/vd_realvid.c:34:
|
|---|
| 2497 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 2498 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 2499 | |
|
|---|
| 2500 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2501 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2502 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2503 | from libmpcodecs/vd_realvid.c:19:
|
|---|
| 2504 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 2505 | 503 | # define DUMMYUNIONNAME
|
|---|
| 2506 | |
|
|---|
| 2507 | In file included from libmpcodecs/vd_realvid.c:34:
|
|---|
| 2508 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 2509 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 2510 | |
|
|---|
| 2511 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2512 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2513 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2514 | from libmpcodecs/vd_realvid.c:19:
|
|---|
| 2515 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 2516 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 2517 | |
|
|---|
| 2518 | In file included from libmpcodecs/vd_realvid.c:34:
|
|---|
| 2519 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 2520 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 2521 | |
|
|---|
| 2522 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2523 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2524 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2525 | from libmpcodecs/vd_realvid.c:19:
|
|---|
| 2526 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 2527 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 2528 | |
|
|---|
| 2529 | In file included from libmpcodecs/vd_realvid.c:34:
|
|---|
| 2530 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 2531 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 2532 | |
|
|---|
| 2533 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2534 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2535 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2536 | from libmpcodecs/vd_realvid.c:19:
|
|---|
| 2537 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 2538 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 2539 | |
|
|---|
| 2540 | In file included from libmpcodecs/vd_realvid.c:34:
|
|---|
| 2541 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 2542 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 2543 | |
|
|---|
| 2544 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2545 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2546 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2547 | from libmpcodecs/vd_realvid.c:19:
|
|---|
| 2548 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 2549 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 2550 | |
|
|---|
| 2551 | In file included from libmpcodecs/vd_realvid.c:34:
|
|---|
| 2552 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 2553 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 2554 | |
|
|---|
| 2555 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2556 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 2557 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 2558 | from libmpcodecs/vd_realvid.c:19:
|
|---|
| 2559 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 2560 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 2561 | |
|
|---|
| 2562 | libmpcodecs/vd_realvid.c: In function 'init':
|
|---|
| 2563 | libmpcodecs/vd_realvid.c:288:36: warning: passing argument 1 of 'load_syms_windows' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 2564 | 288 | if (!load_syms_windows(dll))
|
|---|
| 2565 | | ^~~
|
|---|
| 2566 | libmpcodecs/vd_realvid.c:179:36: note: expected 'char *' but argument is of type 'const char *'
|
|---|
| 2567 | 179 | static int load_syms_windows(char *path) {
|
|---|
| 2568 | | ~~~~~~^~~~
|
|---|
| 2569 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_speex.o libmpcodecs/ad_speex.c
|
|---|
| 2570 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2571 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/cache2.o stream/cache2.c
|
|---|
| 2572 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2573 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/frequencies.o stream/frequencies.c
|
|---|
| 2574 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2575 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/stream_tv.o stream/stream_tv.c
|
|---|
| 2576 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2577 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/tv.o stream/tv.c
|
|---|
| 2578 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2579 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/tvi_dummy.o stream/tvi_dummy.c
|
|---|
| 2580 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2581 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o stream/tvi_dshow.o stream/tvi_dshow.c
|
|---|
| 2582 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2583 | stream/tvi_dshow.c: In function 'extract_video_format':
|
|---|
| 2584 | stream/tvi_dshow.c:1758:32: warning: taking address of packed member of 'struct MediaType' may result in an unaligned pointer value [-Waddress-of-packed-member]
|
|---|
| 2585 | 1758 | *pfcc = subtype2imgfmt(&(pmt->subtype));
|
|---|
| 2586 | | ^~~~~~~~~~~~~~~
|
|---|
| 2587 | stream/tvi_dshow.c: In function 'check_video_format':
|
|---|
| 2588 | stream/tvi_dshow.c:1856:24: warning: taking address of packed member of 'struct MediaType' may result in an unaligned pointer value [-Waddress-of-packed-member]
|
|---|
| 2589 | 1856 | if (subtype2imgfmt(&(pmt->subtype)) != fcc)
|
|---|
| 2590 | | ^~~~~~~~~~~~~~~
|
|---|
| 2591 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dshow/guids.o loader/dshow/guids.c
|
|---|
| 2592 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2593 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2594 | from loader/dshow/guids.h:14,
|
|---|
| 2595 | from loader/dshow/guids.c:1:
|
|---|
| 2596 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 2597 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 2598 | |
|
|---|
| 2599 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2600 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 2601 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 2602 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 2603 | from ./loader/com.h:9,
|
|---|
| 2604 | from loader/dshow/guids.h:10,
|
|---|
| 2605 | from loader/dshow/guids.c:1:
|
|---|
| 2606 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 2607 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 2608 | |
|
|---|
| 2609 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2610 | from loader/dshow/guids.h:14,
|
|---|
| 2611 | from loader/dshow/guids.c:1:
|
|---|
| 2612 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 2613 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 2614 | |
|
|---|
| 2615 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2616 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 2617 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 2618 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 2619 | from ./loader/com.h:9,
|
|---|
| 2620 | from loader/dshow/guids.h:10,
|
|---|
| 2621 | from loader/dshow/guids.c:1:
|
|---|
| 2622 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 2623 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 2624 | |
|
|---|
| 2625 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2626 | from loader/dshow/guids.h:14,
|
|---|
| 2627 | from loader/dshow/guids.c:1:
|
|---|
| 2628 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 2629 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 2630 | |
|
|---|
| 2631 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2632 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 2633 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 2634 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 2635 | from ./loader/com.h:9,
|
|---|
| 2636 | from loader/dshow/guids.h:10,
|
|---|
| 2637 | from loader/dshow/guids.c:1:
|
|---|
| 2638 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 2639 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 2640 | |
|
|---|
| 2641 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2642 | from loader/dshow/guids.h:14,
|
|---|
| 2643 | from loader/dshow/guids.c:1:
|
|---|
| 2644 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 2645 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 2646 | |
|
|---|
| 2647 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2648 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 2649 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 2650 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 2651 | from ./loader/com.h:9,
|
|---|
| 2652 | from loader/dshow/guids.h:10,
|
|---|
| 2653 | from loader/dshow/guids.c:1:
|
|---|
| 2654 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 2655 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 2656 | |
|
|---|
| 2657 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2658 | from loader/dshow/guids.h:14,
|
|---|
| 2659 | from loader/dshow/guids.c:1:
|
|---|
| 2660 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 2661 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 2662 | |
|
|---|
| 2663 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2664 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 2665 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 2666 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 2667 | from ./loader/com.h:9,
|
|---|
| 2668 | from loader/dshow/guids.h:10,
|
|---|
| 2669 | from loader/dshow/guids.c:1:
|
|---|
| 2670 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 2671 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 2672 | |
|
|---|
| 2673 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2674 | from loader/dshow/guids.h:14,
|
|---|
| 2675 | from loader/dshow/guids.c:1:
|
|---|
| 2676 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 2677 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 2678 | |
|
|---|
| 2679 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2680 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 2681 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 2682 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 2683 | from ./loader/com.h:9,
|
|---|
| 2684 | from loader/dshow/guids.h:10,
|
|---|
| 2685 | from loader/dshow/guids.c:1:
|
|---|
| 2686 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 2687 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 2688 | |
|
|---|
| 2689 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2690 | from loader/dshow/guids.h:14,
|
|---|
| 2691 | from loader/dshow/guids.c:1:
|
|---|
| 2692 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 2693 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 2694 | |
|
|---|
| 2695 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2696 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 2697 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 2698 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 2699 | from ./loader/com.h:9,
|
|---|
| 2700 | from loader/dshow/guids.h:10,
|
|---|
| 2701 | from loader/dshow/guids.c:1:
|
|---|
| 2702 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 2703 | 503 | # define DUMMYUNIONNAME
|
|---|
| 2704 | |
|
|---|
| 2705 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2706 | from loader/dshow/guids.h:14,
|
|---|
| 2707 | from loader/dshow/guids.c:1:
|
|---|
| 2708 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 2709 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 2710 | |
|
|---|
| 2711 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2712 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 2713 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 2714 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 2715 | from ./loader/com.h:9,
|
|---|
| 2716 | from loader/dshow/guids.h:10,
|
|---|
| 2717 | from loader/dshow/guids.c:1:
|
|---|
| 2718 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 2719 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 2720 | |
|
|---|
| 2721 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2722 | from loader/dshow/guids.h:14,
|
|---|
| 2723 | from loader/dshow/guids.c:1:
|
|---|
| 2724 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 2725 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 2726 | |
|
|---|
| 2727 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2728 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 2729 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 2730 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 2731 | from ./loader/com.h:9,
|
|---|
| 2732 | from loader/dshow/guids.h:10,
|
|---|
| 2733 | from loader/dshow/guids.c:1:
|
|---|
| 2734 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 2735 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 2736 | |
|
|---|
| 2737 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2738 | from loader/dshow/guids.h:14,
|
|---|
| 2739 | from loader/dshow/guids.c:1:
|
|---|
| 2740 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 2741 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 2742 | |
|
|---|
| 2743 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2744 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 2745 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 2746 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 2747 | from ./loader/com.h:9,
|
|---|
| 2748 | from loader/dshow/guids.h:10,
|
|---|
| 2749 | from loader/dshow/guids.c:1:
|
|---|
| 2750 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 2751 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 2752 | |
|
|---|
| 2753 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2754 | from loader/dshow/guids.h:14,
|
|---|
| 2755 | from loader/dshow/guids.c:1:
|
|---|
| 2756 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 2757 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 2758 | |
|
|---|
| 2759 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2760 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 2761 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 2762 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 2763 | from ./loader/com.h:9,
|
|---|
| 2764 | from loader/dshow/guids.h:10,
|
|---|
| 2765 | from loader/dshow/guids.c:1:
|
|---|
| 2766 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 2767 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 2768 | |
|
|---|
| 2769 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2770 | from loader/dshow/guids.h:14,
|
|---|
| 2771 | from loader/dshow/guids.c:1:
|
|---|
| 2772 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 2773 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 2774 | |
|
|---|
| 2775 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2776 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 2777 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 2778 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 2779 | from ./loader/com.h:9,
|
|---|
| 2780 | from loader/dshow/guids.h:10,
|
|---|
| 2781 | from loader/dshow/guids.c:1:
|
|---|
| 2782 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 2783 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 2784 | |
|
|---|
| 2785 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dshow/mediatype.o loader/dshow/mediatype.c
|
|---|
| 2786 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2787 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2788 | from loader/dshow/guids.h:14,
|
|---|
| 2789 | from loader/dshow/mediatype.h:10,
|
|---|
| 2790 | from loader/dshow/mediatype.c:27:
|
|---|
| 2791 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 2792 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 2793 | |
|
|---|
| 2794 | In file included from E:/MABS/msys64/mingw32/include/vadefs.h:9,
|
|---|
| 2795 | from E:/MABS/msys64/mingw32/include/_mingw_stdarg.h:14,
|
|---|
| 2796 | from E:/MABS/msys64/mingw32/include/stdarg.h:140,
|
|---|
| 2797 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdarg.h:1,
|
|---|
| 2798 | from ./mp_msg.h:22,
|
|---|
| 2799 | from loader/dshow/mediatype.c:23:
|
|---|
| 2800 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 2801 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 2802 | |
|
|---|
| 2803 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2804 | from loader/dshow/guids.h:14,
|
|---|
| 2805 | from loader/dshow/mediatype.h:10,
|
|---|
| 2806 | from loader/dshow/mediatype.c:27:
|
|---|
| 2807 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 2808 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 2809 | |
|
|---|
| 2810 | In file included from E:/MABS/msys64/mingw32/include/vadefs.h:9,
|
|---|
| 2811 | from E:/MABS/msys64/mingw32/include/_mingw_stdarg.h:14,
|
|---|
| 2812 | from E:/MABS/msys64/mingw32/include/stdarg.h:140,
|
|---|
| 2813 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdarg.h:1,
|
|---|
| 2814 | from ./mp_msg.h:22,
|
|---|
| 2815 | from loader/dshow/mediatype.c:23:
|
|---|
| 2816 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 2817 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 2818 | |
|
|---|
| 2819 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2820 | from loader/dshow/guids.h:14,
|
|---|
| 2821 | from loader/dshow/mediatype.h:10,
|
|---|
| 2822 | from loader/dshow/mediatype.c:27:
|
|---|
| 2823 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 2824 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 2825 | |
|
|---|
| 2826 | In file included from E:/MABS/msys64/mingw32/include/vadefs.h:9,
|
|---|
| 2827 | from E:/MABS/msys64/mingw32/include/_mingw_stdarg.h:14,
|
|---|
| 2828 | from E:/MABS/msys64/mingw32/include/stdarg.h:140,
|
|---|
| 2829 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdarg.h:1,
|
|---|
| 2830 | from ./mp_msg.h:22,
|
|---|
| 2831 | from loader/dshow/mediatype.c:23:
|
|---|
| 2832 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 2833 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 2834 | |
|
|---|
| 2835 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2836 | from loader/dshow/guids.h:14,
|
|---|
| 2837 | from loader/dshow/mediatype.h:10,
|
|---|
| 2838 | from loader/dshow/mediatype.c:27:
|
|---|
| 2839 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 2840 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 2841 | |
|
|---|
| 2842 | In file included from E:/MABS/msys64/mingw32/include/vadefs.h:9,
|
|---|
| 2843 | from E:/MABS/msys64/mingw32/include/_mingw_stdarg.h:14,
|
|---|
| 2844 | from E:/MABS/msys64/mingw32/include/stdarg.h:140,
|
|---|
| 2845 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdarg.h:1,
|
|---|
| 2846 | from ./mp_msg.h:22,
|
|---|
| 2847 | from loader/dshow/mediatype.c:23:
|
|---|
| 2848 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 2849 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 2850 | |
|
|---|
| 2851 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2852 | from loader/dshow/guids.h:14,
|
|---|
| 2853 | from loader/dshow/mediatype.h:10,
|
|---|
| 2854 | from loader/dshow/mediatype.c:27:
|
|---|
| 2855 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 2856 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 2857 | |
|
|---|
| 2858 | In file included from E:/MABS/msys64/mingw32/include/vadefs.h:9,
|
|---|
| 2859 | from E:/MABS/msys64/mingw32/include/_mingw_stdarg.h:14,
|
|---|
| 2860 | from E:/MABS/msys64/mingw32/include/stdarg.h:140,
|
|---|
| 2861 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdarg.h:1,
|
|---|
| 2862 | from ./mp_msg.h:22,
|
|---|
| 2863 | from loader/dshow/mediatype.c:23:
|
|---|
| 2864 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 2865 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 2866 | |
|
|---|
| 2867 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2868 | from loader/dshow/guids.h:14,
|
|---|
| 2869 | from loader/dshow/mediatype.h:10,
|
|---|
| 2870 | from loader/dshow/mediatype.c:27:
|
|---|
| 2871 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 2872 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 2873 | |
|
|---|
| 2874 | In file included from E:/MABS/msys64/mingw32/include/vadefs.h:9,
|
|---|
| 2875 | from E:/MABS/msys64/mingw32/include/_mingw_stdarg.h:14,
|
|---|
| 2876 | from E:/MABS/msys64/mingw32/include/stdarg.h:140,
|
|---|
| 2877 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdarg.h:1,
|
|---|
| 2878 | from ./mp_msg.h:22,
|
|---|
| 2879 | from loader/dshow/mediatype.c:23:
|
|---|
| 2880 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 2881 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 2882 | |
|
|---|
| 2883 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2884 | from loader/dshow/guids.h:14,
|
|---|
| 2885 | from loader/dshow/mediatype.h:10,
|
|---|
| 2886 | from loader/dshow/mediatype.c:27:
|
|---|
| 2887 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 2888 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 2889 | |
|
|---|
| 2890 | In file included from E:/MABS/msys64/mingw32/include/vadefs.h:9,
|
|---|
| 2891 | from E:/MABS/msys64/mingw32/include/_mingw_stdarg.h:14,
|
|---|
| 2892 | from E:/MABS/msys64/mingw32/include/stdarg.h:140,
|
|---|
| 2893 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdarg.h:1,
|
|---|
| 2894 | from ./mp_msg.h:22,
|
|---|
| 2895 | from loader/dshow/mediatype.c:23:
|
|---|
| 2896 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 2897 | 503 | # define DUMMYUNIONNAME
|
|---|
| 2898 | |
|
|---|
| 2899 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2900 | from loader/dshow/guids.h:14,
|
|---|
| 2901 | from loader/dshow/mediatype.h:10,
|
|---|
| 2902 | from loader/dshow/mediatype.c:27:
|
|---|
| 2903 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 2904 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 2905 | |
|
|---|
| 2906 | In file included from E:/MABS/msys64/mingw32/include/vadefs.h:9,
|
|---|
| 2907 | from E:/MABS/msys64/mingw32/include/_mingw_stdarg.h:14,
|
|---|
| 2908 | from E:/MABS/msys64/mingw32/include/stdarg.h:140,
|
|---|
| 2909 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdarg.h:1,
|
|---|
| 2910 | from ./mp_msg.h:22,
|
|---|
| 2911 | from loader/dshow/mediatype.c:23:
|
|---|
| 2912 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 2913 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 2914 | |
|
|---|
| 2915 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2916 | from loader/dshow/guids.h:14,
|
|---|
| 2917 | from loader/dshow/mediatype.h:10,
|
|---|
| 2918 | from loader/dshow/mediatype.c:27:
|
|---|
| 2919 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 2920 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 2921 | |
|
|---|
| 2922 | In file included from E:/MABS/msys64/mingw32/include/vadefs.h:9,
|
|---|
| 2923 | from E:/MABS/msys64/mingw32/include/_mingw_stdarg.h:14,
|
|---|
| 2924 | from E:/MABS/msys64/mingw32/include/stdarg.h:140,
|
|---|
| 2925 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdarg.h:1,
|
|---|
| 2926 | from ./mp_msg.h:22,
|
|---|
| 2927 | from loader/dshow/mediatype.c:23:
|
|---|
| 2928 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 2929 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 2930 | |
|
|---|
| 2931 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2932 | from loader/dshow/guids.h:14,
|
|---|
| 2933 | from loader/dshow/mediatype.h:10,
|
|---|
| 2934 | from loader/dshow/mediatype.c:27:
|
|---|
| 2935 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 2936 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 2937 | |
|
|---|
| 2938 | In file included from E:/MABS/msys64/mingw32/include/vadefs.h:9,
|
|---|
| 2939 | from E:/MABS/msys64/mingw32/include/_mingw_stdarg.h:14,
|
|---|
| 2940 | from E:/MABS/msys64/mingw32/include/stdarg.h:140,
|
|---|
| 2941 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdarg.h:1,
|
|---|
| 2942 | from ./mp_msg.h:22,
|
|---|
| 2943 | from loader/dshow/mediatype.c:23:
|
|---|
| 2944 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 2945 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 2946 | |
|
|---|
| 2947 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2948 | from loader/dshow/guids.h:14,
|
|---|
| 2949 | from loader/dshow/mediatype.h:10,
|
|---|
| 2950 | from loader/dshow/mediatype.c:27:
|
|---|
| 2951 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 2952 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 2953 | |
|
|---|
| 2954 | In file included from E:/MABS/msys64/mingw32/include/vadefs.h:9,
|
|---|
| 2955 | from E:/MABS/msys64/mingw32/include/_mingw_stdarg.h:14,
|
|---|
| 2956 | from E:/MABS/msys64/mingw32/include/stdarg.h:140,
|
|---|
| 2957 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdarg.h:1,
|
|---|
| 2958 | from ./mp_msg.h:22,
|
|---|
| 2959 | from loader/dshow/mediatype.c:23:
|
|---|
| 2960 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 2961 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 2962 | |
|
|---|
| 2963 | In file included from ./loader/wine/module.h:10,
|
|---|
| 2964 | from loader/dshow/guids.h:14,
|
|---|
| 2965 | from loader/dshow/mediatype.h:10,
|
|---|
| 2966 | from loader/dshow/mediatype.c:27:
|
|---|
| 2967 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 2968 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 2969 | |
|
|---|
| 2970 | In file included from E:/MABS/msys64/mingw32/include/vadefs.h:9,
|
|---|
| 2971 | from E:/MABS/msys64/mingw32/include/_mingw_stdarg.h:14,
|
|---|
| 2972 | from E:/MABS/msys64/mingw32/include/stdarg.h:140,
|
|---|
| 2973 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdarg.h:1,
|
|---|
| 2974 | from ./mp_msg.h:22,
|
|---|
| 2975 | from loader/dshow/mediatype.c:23:
|
|---|
| 2976 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 2977 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 2978 | |
|
|---|
| 2979 | loader/dshow/mediatype.c: In function 'DisplayMediaType':
|
|---|
| 2980 | loader/dshow/mediatype.c:55:16: warning: taking address of packed member of 'struct MediaType' may result in an unaligned pointer value [-Waddress-of-packed-member]
|
|---|
| 2981 | 55 | iid=(GUID*)&(pmt->subtype);
|
|---|
| 2982 | | ^~~~~~~~~~~~~~~
|
|---|
| 2983 | loader/dshow/mediatype.c:64:16: warning: taking address of packed member of 'struct MediaType' may result in an unaligned pointer value [-Waddress-of-packed-member]
|
|---|
| 2984 | 64 | iid=(GUID*)&(pmt->formattype);
|
|---|
| 2985 | | ^~~~~~~~~~~~~~~~~~
|
|---|
| 2986 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_libvorbis.o libmpcodecs/ad_libvorbis.c
|
|---|
| 2987 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2988 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_ogg.o libmpdemux/demux_ogg.c
|
|---|
| 2989 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2990 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_acm.o libmpcodecs/ad_acm.c
|
|---|
| 2991 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 2992 | In file included from ./loader/wine/msacmdrv.h:8,
|
|---|
| 2993 | from ./loader/wineacm.h:9,
|
|---|
| 2994 | from libmpcodecs/ad_acm.c:27:
|
|---|
| 2995 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 2996 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 2997 | |
|
|---|
| 2998 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 2999 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3000 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3001 | from libmpcodecs/ad_acm.c:19:
|
|---|
| 3002 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 3003 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 3004 | |
|
|---|
| 3005 | In file included from ./loader/wine/msacmdrv.h:8,
|
|---|
| 3006 | from ./loader/wineacm.h:9,
|
|---|
| 3007 | from libmpcodecs/ad_acm.c:27:
|
|---|
| 3008 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 3009 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 3010 | |
|
|---|
| 3011 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3012 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3013 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3014 | from libmpcodecs/ad_acm.c:19:
|
|---|
| 3015 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 3016 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 3017 | |
|
|---|
| 3018 | In file included from ./loader/wine/msacmdrv.h:8,
|
|---|
| 3019 | from ./loader/wineacm.h:9,
|
|---|
| 3020 | from libmpcodecs/ad_acm.c:27:
|
|---|
| 3021 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 3022 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 3023 | |
|
|---|
| 3024 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3025 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3026 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3027 | from libmpcodecs/ad_acm.c:19:
|
|---|
| 3028 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 3029 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 3030 | |
|
|---|
| 3031 | In file included from ./loader/wine/msacmdrv.h:8,
|
|---|
| 3032 | from ./loader/wineacm.h:9,
|
|---|
| 3033 | from libmpcodecs/ad_acm.c:27:
|
|---|
| 3034 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 3035 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 3036 | |
|
|---|
| 3037 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3038 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3039 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3040 | from libmpcodecs/ad_acm.c:19:
|
|---|
| 3041 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 3042 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 3043 | |
|
|---|
| 3044 | In file included from ./loader/wine/msacmdrv.h:8,
|
|---|
| 3045 | from ./loader/wineacm.h:9,
|
|---|
| 3046 | from libmpcodecs/ad_acm.c:27:
|
|---|
| 3047 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 3048 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 3049 | |
|
|---|
| 3050 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3051 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3052 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3053 | from libmpcodecs/ad_acm.c:19:
|
|---|
| 3054 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 3055 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 3056 | |
|
|---|
| 3057 | In file included from ./loader/wine/msacmdrv.h:8,
|
|---|
| 3058 | from ./loader/wineacm.h:9,
|
|---|
| 3059 | from libmpcodecs/ad_acm.c:27:
|
|---|
| 3060 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 3061 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 3062 | |
|
|---|
| 3063 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3064 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3065 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3066 | from libmpcodecs/ad_acm.c:19:
|
|---|
| 3067 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 3068 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 3069 | |
|
|---|
| 3070 | In file included from ./loader/wine/msacmdrv.h:8,
|
|---|
| 3071 | from ./loader/wineacm.h:9,
|
|---|
| 3072 | from libmpcodecs/ad_acm.c:27:
|
|---|
| 3073 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 3074 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 3075 | |
|
|---|
| 3076 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3077 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3078 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3079 | from libmpcodecs/ad_acm.c:19:
|
|---|
| 3080 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 3081 | 503 | # define DUMMYUNIONNAME
|
|---|
| 3082 | |
|
|---|
| 3083 | In file included from ./loader/wine/msacmdrv.h:8,
|
|---|
| 3084 | from ./loader/wineacm.h:9,
|
|---|
| 3085 | from libmpcodecs/ad_acm.c:27:
|
|---|
| 3086 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 3087 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 3088 | |
|
|---|
| 3089 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3090 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3091 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3092 | from libmpcodecs/ad_acm.c:19:
|
|---|
| 3093 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 3094 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 3095 | |
|
|---|
| 3096 | In file included from ./loader/wine/msacmdrv.h:8,
|
|---|
| 3097 | from ./loader/wineacm.h:9,
|
|---|
| 3098 | from libmpcodecs/ad_acm.c:27:
|
|---|
| 3099 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 3100 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 3101 | |
|
|---|
| 3102 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3103 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3104 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3105 | from libmpcodecs/ad_acm.c:19:
|
|---|
| 3106 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 3107 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 3108 | |
|
|---|
| 3109 | In file included from ./loader/wine/msacmdrv.h:8,
|
|---|
| 3110 | from ./loader/wineacm.h:9,
|
|---|
| 3111 | from libmpcodecs/ad_acm.c:27:
|
|---|
| 3112 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 3113 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 3114 | |
|
|---|
| 3115 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3116 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3117 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3118 | from libmpcodecs/ad_acm.c:19:
|
|---|
| 3119 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 3120 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 3121 | |
|
|---|
| 3122 | In file included from ./loader/wine/msacmdrv.h:8,
|
|---|
| 3123 | from ./loader/wineacm.h:9,
|
|---|
| 3124 | from libmpcodecs/ad_acm.c:27:
|
|---|
| 3125 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 3126 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 3127 | |
|
|---|
| 3128 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3129 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3130 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3131 | from libmpcodecs/ad_acm.c:19:
|
|---|
| 3132 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 3133 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 3134 | |
|
|---|
| 3135 | In file included from ./loader/wine/msacmdrv.h:8,
|
|---|
| 3136 | from ./loader/wineacm.h:9,
|
|---|
| 3137 | from libmpcodecs/ad_acm.c:27:
|
|---|
| 3138 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 3139 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 3140 | |
|
|---|
| 3141 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3142 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3143 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3144 | from libmpcodecs/ad_acm.c:19:
|
|---|
| 3145 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 3146 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 3147 | |
|
|---|
| 3148 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_dmo.o libmpcodecs/ad_dmo.c
|
|---|
| 3149 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 3150 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3151 | from ./loader/dmo/DMO_AudioDecoder.h:5,
|
|---|
| 3152 | from libmpcodecs/ad_dmo.c:42:
|
|---|
| 3153 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 3154 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 3155 | |
|
|---|
| 3156 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3157 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3158 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3159 | from libmpcodecs/ad_dmo.c:19:
|
|---|
| 3160 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 3161 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 3162 | |
|
|---|
| 3163 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3164 | from ./loader/dmo/DMO_AudioDecoder.h:5,
|
|---|
| 3165 | from libmpcodecs/ad_dmo.c:42:
|
|---|
| 3166 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 3167 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 3168 | |
|
|---|
| 3169 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3170 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3171 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3172 | from libmpcodecs/ad_dmo.c:19:
|
|---|
| 3173 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 3174 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 3175 | |
|
|---|
| 3176 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3177 | from ./loader/dmo/DMO_AudioDecoder.h:5,
|
|---|
| 3178 | from libmpcodecs/ad_dmo.c:42:
|
|---|
| 3179 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 3180 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 3181 | |
|
|---|
| 3182 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3183 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3184 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3185 | from libmpcodecs/ad_dmo.c:19:
|
|---|
| 3186 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 3187 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 3188 | |
|
|---|
| 3189 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3190 | from ./loader/dmo/DMO_AudioDecoder.h:5,
|
|---|
| 3191 | from libmpcodecs/ad_dmo.c:42:
|
|---|
| 3192 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 3193 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 3194 | |
|
|---|
| 3195 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3196 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3197 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3198 | from libmpcodecs/ad_dmo.c:19:
|
|---|
| 3199 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 3200 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 3201 | |
|
|---|
| 3202 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3203 | from ./loader/dmo/DMO_AudioDecoder.h:5,
|
|---|
| 3204 | from libmpcodecs/ad_dmo.c:42:
|
|---|
| 3205 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 3206 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 3207 | |
|
|---|
| 3208 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3209 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3210 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3211 | from libmpcodecs/ad_dmo.c:19:
|
|---|
| 3212 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 3213 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 3214 | |
|
|---|
| 3215 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3216 | from ./loader/dmo/DMO_AudioDecoder.h:5,
|
|---|
| 3217 | from libmpcodecs/ad_dmo.c:42:
|
|---|
| 3218 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 3219 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 3220 | |
|
|---|
| 3221 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3222 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3223 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3224 | from libmpcodecs/ad_dmo.c:19:
|
|---|
| 3225 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 3226 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 3227 | |
|
|---|
| 3228 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3229 | from ./loader/dmo/DMO_AudioDecoder.h:5,
|
|---|
| 3230 | from libmpcodecs/ad_dmo.c:42:
|
|---|
| 3231 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 3232 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 3233 | |
|
|---|
| 3234 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3235 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3236 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3237 | from libmpcodecs/ad_dmo.c:19:
|
|---|
| 3238 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 3239 | 503 | # define DUMMYUNIONNAME
|
|---|
| 3240 | |
|
|---|
| 3241 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3242 | from ./loader/dmo/DMO_AudioDecoder.h:5,
|
|---|
| 3243 | from libmpcodecs/ad_dmo.c:42:
|
|---|
| 3244 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 3245 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 3246 | |
|
|---|
| 3247 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3248 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3249 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3250 | from libmpcodecs/ad_dmo.c:19:
|
|---|
| 3251 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 3252 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 3253 | |
|
|---|
| 3254 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3255 | from ./loader/dmo/DMO_AudioDecoder.h:5,
|
|---|
| 3256 | from libmpcodecs/ad_dmo.c:42:
|
|---|
| 3257 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 3258 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 3259 | |
|
|---|
| 3260 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3261 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3262 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3263 | from libmpcodecs/ad_dmo.c:19:
|
|---|
| 3264 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 3265 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 3266 | |
|
|---|
| 3267 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3268 | from ./loader/dmo/DMO_AudioDecoder.h:5,
|
|---|
| 3269 | from libmpcodecs/ad_dmo.c:42:
|
|---|
| 3270 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 3271 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 3272 | |
|
|---|
| 3273 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3274 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3275 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3276 | from libmpcodecs/ad_dmo.c:19:
|
|---|
| 3277 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 3278 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 3279 | |
|
|---|
| 3280 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3281 | from ./loader/dmo/DMO_AudioDecoder.h:5,
|
|---|
| 3282 | from libmpcodecs/ad_dmo.c:42:
|
|---|
| 3283 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 3284 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 3285 | |
|
|---|
| 3286 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3287 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3288 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3289 | from libmpcodecs/ad_dmo.c:19:
|
|---|
| 3290 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 3291 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 3292 | |
|
|---|
| 3293 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3294 | from ./loader/dmo/DMO_AudioDecoder.h:5,
|
|---|
| 3295 | from libmpcodecs/ad_dmo.c:42:
|
|---|
| 3296 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 3297 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 3298 | |
|
|---|
| 3299 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3300 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3301 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3302 | from libmpcodecs/ad_dmo.c:19:
|
|---|
| 3303 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 3304 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 3305 | |
|
|---|
| 3306 | libmpcodecs/ad_dmo.c: In function 'preinit':
|
|---|
| 3307 | libmpcodecs/ad_dmo.c:54:38: warning: passing argument 1 of 'DMO_AudioDecoder_Open' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 3308 | 54 | if(!(ds_adec=DMO_AudioDecoder_Open(codec_idx2str(sh_audio->codec->dll_idx),&sh_audio->codec->guid,sh_audio->wf,chans)))
|
|---|
| 3309 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 3310 | In file included from libmpcodecs/ad_dmo.c:42:
|
|---|
| 3311 | ./loader/dmo/DMO_AudioDecoder.h:10:48: note: expected 'char *' but argument is of type 'const char *'
|
|---|
| 3312 | 10 | DMO_AudioDecoder * DMO_AudioDecoder_Open(char* dllname, GUID* guid, WAVEFORMATEX* wf,int out_channels);
|
|---|
| 3313 | | ~~~~~~^~~~~~~
|
|---|
| 3314 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_dshow.o libmpcodecs/ad_dshow.c
|
|---|
| 3315 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 3316 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3317 | from ./loader/dshow/DS_AudioDecoder.h:5,
|
|---|
| 3318 | from libmpcodecs/ad_dshow.c:40:
|
|---|
| 3319 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 3320 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 3321 | |
|
|---|
| 3322 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3323 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3324 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3325 | from libmpcodecs/ad_dshow.c:19:
|
|---|
| 3326 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 3327 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 3328 | |
|
|---|
| 3329 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3330 | from ./loader/dshow/DS_AudioDecoder.h:5,
|
|---|
| 3331 | from libmpcodecs/ad_dshow.c:40:
|
|---|
| 3332 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 3333 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 3334 | |
|
|---|
| 3335 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3336 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3337 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3338 | from libmpcodecs/ad_dshow.c:19:
|
|---|
| 3339 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 3340 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 3341 | |
|
|---|
| 3342 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3343 | from ./loader/dshow/DS_AudioDecoder.h:5,
|
|---|
| 3344 | from libmpcodecs/ad_dshow.c:40:
|
|---|
| 3345 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 3346 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 3347 | |
|
|---|
| 3348 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3349 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3350 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3351 | from libmpcodecs/ad_dshow.c:19:
|
|---|
| 3352 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 3353 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 3354 | |
|
|---|
| 3355 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3356 | from ./loader/dshow/DS_AudioDecoder.h:5,
|
|---|
| 3357 | from libmpcodecs/ad_dshow.c:40:
|
|---|
| 3358 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 3359 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 3360 | |
|
|---|
| 3361 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3362 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3363 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3364 | from libmpcodecs/ad_dshow.c:19:
|
|---|
| 3365 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 3366 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 3367 | |
|
|---|
| 3368 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3369 | from ./loader/dshow/DS_AudioDecoder.h:5,
|
|---|
| 3370 | from libmpcodecs/ad_dshow.c:40:
|
|---|
| 3371 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 3372 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 3373 | |
|
|---|
| 3374 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3375 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3376 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3377 | from libmpcodecs/ad_dshow.c:19:
|
|---|
| 3378 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 3379 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 3380 | |
|
|---|
| 3381 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3382 | from ./loader/dshow/DS_AudioDecoder.h:5,
|
|---|
| 3383 | from libmpcodecs/ad_dshow.c:40:
|
|---|
| 3384 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 3385 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 3386 | |
|
|---|
| 3387 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3388 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3389 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3390 | from libmpcodecs/ad_dshow.c:19:
|
|---|
| 3391 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 3392 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 3393 | |
|
|---|
| 3394 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3395 | from ./loader/dshow/DS_AudioDecoder.h:5,
|
|---|
| 3396 | from libmpcodecs/ad_dshow.c:40:
|
|---|
| 3397 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 3398 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 3399 | |
|
|---|
| 3400 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3401 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3402 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3403 | from libmpcodecs/ad_dshow.c:19:
|
|---|
| 3404 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 3405 | 503 | # define DUMMYUNIONNAME
|
|---|
| 3406 | |
|
|---|
| 3407 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3408 | from ./loader/dshow/DS_AudioDecoder.h:5,
|
|---|
| 3409 | from libmpcodecs/ad_dshow.c:40:
|
|---|
| 3410 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 3411 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 3412 | |
|
|---|
| 3413 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3414 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3415 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3416 | from libmpcodecs/ad_dshow.c:19:
|
|---|
| 3417 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 3418 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 3419 | |
|
|---|
| 3420 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3421 | from ./loader/dshow/DS_AudioDecoder.h:5,
|
|---|
| 3422 | from libmpcodecs/ad_dshow.c:40:
|
|---|
| 3423 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 3424 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 3425 | |
|
|---|
| 3426 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3427 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3428 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3429 | from libmpcodecs/ad_dshow.c:19:
|
|---|
| 3430 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 3431 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 3432 | |
|
|---|
| 3433 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3434 | from ./loader/dshow/DS_AudioDecoder.h:5,
|
|---|
| 3435 | from libmpcodecs/ad_dshow.c:40:
|
|---|
| 3436 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 3437 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 3438 | |
|
|---|
| 3439 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3440 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3441 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3442 | from libmpcodecs/ad_dshow.c:19:
|
|---|
| 3443 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 3444 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 3445 | |
|
|---|
| 3446 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3447 | from ./loader/dshow/DS_AudioDecoder.h:5,
|
|---|
| 3448 | from libmpcodecs/ad_dshow.c:40:
|
|---|
| 3449 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 3450 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 3451 | |
|
|---|
| 3452 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3453 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3454 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3455 | from libmpcodecs/ad_dshow.c:19:
|
|---|
| 3456 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 3457 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 3458 | |
|
|---|
| 3459 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 3460 | from ./loader/dshow/DS_AudioDecoder.h:5,
|
|---|
| 3461 | from libmpcodecs/ad_dshow.c:40:
|
|---|
| 3462 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 3463 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 3464 | |
|
|---|
| 3465 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3466 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3467 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3468 | from libmpcodecs/ad_dshow.c:19:
|
|---|
| 3469 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 3470 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 3471 | |
|
|---|
| 3472 | libmpcodecs/ad_dshow.c: In function 'preinit':
|
|---|
| 3473 | libmpcodecs/ad_dshow.c:50:37: warning: passing argument 1 of 'DS_AudioDecoder_Open' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 3474 | 50 | if(!(ds_adec=DS_AudioDecoder_Open(codec_idx2str(sh_audio->codec->dll_idx),&sh_audio->codec->guid,sh_audio->wf)))
|
|---|
| 3475 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 3476 | In file included from libmpcodecs/ad_dshow.c:40:
|
|---|
| 3477 | ./loader/dshow/DS_AudioDecoder.h:10:46: note: expected 'char *' but argument is of type 'const char *'
|
|---|
| 3478 | 10 | DS_AudioDecoder * DS_AudioDecoder_Open(char* dllname, GUID* guid, WAVEFORMATEX* wf);
|
|---|
| 3479 | | ~~~~~~^~~~~~~
|
|---|
| 3480 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/ad_twin.o libmpcodecs/ad_twin.c
|
|---|
| 3481 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 3482 | In file included from libmpcodecs/ad_twin.c:29:
|
|---|
| 3483 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 3484 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 3485 | |
|
|---|
| 3486 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3487 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3488 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3489 | from libmpcodecs/ad_twin.c:19:
|
|---|
| 3490 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 3491 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 3492 | |
|
|---|
| 3493 | In file included from libmpcodecs/ad_twin.c:29:
|
|---|
| 3494 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 3495 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 3496 | |
|
|---|
| 3497 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3498 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3499 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3500 | from libmpcodecs/ad_twin.c:19:
|
|---|
| 3501 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 3502 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 3503 | |
|
|---|
| 3504 | In file included from libmpcodecs/ad_twin.c:29:
|
|---|
| 3505 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 3506 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 3507 | |
|
|---|
| 3508 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3509 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3510 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3511 | from libmpcodecs/ad_twin.c:19:
|
|---|
| 3512 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 3513 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 3514 | |
|
|---|
| 3515 | In file included from libmpcodecs/ad_twin.c:29:
|
|---|
| 3516 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 3517 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 3518 | |
|
|---|
| 3519 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3520 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3521 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3522 | from libmpcodecs/ad_twin.c:19:
|
|---|
| 3523 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 3524 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 3525 | |
|
|---|
| 3526 | In file included from libmpcodecs/ad_twin.c:29:
|
|---|
| 3527 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 3528 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 3529 | |
|
|---|
| 3530 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3531 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3532 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3533 | from libmpcodecs/ad_twin.c:19:
|
|---|
| 3534 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 3535 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 3536 | |
|
|---|
| 3537 | In file included from libmpcodecs/ad_twin.c:29:
|
|---|
| 3538 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 3539 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 3540 | |
|
|---|
| 3541 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3542 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3543 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3544 | from libmpcodecs/ad_twin.c:19:
|
|---|
| 3545 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 3546 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 3547 | |
|
|---|
| 3548 | In file included from libmpcodecs/ad_twin.c:29:
|
|---|
| 3549 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 3550 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 3551 | |
|
|---|
| 3552 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3553 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3554 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3555 | from libmpcodecs/ad_twin.c:19:
|
|---|
| 3556 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 3557 | 503 | # define DUMMYUNIONNAME
|
|---|
| 3558 | |
|
|---|
| 3559 | In file included from libmpcodecs/ad_twin.c:29:
|
|---|
| 3560 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 3561 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 3562 | |
|
|---|
| 3563 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3564 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3565 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3566 | from libmpcodecs/ad_twin.c:19:
|
|---|
| 3567 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 3568 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 3569 | |
|
|---|
| 3570 | In file included from libmpcodecs/ad_twin.c:29:
|
|---|
| 3571 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 3572 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 3573 | |
|
|---|
| 3574 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3575 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3576 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3577 | from libmpcodecs/ad_twin.c:19:
|
|---|
| 3578 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 3579 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 3580 | |
|
|---|
| 3581 | In file included from libmpcodecs/ad_twin.c:29:
|
|---|
| 3582 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 3583 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 3584 | |
|
|---|
| 3585 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3586 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3587 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3588 | from libmpcodecs/ad_twin.c:19:
|
|---|
| 3589 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 3590 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 3591 | |
|
|---|
| 3592 | In file included from libmpcodecs/ad_twin.c:29:
|
|---|
| 3593 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 3594 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 3595 | |
|
|---|
| 3596 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3597 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3598 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3599 | from libmpcodecs/ad_twin.c:19:
|
|---|
| 3600 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 3601 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 3602 | |
|
|---|
| 3603 | In file included from libmpcodecs/ad_twin.c:29:
|
|---|
| 3604 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 3605 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 3606 | |
|
|---|
| 3607 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3608 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3609 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3610 | from libmpcodecs/ad_twin.c:19:
|
|---|
| 3611 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 3612 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 3613 | |
|
|---|
| 3614 | libmpcodecs/ad_twin.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
|
|---|
| 3615 | 59 | static int (*TvqGetFrameSize)();
|
|---|
| 3616 | | ^~~~~~
|
|---|
| 3617 | libmpcodecs/ad_twin.c:60:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
|
|---|
| 3618 | 60 | static int (*TvqGetNumFixedBitsPerFrame)();
|
|---|
| 3619 | | ^~~~~~
|
|---|
| 3620 | libmpcodecs/ad_twin.c: In function 'preinit':
|
|---|
| 3621 | libmpcodecs/ad_twin.c:185:16: warning: passing argument 1 of 'load_dll' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 3622 | 185 | if(!load_dll(codec_idx2str(sh_audio->codec->dll_idx)))
|
|---|
| 3623 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 3624 | libmpcodecs/ad_twin.c:84:28: note: expected 'char *' but argument is of type 'const char *'
|
|---|
| 3625 | 84 | static int load_dll( char *libname )
|
|---|
| 3626 | | ~~~~~~^~~~~~~
|
|---|
| 3627 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_dmo.o libmpcodecs/vd_dmo.c
|
|---|
| 3628 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 3629 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3630 | from ./loader/dmo/DMO_VideoDecoder.h:5,
|
|---|
| 3631 | from libmpcodecs/vd_dmo.c:33:
|
|---|
| 3632 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 3633 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 3634 | |
|
|---|
| 3635 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3636 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 3637 | from E:/MABS/msys64/mingw32/include/malloc.h:9,
|
|---|
| 3638 | from libmpcodecs/vd_dmo.c:22:
|
|---|
| 3639 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 3640 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 3641 | |
|
|---|
| 3642 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3643 | from ./loader/dmo/DMO_VideoDecoder.h:5,
|
|---|
| 3644 | from libmpcodecs/vd_dmo.c:33:
|
|---|
| 3645 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 3646 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 3647 | |
|
|---|
| 3648 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3649 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 3650 | from E:/MABS/msys64/mingw32/include/malloc.h:9,
|
|---|
| 3651 | from libmpcodecs/vd_dmo.c:22:
|
|---|
| 3652 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 3653 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 3654 | |
|
|---|
| 3655 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3656 | from ./loader/dmo/DMO_VideoDecoder.h:5,
|
|---|
| 3657 | from libmpcodecs/vd_dmo.c:33:
|
|---|
| 3658 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 3659 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 3660 | |
|
|---|
| 3661 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3662 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 3663 | from E:/MABS/msys64/mingw32/include/malloc.h:9,
|
|---|
| 3664 | from libmpcodecs/vd_dmo.c:22:
|
|---|
| 3665 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 3666 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 3667 | |
|
|---|
| 3668 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3669 | from ./loader/dmo/DMO_VideoDecoder.h:5,
|
|---|
| 3670 | from libmpcodecs/vd_dmo.c:33:
|
|---|
| 3671 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 3672 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 3673 | |
|
|---|
| 3674 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3675 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 3676 | from E:/MABS/msys64/mingw32/include/malloc.h:9,
|
|---|
| 3677 | from libmpcodecs/vd_dmo.c:22:
|
|---|
| 3678 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 3679 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 3680 | |
|
|---|
| 3681 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3682 | from ./loader/dmo/DMO_VideoDecoder.h:5,
|
|---|
| 3683 | from libmpcodecs/vd_dmo.c:33:
|
|---|
| 3684 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 3685 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 3686 | |
|
|---|
| 3687 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3688 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 3689 | from E:/MABS/msys64/mingw32/include/malloc.h:9,
|
|---|
| 3690 | from libmpcodecs/vd_dmo.c:22:
|
|---|
| 3691 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 3692 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 3693 | |
|
|---|
| 3694 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3695 | from ./loader/dmo/DMO_VideoDecoder.h:5,
|
|---|
| 3696 | from libmpcodecs/vd_dmo.c:33:
|
|---|
| 3697 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 3698 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 3699 | |
|
|---|
| 3700 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3701 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 3702 | from E:/MABS/msys64/mingw32/include/malloc.h:9,
|
|---|
| 3703 | from libmpcodecs/vd_dmo.c:22:
|
|---|
| 3704 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 3705 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 3706 | |
|
|---|
| 3707 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3708 | from ./loader/dmo/DMO_VideoDecoder.h:5,
|
|---|
| 3709 | from libmpcodecs/vd_dmo.c:33:
|
|---|
| 3710 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 3711 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 3712 | |
|
|---|
| 3713 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3714 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 3715 | from E:/MABS/msys64/mingw32/include/malloc.h:9,
|
|---|
| 3716 | from libmpcodecs/vd_dmo.c:22:
|
|---|
| 3717 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 3718 | 503 | # define DUMMYUNIONNAME
|
|---|
| 3719 | |
|
|---|
| 3720 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3721 | from ./loader/dmo/DMO_VideoDecoder.h:5,
|
|---|
| 3722 | from libmpcodecs/vd_dmo.c:33:
|
|---|
| 3723 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 3724 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 3725 | |
|
|---|
| 3726 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3727 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 3728 | from E:/MABS/msys64/mingw32/include/malloc.h:9,
|
|---|
| 3729 | from libmpcodecs/vd_dmo.c:22:
|
|---|
| 3730 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 3731 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 3732 | |
|
|---|
| 3733 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3734 | from ./loader/dmo/DMO_VideoDecoder.h:5,
|
|---|
| 3735 | from libmpcodecs/vd_dmo.c:33:
|
|---|
| 3736 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 3737 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 3738 | |
|
|---|
| 3739 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3740 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 3741 | from E:/MABS/msys64/mingw32/include/malloc.h:9,
|
|---|
| 3742 | from libmpcodecs/vd_dmo.c:22:
|
|---|
| 3743 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 3744 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 3745 | |
|
|---|
| 3746 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3747 | from ./loader/dmo/DMO_VideoDecoder.h:5,
|
|---|
| 3748 | from libmpcodecs/vd_dmo.c:33:
|
|---|
| 3749 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 3750 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 3751 | |
|
|---|
| 3752 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3753 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 3754 | from E:/MABS/msys64/mingw32/include/malloc.h:9,
|
|---|
| 3755 | from libmpcodecs/vd_dmo.c:22:
|
|---|
| 3756 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 3757 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 3758 | |
|
|---|
| 3759 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3760 | from ./loader/dmo/DMO_VideoDecoder.h:5,
|
|---|
| 3761 | from libmpcodecs/vd_dmo.c:33:
|
|---|
| 3762 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 3763 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 3764 | |
|
|---|
| 3765 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3766 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 3767 | from E:/MABS/msys64/mingw32/include/malloc.h:9,
|
|---|
| 3768 | from libmpcodecs/vd_dmo.c:22:
|
|---|
| 3769 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 3770 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 3771 | |
|
|---|
| 3772 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3773 | from ./loader/dmo/DMO_VideoDecoder.h:5,
|
|---|
| 3774 | from libmpcodecs/vd_dmo.c:33:
|
|---|
| 3775 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 3776 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 3777 | |
|
|---|
| 3778 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3779 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 3780 | from E:/MABS/msys64/mingw32/include/malloc.h:9,
|
|---|
| 3781 | from libmpcodecs/vd_dmo.c:22:
|
|---|
| 3782 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 3783 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 3784 | |
|
|---|
| 3785 | libmpcodecs/vd_dmo.c: In function 'init':
|
|---|
| 3786 | libmpcodecs/vd_dmo.c:61:40: warning: passing argument 1 of 'DMO_VideoDecoder_Open' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 3787 | 61 | if(!(decoder=DMO_VideoDecoder_Open(codec_idx2str(sh->codec->dll_idx),&sh->codec->guid, sh->bih, 0, 0))){
|
|---|
| 3788 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 3789 | In file included from libmpcodecs/vd_dmo.c:33:
|
|---|
| 3790 | ./loader/dmo/DMO_VideoDecoder.h:11:48: note: expected 'char *' but argument is of type 'const char *'
|
|---|
| 3791 | 11 | DMO_VideoDecoder * DMO_VideoDecoder_Open(char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto);
|
|---|
| 3792 | | ~~~~~~^~~~~~~
|
|---|
| 3793 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_dshow.o libmpcodecs/vd_dshow.c
|
|---|
| 3794 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 3795 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3796 | from ./loader/dshow/DS_VideoDecoder.h:5,
|
|---|
| 3797 | from libmpcodecs/vd_dshow.c:31:
|
|---|
| 3798 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 3799 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 3800 | |
|
|---|
| 3801 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3802 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3803 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3804 | from libmpcodecs/vd_dshow.c:19:
|
|---|
| 3805 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 3806 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 3807 | |
|
|---|
| 3808 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3809 | from ./loader/dshow/DS_VideoDecoder.h:5,
|
|---|
| 3810 | from libmpcodecs/vd_dshow.c:31:
|
|---|
| 3811 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 3812 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 3813 | |
|
|---|
| 3814 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3815 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3816 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3817 | from libmpcodecs/vd_dshow.c:19:
|
|---|
| 3818 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 3819 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 3820 | |
|
|---|
| 3821 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3822 | from ./loader/dshow/DS_VideoDecoder.h:5,
|
|---|
| 3823 | from libmpcodecs/vd_dshow.c:31:
|
|---|
| 3824 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 3825 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 3826 | |
|
|---|
| 3827 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3828 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3829 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3830 | from libmpcodecs/vd_dshow.c:19:
|
|---|
| 3831 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 3832 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 3833 | |
|
|---|
| 3834 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3835 | from ./loader/dshow/DS_VideoDecoder.h:5,
|
|---|
| 3836 | from libmpcodecs/vd_dshow.c:31:
|
|---|
| 3837 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 3838 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 3839 | |
|
|---|
| 3840 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3841 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3842 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3843 | from libmpcodecs/vd_dshow.c:19:
|
|---|
| 3844 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 3845 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 3846 | |
|
|---|
| 3847 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3848 | from ./loader/dshow/DS_VideoDecoder.h:5,
|
|---|
| 3849 | from libmpcodecs/vd_dshow.c:31:
|
|---|
| 3850 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 3851 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 3852 | |
|
|---|
| 3853 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3854 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3855 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3856 | from libmpcodecs/vd_dshow.c:19:
|
|---|
| 3857 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 3858 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 3859 | |
|
|---|
| 3860 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3861 | from ./loader/dshow/DS_VideoDecoder.h:5,
|
|---|
| 3862 | from libmpcodecs/vd_dshow.c:31:
|
|---|
| 3863 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 3864 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 3865 | |
|
|---|
| 3866 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3867 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3868 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3869 | from libmpcodecs/vd_dshow.c:19:
|
|---|
| 3870 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 3871 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 3872 | |
|
|---|
| 3873 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3874 | from ./loader/dshow/DS_VideoDecoder.h:5,
|
|---|
| 3875 | from libmpcodecs/vd_dshow.c:31:
|
|---|
| 3876 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 3877 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 3878 | |
|
|---|
| 3879 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3880 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3881 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3882 | from libmpcodecs/vd_dshow.c:19:
|
|---|
| 3883 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 3884 | 503 | # define DUMMYUNIONNAME
|
|---|
| 3885 | |
|
|---|
| 3886 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3887 | from ./loader/dshow/DS_VideoDecoder.h:5,
|
|---|
| 3888 | from libmpcodecs/vd_dshow.c:31:
|
|---|
| 3889 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 3890 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 3891 | |
|
|---|
| 3892 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3893 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3894 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3895 | from libmpcodecs/vd_dshow.c:19:
|
|---|
| 3896 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 3897 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 3898 | |
|
|---|
| 3899 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3900 | from ./loader/dshow/DS_VideoDecoder.h:5,
|
|---|
| 3901 | from libmpcodecs/vd_dshow.c:31:
|
|---|
| 3902 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 3903 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 3904 | |
|
|---|
| 3905 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3906 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3907 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3908 | from libmpcodecs/vd_dshow.c:19:
|
|---|
| 3909 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 3910 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 3911 | |
|
|---|
| 3912 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3913 | from ./loader/dshow/DS_VideoDecoder.h:5,
|
|---|
| 3914 | from libmpcodecs/vd_dshow.c:31:
|
|---|
| 3915 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 3916 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 3917 | |
|
|---|
| 3918 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3919 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3920 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3921 | from libmpcodecs/vd_dshow.c:19:
|
|---|
| 3922 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 3923 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 3924 | |
|
|---|
| 3925 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3926 | from ./loader/dshow/DS_VideoDecoder.h:5,
|
|---|
| 3927 | from libmpcodecs/vd_dshow.c:31:
|
|---|
| 3928 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 3929 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 3930 | |
|
|---|
| 3931 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3932 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3933 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3934 | from libmpcodecs/vd_dshow.c:19:
|
|---|
| 3935 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 3936 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 3937 | |
|
|---|
| 3938 | In file included from ./loader/wine/vfw.h:9,
|
|---|
| 3939 | from ./loader/dshow/DS_VideoDecoder.h:5,
|
|---|
| 3940 | from libmpcodecs/vd_dshow.c:31:
|
|---|
| 3941 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 3942 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 3943 | |
|
|---|
| 3944 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3945 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3946 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3947 | from libmpcodecs/vd_dshow.c:19:
|
|---|
| 3948 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 3949 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 3950 | |
|
|---|
| 3951 | libmpcodecs/vd_dshow.c: In function 'init':
|
|---|
| 3952 | libmpcodecs/vd_dshow.c:80:43: warning: passing argument 1 of 'DS_VideoDecoder_Open' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 3953 | 80 | if(!(sh->context=DS_VideoDecoder_Open(dll,&sh->codec->guid, sh->bih, 0, 0))){
|
|---|
| 3954 | | ^~~
|
|---|
| 3955 | In file included from libmpcodecs/vd_dshow.c:31:
|
|---|
| 3956 | ./loader/dshow/DS_VideoDecoder.h:11:46: note: expected 'char *' but argument is of type 'const char *'
|
|---|
| 3957 | 11 | DS_VideoDecoder * DS_VideoDecoder_Open(char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto);
|
|---|
| 3958 | | ~~~~~~^~~~~~~
|
|---|
| 3959 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_vfw.o libmpcodecs/vd_vfw.c
|
|---|
| 3960 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 3961 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 3962 | from libmpcodecs/vd_vfw.c:29:
|
|---|
| 3963 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 3964 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 3965 | |
|
|---|
| 3966 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3967 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3968 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3969 | from libmpcodecs/vd_vfw.c:19:
|
|---|
| 3970 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 3971 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 3972 | |
|
|---|
| 3973 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 3974 | from libmpcodecs/vd_vfw.c:29:
|
|---|
| 3975 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 3976 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 3977 | |
|
|---|
| 3978 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3979 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3980 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3981 | from libmpcodecs/vd_vfw.c:19:
|
|---|
| 3982 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 3983 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 3984 | |
|
|---|
| 3985 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 3986 | from libmpcodecs/vd_vfw.c:29:
|
|---|
| 3987 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 3988 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 3989 | |
|
|---|
| 3990 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 3991 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 3992 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 3993 | from libmpcodecs/vd_vfw.c:19:
|
|---|
| 3994 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 3995 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 3996 | |
|
|---|
| 3997 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 3998 | from libmpcodecs/vd_vfw.c:29:
|
|---|
| 3999 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 4000 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 4001 | |
|
|---|
| 4002 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4003 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4004 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4005 | from libmpcodecs/vd_vfw.c:19:
|
|---|
| 4006 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 4007 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 4008 | |
|
|---|
| 4009 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4010 | from libmpcodecs/vd_vfw.c:29:
|
|---|
| 4011 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 4012 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 4013 | |
|
|---|
| 4014 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4015 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4016 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4017 | from libmpcodecs/vd_vfw.c:19:
|
|---|
| 4018 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 4019 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 4020 | |
|
|---|
| 4021 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4022 | from libmpcodecs/vd_vfw.c:29:
|
|---|
| 4023 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 4024 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 4025 | |
|
|---|
| 4026 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4027 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4028 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4029 | from libmpcodecs/vd_vfw.c:19:
|
|---|
| 4030 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 4031 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 4032 | |
|
|---|
| 4033 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4034 | from libmpcodecs/vd_vfw.c:29:
|
|---|
| 4035 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 4036 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 4037 | |
|
|---|
| 4038 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4039 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4040 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4041 | from libmpcodecs/vd_vfw.c:19:
|
|---|
| 4042 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 4043 | 503 | # define DUMMYUNIONNAME
|
|---|
| 4044 | |
|
|---|
| 4045 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4046 | from libmpcodecs/vd_vfw.c:29:
|
|---|
| 4047 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 4048 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 4049 | |
|
|---|
| 4050 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4051 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4052 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4053 | from libmpcodecs/vd_vfw.c:19:
|
|---|
| 4054 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 4055 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 4056 | |
|
|---|
| 4057 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4058 | from libmpcodecs/vd_vfw.c:29:
|
|---|
| 4059 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 4060 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 4061 | |
|
|---|
| 4062 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4063 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4064 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4065 | from libmpcodecs/vd_vfw.c:19:
|
|---|
| 4066 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 4067 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 4068 | |
|
|---|
| 4069 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4070 | from libmpcodecs/vd_vfw.c:29:
|
|---|
| 4071 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 4072 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 4073 | |
|
|---|
| 4074 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4075 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4076 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4077 | from libmpcodecs/vd_vfw.c:19:
|
|---|
| 4078 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 4079 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 4080 | |
|
|---|
| 4081 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4082 | from libmpcodecs/vd_vfw.c:29:
|
|---|
| 4083 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 4084 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 4085 | |
|
|---|
| 4086 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4087 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4088 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4089 | from libmpcodecs/vd_vfw.c:19:
|
|---|
| 4090 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 4091 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 4092 | |
|
|---|
| 4093 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4094 | from libmpcodecs/vd_vfw.c:29:
|
|---|
| 4095 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 4096 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 4097 | |
|
|---|
| 4098 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4099 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4100 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4101 | from libmpcodecs/vd_vfw.c:19:
|
|---|
| 4102 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 4103 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 4104 | |
|
|---|
| 4105 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_vfwex.o libmpcodecs/vd_vfwex.c
|
|---|
| 4106 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 4107 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4108 | from libmpcodecs/vd_vfw.c:29,
|
|---|
| 4109 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4110 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 4111 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 4112 | |
|
|---|
| 4113 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4114 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4115 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4116 | from libmpcodecs/vd_vfw.c:19,
|
|---|
| 4117 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4118 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 4119 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 4120 | |
|
|---|
| 4121 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4122 | from libmpcodecs/vd_vfw.c:29,
|
|---|
| 4123 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4124 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 4125 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 4126 | |
|
|---|
| 4127 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4128 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4129 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4130 | from libmpcodecs/vd_vfw.c:19,
|
|---|
| 4131 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4132 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 4133 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 4134 | |
|
|---|
| 4135 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4136 | from libmpcodecs/vd_vfw.c:29,
|
|---|
| 4137 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4138 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 4139 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 4140 | |
|
|---|
| 4141 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4142 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4143 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4144 | from libmpcodecs/vd_vfw.c:19,
|
|---|
| 4145 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4146 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 4147 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 4148 | |
|
|---|
| 4149 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4150 | from libmpcodecs/vd_vfw.c:29,
|
|---|
| 4151 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4152 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 4153 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 4154 | |
|
|---|
| 4155 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4156 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4157 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4158 | from libmpcodecs/vd_vfw.c:19,
|
|---|
| 4159 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4160 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 4161 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 4162 | |
|
|---|
| 4163 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4164 | from libmpcodecs/vd_vfw.c:29,
|
|---|
| 4165 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4166 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 4167 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 4168 | |
|
|---|
| 4169 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4170 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4171 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4172 | from libmpcodecs/vd_vfw.c:19,
|
|---|
| 4173 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4174 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 4175 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 4176 | |
|
|---|
| 4177 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4178 | from libmpcodecs/vd_vfw.c:29,
|
|---|
| 4179 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4180 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 4181 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 4182 | |
|
|---|
| 4183 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4184 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4185 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4186 | from libmpcodecs/vd_vfw.c:19,
|
|---|
| 4187 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4188 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 4189 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 4190 | |
|
|---|
| 4191 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4192 | from libmpcodecs/vd_vfw.c:29,
|
|---|
| 4193 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4194 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 4195 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 4196 | |
|
|---|
| 4197 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4198 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4199 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4200 | from libmpcodecs/vd_vfw.c:19,
|
|---|
| 4201 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4202 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 4203 | 503 | # define DUMMYUNIONNAME
|
|---|
| 4204 | |
|
|---|
| 4205 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4206 | from libmpcodecs/vd_vfw.c:29,
|
|---|
| 4207 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4208 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 4209 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 4210 | |
|
|---|
| 4211 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4212 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4213 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4214 | from libmpcodecs/vd_vfw.c:19,
|
|---|
| 4215 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4216 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 4217 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 4218 | |
|
|---|
| 4219 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4220 | from libmpcodecs/vd_vfw.c:29,
|
|---|
| 4221 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4222 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 4223 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 4224 | |
|
|---|
| 4225 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4226 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4227 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4228 | from libmpcodecs/vd_vfw.c:19,
|
|---|
| 4229 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4230 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 4231 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 4232 | |
|
|---|
| 4233 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4234 | from libmpcodecs/vd_vfw.c:29,
|
|---|
| 4235 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4236 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 4237 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 4238 | |
|
|---|
| 4239 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4240 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4241 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4242 | from libmpcodecs/vd_vfw.c:19,
|
|---|
| 4243 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4244 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 4245 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 4246 | |
|
|---|
| 4247 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4248 | from libmpcodecs/vd_vfw.c:29,
|
|---|
| 4249 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4250 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 4251 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 4252 | |
|
|---|
| 4253 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4254 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4255 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4256 | from libmpcodecs/vd_vfw.c:19,
|
|---|
| 4257 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4258 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 4259 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 4260 | |
|
|---|
| 4261 | In file included from ./loader/wine/driver.h:8,
|
|---|
| 4262 | from libmpcodecs/vd_vfw.c:29,
|
|---|
| 4263 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4264 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 4265 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 4266 | |
|
|---|
| 4267 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4268 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4269 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4270 | from libmpcodecs/vd_vfw.c:19,
|
|---|
| 4271 | from libmpcodecs/vd_vfwex.c:4:
|
|---|
| 4272 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 4273 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 4274 | |
|
|---|
| 4275 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpdemux/demux_avs.o libmpdemux/demux_avs.c
|
|---|
| 4276 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 4277 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 4278 | from ./loader/wine/winbase.h:5,
|
|---|
| 4279 | from libmpdemux/demux_avs.c:36:
|
|---|
| 4280 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 4281 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 4282 | |
|
|---|
| 4283 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4284 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4285 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4286 | from libmpdemux/demux_avs.c:22:
|
|---|
| 4287 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 4288 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 4289 | |
|
|---|
| 4290 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 4291 | from ./loader/wine/winbase.h:5,
|
|---|
| 4292 | from libmpdemux/demux_avs.c:36:
|
|---|
| 4293 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 4294 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 4295 | |
|
|---|
| 4296 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4297 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4298 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4299 | from libmpdemux/demux_avs.c:22:
|
|---|
| 4300 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 4301 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 4302 | |
|
|---|
| 4303 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 4304 | from ./loader/wine/winbase.h:5,
|
|---|
| 4305 | from libmpdemux/demux_avs.c:36:
|
|---|
| 4306 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 4307 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 4308 | |
|
|---|
| 4309 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4310 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4311 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4312 | from libmpdemux/demux_avs.c:22:
|
|---|
| 4313 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 4314 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 4315 | |
|
|---|
| 4316 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 4317 | from ./loader/wine/winbase.h:5,
|
|---|
| 4318 | from libmpdemux/demux_avs.c:36:
|
|---|
| 4319 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 4320 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 4321 | |
|
|---|
| 4322 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4323 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4324 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4325 | from libmpdemux/demux_avs.c:22:
|
|---|
| 4326 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 4327 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 4328 | |
|
|---|
| 4329 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 4330 | from ./loader/wine/winbase.h:5,
|
|---|
| 4331 | from libmpdemux/demux_avs.c:36:
|
|---|
| 4332 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 4333 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 4334 | |
|
|---|
| 4335 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4336 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4337 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4338 | from libmpdemux/demux_avs.c:22:
|
|---|
| 4339 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 4340 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 4341 | |
|
|---|
| 4342 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 4343 | from ./loader/wine/winbase.h:5,
|
|---|
| 4344 | from libmpdemux/demux_avs.c:36:
|
|---|
| 4345 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 4346 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 4347 | |
|
|---|
| 4348 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4349 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4350 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4351 | from libmpdemux/demux_avs.c:22:
|
|---|
| 4352 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 4353 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 4354 | |
|
|---|
| 4355 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 4356 | from ./loader/wine/winbase.h:5,
|
|---|
| 4357 | from libmpdemux/demux_avs.c:36:
|
|---|
| 4358 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 4359 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 4360 | |
|
|---|
| 4361 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4362 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4363 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4364 | from libmpdemux/demux_avs.c:22:
|
|---|
| 4365 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 4366 | 503 | # define DUMMYUNIONNAME
|
|---|
| 4367 | |
|
|---|
| 4368 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 4369 | from ./loader/wine/winbase.h:5,
|
|---|
| 4370 | from libmpdemux/demux_avs.c:36:
|
|---|
| 4371 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 4372 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 4373 | |
|
|---|
| 4374 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4375 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4376 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4377 | from libmpdemux/demux_avs.c:22:
|
|---|
| 4378 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 4379 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 4380 | |
|
|---|
| 4381 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 4382 | from ./loader/wine/winbase.h:5,
|
|---|
| 4383 | from libmpdemux/demux_avs.c:36:
|
|---|
| 4384 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 4385 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 4386 | |
|
|---|
| 4387 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4388 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4389 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4390 | from libmpdemux/demux_avs.c:22:
|
|---|
| 4391 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 4392 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 4393 | |
|
|---|
| 4394 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 4395 | from ./loader/wine/winbase.h:5,
|
|---|
| 4396 | from libmpdemux/demux_avs.c:36:
|
|---|
| 4397 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 4398 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 4399 | |
|
|---|
| 4400 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4401 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4402 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4403 | from libmpdemux/demux_avs.c:22:
|
|---|
| 4404 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 4405 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 4406 | |
|
|---|
| 4407 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 4408 | from ./loader/wine/winbase.h:5,
|
|---|
| 4409 | from libmpdemux/demux_avs.c:36:
|
|---|
| 4410 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 4411 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 4412 | |
|
|---|
| 4413 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4414 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4415 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4416 | from libmpdemux/demux_avs.c:22:
|
|---|
| 4417 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 4418 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 4419 | |
|
|---|
| 4420 | In file included from ./loader/wine/winnt.h:10,
|
|---|
| 4421 | from ./loader/wine/winbase.h:5,
|
|---|
| 4422 | from libmpdemux/demux_avs.c:36:
|
|---|
| 4423 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 4424 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 4425 | |
|
|---|
| 4426 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4427 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4428 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4429 | from libmpdemux/demux_avs.c:22:
|
|---|
| 4430 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 4431 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 4432 | |
|
|---|
| 4433 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/afl.o loader/afl.c
|
|---|
| 4434 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 4435 | loader/afl.c: In function 'acmDriverOpen':
|
|---|
| 4436 | loader/afl.c:230:24: warning: assignment to 'DRIVERPROC' {aka 'long int (__attribute__((stdcall)) *)(long unsigned int, unsigned int, unsigned int, long int, long int)'} from incompatible pointer type 'FARPROC' {aka 'long int (__attribute__((stdcall)) *)(void)'} [-Wincompatible-pointer-types]
|
|---|
| 4437 | 230 | pad->pfnDriverProc = GetProcAddress(pad->hDrvr, "DriverProc");
|
|---|
| 4438 | | ^
|
|---|
| 4439 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/drv.o loader/drv.c
|
|---|
| 4440 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 4441 | In file included from loader/win32.h:11,
|
|---|
| 4442 | from loader/drv.c:15:
|
|---|
| 4443 | loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 4444 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 4445 | |
|
|---|
| 4446 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4447 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4448 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4449 | from loader/drv.c:9:
|
|---|
| 4450 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 4451 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 4452 | |
|
|---|
| 4453 | In file included from loader/win32.h:11,
|
|---|
| 4454 | from loader/drv.c:15:
|
|---|
| 4455 | loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 4456 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 4457 | |
|
|---|
| 4458 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4459 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4460 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4461 | from loader/drv.c:9:
|
|---|
| 4462 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 4463 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 4464 | |
|
|---|
| 4465 | In file included from loader/win32.h:11,
|
|---|
| 4466 | from loader/drv.c:15:
|
|---|
| 4467 | loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 4468 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 4469 | |
|
|---|
| 4470 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4471 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4472 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4473 | from loader/drv.c:9:
|
|---|
| 4474 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 4475 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 4476 | |
|
|---|
| 4477 | In file included from loader/win32.h:11,
|
|---|
| 4478 | from loader/drv.c:15:
|
|---|
| 4479 | loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 4480 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 4481 | |
|
|---|
| 4482 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4483 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4484 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4485 | from loader/drv.c:9:
|
|---|
| 4486 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 4487 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 4488 | |
|
|---|
| 4489 | In file included from loader/win32.h:11,
|
|---|
| 4490 | from loader/drv.c:15:
|
|---|
| 4491 | loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 4492 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 4493 | |
|
|---|
| 4494 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4495 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4496 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4497 | from loader/drv.c:9:
|
|---|
| 4498 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 4499 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 4500 | |
|
|---|
| 4501 | In file included from loader/win32.h:11,
|
|---|
| 4502 | from loader/drv.c:15:
|
|---|
| 4503 | loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 4504 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 4505 | |
|
|---|
| 4506 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4507 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4508 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4509 | from loader/drv.c:9:
|
|---|
| 4510 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 4511 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 4512 | |
|
|---|
| 4513 | In file included from loader/win32.h:11,
|
|---|
| 4514 | from loader/drv.c:15:
|
|---|
| 4515 | loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 4516 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 4517 | |
|
|---|
| 4518 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4519 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4520 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4521 | from loader/drv.c:9:
|
|---|
| 4522 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 4523 | 503 | # define DUMMYUNIONNAME
|
|---|
| 4524 | |
|
|---|
| 4525 | In file included from loader/win32.h:11,
|
|---|
| 4526 | from loader/drv.c:15:
|
|---|
| 4527 | loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 4528 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 4529 | |
|
|---|
| 4530 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4531 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4532 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4533 | from loader/drv.c:9:
|
|---|
| 4534 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 4535 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 4536 | |
|
|---|
| 4537 | In file included from loader/win32.h:11,
|
|---|
| 4538 | from loader/drv.c:15:
|
|---|
| 4539 | loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 4540 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 4541 | |
|
|---|
| 4542 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4543 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4544 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4545 | from loader/drv.c:9:
|
|---|
| 4546 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 4547 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 4548 | |
|
|---|
| 4549 | In file included from loader/win32.h:11,
|
|---|
| 4550 | from loader/drv.c:15:
|
|---|
| 4551 | loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 4552 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 4553 | |
|
|---|
| 4554 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4555 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4556 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4557 | from loader/drv.c:9:
|
|---|
| 4558 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 4559 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 4560 | |
|
|---|
| 4561 | In file included from loader/win32.h:11,
|
|---|
| 4562 | from loader/drv.c:15:
|
|---|
| 4563 | loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 4564 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 4565 | |
|
|---|
| 4566 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4567 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4568 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4569 | from loader/drv.c:9:
|
|---|
| 4570 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 4571 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 4572 | |
|
|---|
| 4573 | In file included from loader/win32.h:11,
|
|---|
| 4574 | from loader/drv.c:15:
|
|---|
| 4575 | loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 4576 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 4577 | |
|
|---|
| 4578 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4579 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4580 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4581 | from loader/drv.c:9:
|
|---|
| 4582 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 4583 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 4584 | |
|
|---|
| 4585 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/vfl.o loader/vfl.c
|
|---|
| 4586 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 4587 | In file included from loader/win32.h:11,
|
|---|
| 4588 | from loader/vfl.c:14:
|
|---|
| 4589 | loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 4590 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 4591 | |
|
|---|
| 4592 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4593 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4594 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4595 | from loader/vfl.c:10:
|
|---|
| 4596 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 4597 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 4598 | |
|
|---|
| 4599 | In file included from loader/win32.h:11,
|
|---|
| 4600 | from loader/vfl.c:14:
|
|---|
| 4601 | loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 4602 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 4603 | |
|
|---|
| 4604 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4605 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4606 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4607 | from loader/vfl.c:10:
|
|---|
| 4608 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 4609 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 4610 | |
|
|---|
| 4611 | In file included from loader/win32.h:11,
|
|---|
| 4612 | from loader/vfl.c:14:
|
|---|
| 4613 | loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 4614 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 4615 | |
|
|---|
| 4616 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4617 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4618 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4619 | from loader/vfl.c:10:
|
|---|
| 4620 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 4621 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 4622 | |
|
|---|
| 4623 | In file included from loader/win32.h:11,
|
|---|
| 4624 | from loader/vfl.c:14:
|
|---|
| 4625 | loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 4626 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 4627 | |
|
|---|
| 4628 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4629 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4630 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4631 | from loader/vfl.c:10:
|
|---|
| 4632 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 4633 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 4634 | |
|
|---|
| 4635 | In file included from loader/win32.h:11,
|
|---|
| 4636 | from loader/vfl.c:14:
|
|---|
| 4637 | loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 4638 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 4639 | |
|
|---|
| 4640 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4641 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4642 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4643 | from loader/vfl.c:10:
|
|---|
| 4644 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 4645 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 4646 | |
|
|---|
| 4647 | In file included from loader/win32.h:11,
|
|---|
| 4648 | from loader/vfl.c:14:
|
|---|
| 4649 | loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 4650 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 4651 | |
|
|---|
| 4652 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4653 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4654 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4655 | from loader/vfl.c:10:
|
|---|
| 4656 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 4657 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 4658 | |
|
|---|
| 4659 | In file included from loader/win32.h:11,
|
|---|
| 4660 | from loader/vfl.c:14:
|
|---|
| 4661 | loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 4662 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 4663 | |
|
|---|
| 4664 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4665 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4666 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4667 | from loader/vfl.c:10:
|
|---|
| 4668 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 4669 | 503 | # define DUMMYUNIONNAME
|
|---|
| 4670 | |
|
|---|
| 4671 | In file included from loader/win32.h:11,
|
|---|
| 4672 | from loader/vfl.c:14:
|
|---|
| 4673 | loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 4674 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 4675 | |
|
|---|
| 4676 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4677 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4678 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4679 | from loader/vfl.c:10:
|
|---|
| 4680 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 4681 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 4682 | |
|
|---|
| 4683 | In file included from loader/win32.h:11,
|
|---|
| 4684 | from loader/vfl.c:14:
|
|---|
| 4685 | loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 4686 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 4687 | |
|
|---|
| 4688 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4689 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4690 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4691 | from loader/vfl.c:10:
|
|---|
| 4692 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 4693 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 4694 | |
|
|---|
| 4695 | In file included from loader/win32.h:11,
|
|---|
| 4696 | from loader/vfl.c:14:
|
|---|
| 4697 | loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 4698 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 4699 | |
|
|---|
| 4700 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4701 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4702 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4703 | from loader/vfl.c:10:
|
|---|
| 4704 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 4705 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 4706 | |
|
|---|
| 4707 | In file included from loader/win32.h:11,
|
|---|
| 4708 | from loader/vfl.c:14:
|
|---|
| 4709 | loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 4710 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 4711 | |
|
|---|
| 4712 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4713 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4714 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4715 | from loader/vfl.c:10:
|
|---|
| 4716 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 4717 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 4718 | |
|
|---|
| 4719 | In file included from loader/win32.h:11,
|
|---|
| 4720 | from loader/vfl.c:14:
|
|---|
| 4721 | loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 4722 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 4723 | |
|
|---|
| 4724 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4725 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 4726 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 4727 | from loader/vfl.c:10:
|
|---|
| 4728 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 4729 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 4730 | |
|
|---|
| 4731 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dshow/DS_AudioDecoder.o loader/dshow/DS_AudioDecoder.c
|
|---|
| 4732 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 4733 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 4734 | from loader/dshow/libwin32.h:9,
|
|---|
| 4735 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4736 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 4737 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 4738 | |
|
|---|
| 4739 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4740 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4741 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 4742 | from loader/dshow/libwin32.h:6,
|
|---|
| 4743 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4744 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 4745 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 4746 | |
|
|---|
| 4747 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 4748 | from loader/dshow/libwin32.h:9,
|
|---|
| 4749 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4750 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 4751 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 4752 | |
|
|---|
| 4753 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4754 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4755 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 4756 | from loader/dshow/libwin32.h:6,
|
|---|
| 4757 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4758 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 4759 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 4760 | |
|
|---|
| 4761 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 4762 | from loader/dshow/libwin32.h:9,
|
|---|
| 4763 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4764 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 4765 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 4766 | |
|
|---|
| 4767 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4768 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4769 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 4770 | from loader/dshow/libwin32.h:6,
|
|---|
| 4771 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4772 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 4773 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 4774 | |
|
|---|
| 4775 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 4776 | from loader/dshow/libwin32.h:9,
|
|---|
| 4777 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4778 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 4779 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 4780 | |
|
|---|
| 4781 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4782 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4783 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 4784 | from loader/dshow/libwin32.h:6,
|
|---|
| 4785 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4786 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 4787 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 4788 | |
|
|---|
| 4789 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 4790 | from loader/dshow/libwin32.h:9,
|
|---|
| 4791 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4792 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 4793 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 4794 | |
|
|---|
| 4795 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4796 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4797 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 4798 | from loader/dshow/libwin32.h:6,
|
|---|
| 4799 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4800 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 4801 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 4802 | |
|
|---|
| 4803 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 4804 | from loader/dshow/libwin32.h:9,
|
|---|
| 4805 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4806 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 4807 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 4808 | |
|
|---|
| 4809 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4810 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4811 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 4812 | from loader/dshow/libwin32.h:6,
|
|---|
| 4813 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4814 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 4815 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 4816 | |
|
|---|
| 4817 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 4818 | from loader/dshow/libwin32.h:9,
|
|---|
| 4819 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4820 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 4821 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 4822 | |
|
|---|
| 4823 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4824 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4825 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 4826 | from loader/dshow/libwin32.h:6,
|
|---|
| 4827 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4828 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 4829 | 503 | # define DUMMYUNIONNAME
|
|---|
| 4830 | |
|
|---|
| 4831 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 4832 | from loader/dshow/libwin32.h:9,
|
|---|
| 4833 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4834 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 4835 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 4836 | |
|
|---|
| 4837 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4838 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4839 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 4840 | from loader/dshow/libwin32.h:6,
|
|---|
| 4841 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4842 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 4843 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 4844 | |
|
|---|
| 4845 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 4846 | from loader/dshow/libwin32.h:9,
|
|---|
| 4847 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4848 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 4849 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 4850 | |
|
|---|
| 4851 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4852 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4853 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 4854 | from loader/dshow/libwin32.h:6,
|
|---|
| 4855 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4856 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 4857 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 4858 | |
|
|---|
| 4859 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 4860 | from loader/dshow/libwin32.h:9,
|
|---|
| 4861 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4862 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 4863 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 4864 | |
|
|---|
| 4865 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4866 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4867 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 4868 | from loader/dshow/libwin32.h:6,
|
|---|
| 4869 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4870 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 4871 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 4872 | |
|
|---|
| 4873 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 4874 | from loader/dshow/libwin32.h:9,
|
|---|
| 4875 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4876 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 4877 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 4878 | |
|
|---|
| 4879 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4880 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4881 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 4882 | from loader/dshow/libwin32.h:6,
|
|---|
| 4883 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4884 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 4885 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 4886 | |
|
|---|
| 4887 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 4888 | from loader/dshow/libwin32.h:9,
|
|---|
| 4889 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4890 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 4891 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 4892 | |
|
|---|
| 4893 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4894 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4895 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 4896 | from loader/dshow/libwin32.h:6,
|
|---|
| 4897 | from loader/dshow/DS_AudioDecoder.c:9:
|
|---|
| 4898 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 4899 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 4900 | |
|
|---|
| 4901 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dshow/DS_Filter.o loader/dshow/DS_Filter.c
|
|---|
| 4902 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 4903 | In file included from ./loader/wine/module.h:10,
|
|---|
| 4904 | from loader/dshow/guids.h:14,
|
|---|
| 4905 | from loader/dshow/iunk.h:9,
|
|---|
| 4906 | from loader/dshow/interfaces.h:10,
|
|---|
| 4907 | from loader/dshow/inputpin.h:4,
|
|---|
| 4908 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 4909 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 4910 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 4911 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 4912 | |
|
|---|
| 4913 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4914 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4915 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 4916 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 4917 | from ./loader/com.h:9,
|
|---|
| 4918 | from loader/dshow/guids.h:10,
|
|---|
| 4919 | from loader/dshow/iunk.h:9,
|
|---|
| 4920 | from loader/dshow/interfaces.h:10,
|
|---|
| 4921 | from loader/dshow/inputpin.h:4,
|
|---|
| 4922 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 4923 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 4924 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 4925 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 4926 | |
|
|---|
| 4927 | In file included from ./loader/wine/module.h:10,
|
|---|
| 4928 | from loader/dshow/guids.h:14,
|
|---|
| 4929 | from loader/dshow/iunk.h:9,
|
|---|
| 4930 | from loader/dshow/interfaces.h:10,
|
|---|
| 4931 | from loader/dshow/inputpin.h:4,
|
|---|
| 4932 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 4933 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 4934 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 4935 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 4936 | |
|
|---|
| 4937 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4938 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4939 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 4940 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 4941 | from ./loader/com.h:9,
|
|---|
| 4942 | from loader/dshow/guids.h:10,
|
|---|
| 4943 | from loader/dshow/iunk.h:9,
|
|---|
| 4944 | from loader/dshow/interfaces.h:10,
|
|---|
| 4945 | from loader/dshow/inputpin.h:4,
|
|---|
| 4946 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 4947 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 4948 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 4949 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 4950 | |
|
|---|
| 4951 | In file included from ./loader/wine/module.h:10,
|
|---|
| 4952 | from loader/dshow/guids.h:14,
|
|---|
| 4953 | from loader/dshow/iunk.h:9,
|
|---|
| 4954 | from loader/dshow/interfaces.h:10,
|
|---|
| 4955 | from loader/dshow/inputpin.h:4,
|
|---|
| 4956 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 4957 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 4958 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 4959 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 4960 | |
|
|---|
| 4961 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4962 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4963 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 4964 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 4965 | from ./loader/com.h:9,
|
|---|
| 4966 | from loader/dshow/guids.h:10,
|
|---|
| 4967 | from loader/dshow/iunk.h:9,
|
|---|
| 4968 | from loader/dshow/interfaces.h:10,
|
|---|
| 4969 | from loader/dshow/inputpin.h:4,
|
|---|
| 4970 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 4971 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 4972 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 4973 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 4974 | |
|
|---|
| 4975 | In file included from ./loader/wine/module.h:10,
|
|---|
| 4976 | from loader/dshow/guids.h:14,
|
|---|
| 4977 | from loader/dshow/iunk.h:9,
|
|---|
| 4978 | from loader/dshow/interfaces.h:10,
|
|---|
| 4979 | from loader/dshow/inputpin.h:4,
|
|---|
| 4980 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 4981 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 4982 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 4983 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 4984 | |
|
|---|
| 4985 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 4986 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 4987 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 4988 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 4989 | from ./loader/com.h:9,
|
|---|
| 4990 | from loader/dshow/guids.h:10,
|
|---|
| 4991 | from loader/dshow/iunk.h:9,
|
|---|
| 4992 | from loader/dshow/interfaces.h:10,
|
|---|
| 4993 | from loader/dshow/inputpin.h:4,
|
|---|
| 4994 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 4995 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 4996 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 4997 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 4998 | |
|
|---|
| 4999 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5000 | from loader/dshow/guids.h:14,
|
|---|
| 5001 | from loader/dshow/iunk.h:9,
|
|---|
| 5002 | from loader/dshow/interfaces.h:10,
|
|---|
| 5003 | from loader/dshow/inputpin.h:4,
|
|---|
| 5004 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5005 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5006 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 5007 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 5008 | |
|
|---|
| 5009 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5010 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5011 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5012 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5013 | from ./loader/com.h:9,
|
|---|
| 5014 | from loader/dshow/guids.h:10,
|
|---|
| 5015 | from loader/dshow/iunk.h:9,
|
|---|
| 5016 | from loader/dshow/interfaces.h:10,
|
|---|
| 5017 | from loader/dshow/inputpin.h:4,
|
|---|
| 5018 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5019 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5020 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 5021 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 5022 | |
|
|---|
| 5023 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5024 | from loader/dshow/guids.h:14,
|
|---|
| 5025 | from loader/dshow/iunk.h:9,
|
|---|
| 5026 | from loader/dshow/interfaces.h:10,
|
|---|
| 5027 | from loader/dshow/inputpin.h:4,
|
|---|
| 5028 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5029 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5030 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 5031 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 5032 | |
|
|---|
| 5033 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5034 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5035 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5036 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5037 | from ./loader/com.h:9,
|
|---|
| 5038 | from loader/dshow/guids.h:10,
|
|---|
| 5039 | from loader/dshow/iunk.h:9,
|
|---|
| 5040 | from loader/dshow/interfaces.h:10,
|
|---|
| 5041 | from loader/dshow/inputpin.h:4,
|
|---|
| 5042 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5043 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5044 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 5045 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 5046 | |
|
|---|
| 5047 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5048 | from loader/dshow/guids.h:14,
|
|---|
| 5049 | from loader/dshow/iunk.h:9,
|
|---|
| 5050 | from loader/dshow/interfaces.h:10,
|
|---|
| 5051 | from loader/dshow/inputpin.h:4,
|
|---|
| 5052 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5053 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5054 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 5055 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 5056 | |
|
|---|
| 5057 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5058 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5059 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5060 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5061 | from ./loader/com.h:9,
|
|---|
| 5062 | from loader/dshow/guids.h:10,
|
|---|
| 5063 | from loader/dshow/iunk.h:9,
|
|---|
| 5064 | from loader/dshow/interfaces.h:10,
|
|---|
| 5065 | from loader/dshow/inputpin.h:4,
|
|---|
| 5066 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5067 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5068 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 5069 | 503 | # define DUMMYUNIONNAME
|
|---|
| 5070 | |
|
|---|
| 5071 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5072 | from loader/dshow/guids.h:14,
|
|---|
| 5073 | from loader/dshow/iunk.h:9,
|
|---|
| 5074 | from loader/dshow/interfaces.h:10,
|
|---|
| 5075 | from loader/dshow/inputpin.h:4,
|
|---|
| 5076 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5077 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5078 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 5079 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 5080 | |
|
|---|
| 5081 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5082 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5083 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5084 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5085 | from ./loader/com.h:9,
|
|---|
| 5086 | from loader/dshow/guids.h:10,
|
|---|
| 5087 | from loader/dshow/iunk.h:9,
|
|---|
| 5088 | from loader/dshow/interfaces.h:10,
|
|---|
| 5089 | from loader/dshow/inputpin.h:4,
|
|---|
| 5090 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5091 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5092 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 5093 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 5094 | |
|
|---|
| 5095 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5096 | from loader/dshow/guids.h:14,
|
|---|
| 5097 | from loader/dshow/iunk.h:9,
|
|---|
| 5098 | from loader/dshow/interfaces.h:10,
|
|---|
| 5099 | from loader/dshow/inputpin.h:4,
|
|---|
| 5100 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5101 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5102 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 5103 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 5104 | |
|
|---|
| 5105 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5106 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5107 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5108 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5109 | from ./loader/com.h:9,
|
|---|
| 5110 | from loader/dshow/guids.h:10,
|
|---|
| 5111 | from loader/dshow/iunk.h:9,
|
|---|
| 5112 | from loader/dshow/interfaces.h:10,
|
|---|
| 5113 | from loader/dshow/inputpin.h:4,
|
|---|
| 5114 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5115 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5116 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 5117 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 5118 | |
|
|---|
| 5119 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5120 | from loader/dshow/guids.h:14,
|
|---|
| 5121 | from loader/dshow/iunk.h:9,
|
|---|
| 5122 | from loader/dshow/interfaces.h:10,
|
|---|
| 5123 | from loader/dshow/inputpin.h:4,
|
|---|
| 5124 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5125 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5126 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 5127 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 5128 | |
|
|---|
| 5129 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5130 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5131 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5132 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5133 | from ./loader/com.h:9,
|
|---|
| 5134 | from loader/dshow/guids.h:10,
|
|---|
| 5135 | from loader/dshow/iunk.h:9,
|
|---|
| 5136 | from loader/dshow/interfaces.h:10,
|
|---|
| 5137 | from loader/dshow/inputpin.h:4,
|
|---|
| 5138 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5139 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5140 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 5141 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 5142 | |
|
|---|
| 5143 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5144 | from loader/dshow/guids.h:14,
|
|---|
| 5145 | from loader/dshow/iunk.h:9,
|
|---|
| 5146 | from loader/dshow/interfaces.h:10,
|
|---|
| 5147 | from loader/dshow/inputpin.h:4,
|
|---|
| 5148 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5149 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5150 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 5151 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 5152 | |
|
|---|
| 5153 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5154 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5155 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5156 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5157 | from ./loader/com.h:9,
|
|---|
| 5158 | from loader/dshow/guids.h:10,
|
|---|
| 5159 | from loader/dshow/iunk.h:9,
|
|---|
| 5160 | from loader/dshow/interfaces.h:10,
|
|---|
| 5161 | from loader/dshow/inputpin.h:4,
|
|---|
| 5162 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5163 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5164 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 5165 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 5166 | |
|
|---|
| 5167 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5168 | from loader/dshow/guids.h:14,
|
|---|
| 5169 | from loader/dshow/iunk.h:9,
|
|---|
| 5170 | from loader/dshow/interfaces.h:10,
|
|---|
| 5171 | from loader/dshow/inputpin.h:4,
|
|---|
| 5172 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5173 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5174 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 5175 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 5176 | |
|
|---|
| 5177 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5178 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5179 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5180 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5181 | from ./loader/com.h:9,
|
|---|
| 5182 | from loader/dshow/guids.h:10,
|
|---|
| 5183 | from loader/dshow/iunk.h:9,
|
|---|
| 5184 | from loader/dshow/interfaces.h:10,
|
|---|
| 5185 | from loader/dshow/inputpin.h:4,
|
|---|
| 5186 | from loader/dshow/DS_Filter.h:4,
|
|---|
| 5187 | from loader/dshow/DS_Filter.c:7:
|
|---|
| 5188 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 5189 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 5190 | |
|
|---|
| 5191 | loader/dshow/DS_Filter.c: In function 'DS_FilterCreate':
|
|---|
| 5192 | loader/dshow/DS_Filter.c:219:32: warning: passing argument 1 of 'enum_pins->vt->Release' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 5193 | 219 | enum_pins->vt->Release(enum_pins);
|
|---|
| 5194 | | ^~~~~~~~~
|
|---|
| 5195 | | |
|
|---|
| 5196 | | IEnumPins *
|
|---|
| 5197 | loader/dshow/DS_Filter.c:219:32: note: expected 'IUnknown *' but argument is of type 'IEnumPins *'
|
|---|
| 5198 | loader/dshow/DS_Filter.c:309:26: warning: passing argument 1 of 'tempAll->vt->Release' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 5199 | 309 | tempAll->vt->Release(tempAll);
|
|---|
| 5200 | | ^~~~~~~
|
|---|
| 5201 | | |
|
|---|
| 5202 | | MemAllocator *
|
|---|
| 5203 | loader/dshow/DS_Filter.c:309:26: note: expected 'IUnknown *' but argument is of type 'MemAllocator *'
|
|---|
| 5204 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dshow/DS_VideoDecoder.o loader/dshow/DS_VideoDecoder.c
|
|---|
| 5205 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 5206 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5207 | from loader/dshow/guids.h:14,
|
|---|
| 5208 | from loader/dshow/DS_VideoDecoder.c:9:
|
|---|
| 5209 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 5210 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 5211 | |
|
|---|
| 5212 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5213 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5214 | from E:/MABS/msys64/mingw32/include/stddef.h:7,
|
|---|
| 5215 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stddef.h:1,
|
|---|
| 5216 | from ffmpeg/libavutil/avstring.h:24,
|
|---|
| 5217 | from loader/dshow/DS_VideoDecoder.c:8:
|
|---|
| 5218 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 5219 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 5220 | |
|
|---|
| 5221 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5222 | from loader/dshow/guids.h:14,
|
|---|
| 5223 | from loader/dshow/DS_VideoDecoder.c:9:
|
|---|
| 5224 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 5225 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 5226 | |
|
|---|
| 5227 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5228 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5229 | from E:/MABS/msys64/mingw32/include/stddef.h:7,
|
|---|
| 5230 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stddef.h:1,
|
|---|
| 5231 | from ffmpeg/libavutil/avstring.h:24,
|
|---|
| 5232 | from loader/dshow/DS_VideoDecoder.c:8:
|
|---|
| 5233 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 5234 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 5235 | |
|
|---|
| 5236 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5237 | from loader/dshow/guids.h:14,
|
|---|
| 5238 | from loader/dshow/DS_VideoDecoder.c:9:
|
|---|
| 5239 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 5240 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 5241 | |
|
|---|
| 5242 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5243 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5244 | from E:/MABS/msys64/mingw32/include/stddef.h:7,
|
|---|
| 5245 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stddef.h:1,
|
|---|
| 5246 | from ffmpeg/libavutil/avstring.h:24,
|
|---|
| 5247 | from loader/dshow/DS_VideoDecoder.c:8:
|
|---|
| 5248 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 5249 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 5250 | |
|
|---|
| 5251 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5252 | from loader/dshow/guids.h:14,
|
|---|
| 5253 | from loader/dshow/DS_VideoDecoder.c:9:
|
|---|
| 5254 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 5255 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 5256 | |
|
|---|
| 5257 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5258 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5259 | from E:/MABS/msys64/mingw32/include/stddef.h:7,
|
|---|
| 5260 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stddef.h:1,
|
|---|
| 5261 | from ffmpeg/libavutil/avstring.h:24,
|
|---|
| 5262 | from loader/dshow/DS_VideoDecoder.c:8:
|
|---|
| 5263 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 5264 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 5265 | |
|
|---|
| 5266 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5267 | from loader/dshow/guids.h:14,
|
|---|
| 5268 | from loader/dshow/DS_VideoDecoder.c:9:
|
|---|
| 5269 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 5270 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 5271 | |
|
|---|
| 5272 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5273 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5274 | from E:/MABS/msys64/mingw32/include/stddef.h:7,
|
|---|
| 5275 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stddef.h:1,
|
|---|
| 5276 | from ffmpeg/libavutil/avstring.h:24,
|
|---|
| 5277 | from loader/dshow/DS_VideoDecoder.c:8:
|
|---|
| 5278 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 5279 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 5280 | |
|
|---|
| 5281 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5282 | from loader/dshow/guids.h:14,
|
|---|
| 5283 | from loader/dshow/DS_VideoDecoder.c:9:
|
|---|
| 5284 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 5285 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 5286 | |
|
|---|
| 5287 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5288 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5289 | from E:/MABS/msys64/mingw32/include/stddef.h:7,
|
|---|
| 5290 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stddef.h:1,
|
|---|
| 5291 | from ffmpeg/libavutil/avstring.h:24,
|
|---|
| 5292 | from loader/dshow/DS_VideoDecoder.c:8:
|
|---|
| 5293 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 5294 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 5295 | |
|
|---|
| 5296 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5297 | from loader/dshow/guids.h:14,
|
|---|
| 5298 | from loader/dshow/DS_VideoDecoder.c:9:
|
|---|
| 5299 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 5300 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 5301 | |
|
|---|
| 5302 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5303 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5304 | from E:/MABS/msys64/mingw32/include/stddef.h:7,
|
|---|
| 5305 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stddef.h:1,
|
|---|
| 5306 | from ffmpeg/libavutil/avstring.h:24,
|
|---|
| 5307 | from loader/dshow/DS_VideoDecoder.c:8:
|
|---|
| 5308 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 5309 | 503 | # define DUMMYUNIONNAME
|
|---|
| 5310 | |
|
|---|
| 5311 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5312 | from loader/dshow/guids.h:14,
|
|---|
| 5313 | from loader/dshow/DS_VideoDecoder.c:9:
|
|---|
| 5314 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 5315 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 5316 | |
|
|---|
| 5317 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5318 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5319 | from E:/MABS/msys64/mingw32/include/stddef.h:7,
|
|---|
| 5320 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stddef.h:1,
|
|---|
| 5321 | from ffmpeg/libavutil/avstring.h:24,
|
|---|
| 5322 | from loader/dshow/DS_VideoDecoder.c:8:
|
|---|
| 5323 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 5324 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 5325 | |
|
|---|
| 5326 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5327 | from loader/dshow/guids.h:14,
|
|---|
| 5328 | from loader/dshow/DS_VideoDecoder.c:9:
|
|---|
| 5329 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 5330 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 5331 | |
|
|---|
| 5332 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5333 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5334 | from E:/MABS/msys64/mingw32/include/stddef.h:7,
|
|---|
| 5335 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stddef.h:1,
|
|---|
| 5336 | from ffmpeg/libavutil/avstring.h:24,
|
|---|
| 5337 | from loader/dshow/DS_VideoDecoder.c:8:
|
|---|
| 5338 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 5339 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 5340 | |
|
|---|
| 5341 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5342 | from loader/dshow/guids.h:14,
|
|---|
| 5343 | from loader/dshow/DS_VideoDecoder.c:9:
|
|---|
| 5344 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 5345 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 5346 | |
|
|---|
| 5347 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5348 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5349 | from E:/MABS/msys64/mingw32/include/stddef.h:7,
|
|---|
| 5350 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stddef.h:1,
|
|---|
| 5351 | from ffmpeg/libavutil/avstring.h:24,
|
|---|
| 5352 | from loader/dshow/DS_VideoDecoder.c:8:
|
|---|
| 5353 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 5354 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 5355 | |
|
|---|
| 5356 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5357 | from loader/dshow/guids.h:14,
|
|---|
| 5358 | from loader/dshow/DS_VideoDecoder.c:9:
|
|---|
| 5359 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 5360 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 5361 | |
|
|---|
| 5362 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5363 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5364 | from E:/MABS/msys64/mingw32/include/stddef.h:7,
|
|---|
| 5365 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stddef.h:1,
|
|---|
| 5366 | from ffmpeg/libavutil/avstring.h:24,
|
|---|
| 5367 | from loader/dshow/DS_VideoDecoder.c:8:
|
|---|
| 5368 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 5369 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 5370 | |
|
|---|
| 5371 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5372 | from loader/dshow/guids.h:14,
|
|---|
| 5373 | from loader/dshow/DS_VideoDecoder.c:9:
|
|---|
| 5374 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 5375 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 5376 | |
|
|---|
| 5377 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5378 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5379 | from E:/MABS/msys64/mingw32/include/stddef.h:7,
|
|---|
| 5380 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stddef.h:1,
|
|---|
| 5381 | from ffmpeg/libavutil/avstring.h:24,
|
|---|
| 5382 | from loader/dshow/DS_VideoDecoder.c:8:
|
|---|
| 5383 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 5384 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 5385 | |
|
|---|
| 5386 | loader/dshow/DS_VideoDecoder.c: In function 'DS_VideoDecoder_SetDestFmt':
|
|---|
| 5387 | loader/dshow/DS_VideoDecoder.c:604:67: warning: passing argument 1 of 'this->m_pDS_Filter->m_pAll->vt->Release' from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 5388 | 604 | this->m_pDS_Filter->m_pAll->vt->Release(this->m_pDS_Filter->m_pAll);
|
|---|
| 5389 | | ~~~~~~~~~~~~~~~~~~^~~~~~~~
|
|---|
| 5390 | | |
|
|---|
| 5391 | | IMemAllocator *
|
|---|
| 5392 | loader/dshow/DS_VideoDecoder.c:604:67: note: expected 'IUnknown *' but argument is of type 'IMemAllocator *'
|
|---|
| 5393 | loader/dshow/DS_VideoDecoder.c:605:31: warning: assignment to 'IMemAllocator *' from incompatible pointer type 'MemAllocator *' [-Wincompatible-pointer-types]
|
|---|
| 5394 | 605 | this->m_pDS_Filter->m_pAll=MemAllocatorCreate();
|
|---|
| 5395 | | ^
|
|---|
| 5396 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dshow/allocator.o loader/dshow/allocator.c
|
|---|
| 5397 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 5398 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5399 | from loader/dshow/guids.h:14,
|
|---|
| 5400 | from loader/dshow/iunk.h:9,
|
|---|
| 5401 | from loader/dshow/interfaces.h:10,
|
|---|
| 5402 | from loader/dshow/allocator.h:4,
|
|---|
| 5403 | from loader/dshow/allocator.c:7:
|
|---|
| 5404 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 5405 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 5406 | |
|
|---|
| 5407 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5408 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5409 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5410 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5411 | from ./loader/com.h:9,
|
|---|
| 5412 | from loader/dshow/guids.h:10,
|
|---|
| 5413 | from loader/dshow/iunk.h:9,
|
|---|
| 5414 | from loader/dshow/interfaces.h:10,
|
|---|
| 5415 | from loader/dshow/allocator.h:4,
|
|---|
| 5416 | from loader/dshow/allocator.c:7:
|
|---|
| 5417 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 5418 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 5419 | |
|
|---|
| 5420 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5421 | from loader/dshow/guids.h:14,
|
|---|
| 5422 | from loader/dshow/iunk.h:9,
|
|---|
| 5423 | from loader/dshow/interfaces.h:10,
|
|---|
| 5424 | from loader/dshow/allocator.h:4,
|
|---|
| 5425 | from loader/dshow/allocator.c:7:
|
|---|
| 5426 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 5427 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 5428 | |
|
|---|
| 5429 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5430 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5431 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5432 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5433 | from ./loader/com.h:9,
|
|---|
| 5434 | from loader/dshow/guids.h:10,
|
|---|
| 5435 | from loader/dshow/iunk.h:9,
|
|---|
| 5436 | from loader/dshow/interfaces.h:10,
|
|---|
| 5437 | from loader/dshow/allocator.h:4,
|
|---|
| 5438 | from loader/dshow/allocator.c:7:
|
|---|
| 5439 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 5440 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 5441 | |
|
|---|
| 5442 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5443 | from loader/dshow/guids.h:14,
|
|---|
| 5444 | from loader/dshow/iunk.h:9,
|
|---|
| 5445 | from loader/dshow/interfaces.h:10,
|
|---|
| 5446 | from loader/dshow/allocator.h:4,
|
|---|
| 5447 | from loader/dshow/allocator.c:7:
|
|---|
| 5448 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 5449 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 5450 | |
|
|---|
| 5451 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5452 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5453 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5454 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5455 | from ./loader/com.h:9,
|
|---|
| 5456 | from loader/dshow/guids.h:10,
|
|---|
| 5457 | from loader/dshow/iunk.h:9,
|
|---|
| 5458 | from loader/dshow/interfaces.h:10,
|
|---|
| 5459 | from loader/dshow/allocator.h:4,
|
|---|
| 5460 | from loader/dshow/allocator.c:7:
|
|---|
| 5461 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 5462 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 5463 | |
|
|---|
| 5464 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5465 | from loader/dshow/guids.h:14,
|
|---|
| 5466 | from loader/dshow/iunk.h:9,
|
|---|
| 5467 | from loader/dshow/interfaces.h:10,
|
|---|
| 5468 | from loader/dshow/allocator.h:4,
|
|---|
| 5469 | from loader/dshow/allocator.c:7:
|
|---|
| 5470 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 5471 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 5472 | |
|
|---|
| 5473 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5474 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5475 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5476 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5477 | from ./loader/com.h:9,
|
|---|
| 5478 | from loader/dshow/guids.h:10,
|
|---|
| 5479 | from loader/dshow/iunk.h:9,
|
|---|
| 5480 | from loader/dshow/interfaces.h:10,
|
|---|
| 5481 | from loader/dshow/allocator.h:4,
|
|---|
| 5482 | from loader/dshow/allocator.c:7:
|
|---|
| 5483 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 5484 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 5485 | |
|
|---|
| 5486 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5487 | from loader/dshow/guids.h:14,
|
|---|
| 5488 | from loader/dshow/iunk.h:9,
|
|---|
| 5489 | from loader/dshow/interfaces.h:10,
|
|---|
| 5490 | from loader/dshow/allocator.h:4,
|
|---|
| 5491 | from loader/dshow/allocator.c:7:
|
|---|
| 5492 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 5493 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 5494 | |
|
|---|
| 5495 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5496 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5497 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5498 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5499 | from ./loader/com.h:9,
|
|---|
| 5500 | from loader/dshow/guids.h:10,
|
|---|
| 5501 | from loader/dshow/iunk.h:9,
|
|---|
| 5502 | from loader/dshow/interfaces.h:10,
|
|---|
| 5503 | from loader/dshow/allocator.h:4,
|
|---|
| 5504 | from loader/dshow/allocator.c:7:
|
|---|
| 5505 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 5506 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 5507 | |
|
|---|
| 5508 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5509 | from loader/dshow/guids.h:14,
|
|---|
| 5510 | from loader/dshow/iunk.h:9,
|
|---|
| 5511 | from loader/dshow/interfaces.h:10,
|
|---|
| 5512 | from loader/dshow/allocator.h:4,
|
|---|
| 5513 | from loader/dshow/allocator.c:7:
|
|---|
| 5514 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 5515 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 5516 | |
|
|---|
| 5517 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5518 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5519 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5520 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5521 | from ./loader/com.h:9,
|
|---|
| 5522 | from loader/dshow/guids.h:10,
|
|---|
| 5523 | from loader/dshow/iunk.h:9,
|
|---|
| 5524 | from loader/dshow/interfaces.h:10,
|
|---|
| 5525 | from loader/dshow/allocator.h:4,
|
|---|
| 5526 | from loader/dshow/allocator.c:7:
|
|---|
| 5527 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 5528 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 5529 | |
|
|---|
| 5530 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5531 | from loader/dshow/guids.h:14,
|
|---|
| 5532 | from loader/dshow/iunk.h:9,
|
|---|
| 5533 | from loader/dshow/interfaces.h:10,
|
|---|
| 5534 | from loader/dshow/allocator.h:4,
|
|---|
| 5535 | from loader/dshow/allocator.c:7:
|
|---|
| 5536 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 5537 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 5538 | |
|
|---|
| 5539 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5540 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5541 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5542 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5543 | from ./loader/com.h:9,
|
|---|
| 5544 | from loader/dshow/guids.h:10,
|
|---|
| 5545 | from loader/dshow/iunk.h:9,
|
|---|
| 5546 | from loader/dshow/interfaces.h:10,
|
|---|
| 5547 | from loader/dshow/allocator.h:4,
|
|---|
| 5548 | from loader/dshow/allocator.c:7:
|
|---|
| 5549 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 5550 | 503 | # define DUMMYUNIONNAME
|
|---|
| 5551 | |
|
|---|
| 5552 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5553 | from loader/dshow/guids.h:14,
|
|---|
| 5554 | from loader/dshow/iunk.h:9,
|
|---|
| 5555 | from loader/dshow/interfaces.h:10,
|
|---|
| 5556 | from loader/dshow/allocator.h:4,
|
|---|
| 5557 | from loader/dshow/allocator.c:7:
|
|---|
| 5558 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 5559 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 5560 | |
|
|---|
| 5561 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5562 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5563 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5564 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5565 | from ./loader/com.h:9,
|
|---|
| 5566 | from loader/dshow/guids.h:10,
|
|---|
| 5567 | from loader/dshow/iunk.h:9,
|
|---|
| 5568 | from loader/dshow/interfaces.h:10,
|
|---|
| 5569 | from loader/dshow/allocator.h:4,
|
|---|
| 5570 | from loader/dshow/allocator.c:7:
|
|---|
| 5571 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 5572 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 5573 | |
|
|---|
| 5574 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5575 | from loader/dshow/guids.h:14,
|
|---|
| 5576 | from loader/dshow/iunk.h:9,
|
|---|
| 5577 | from loader/dshow/interfaces.h:10,
|
|---|
| 5578 | from loader/dshow/allocator.h:4,
|
|---|
| 5579 | from loader/dshow/allocator.c:7:
|
|---|
| 5580 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 5581 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 5582 | |
|
|---|
| 5583 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5584 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5585 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5586 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5587 | from ./loader/com.h:9,
|
|---|
| 5588 | from loader/dshow/guids.h:10,
|
|---|
| 5589 | from loader/dshow/iunk.h:9,
|
|---|
| 5590 | from loader/dshow/interfaces.h:10,
|
|---|
| 5591 | from loader/dshow/allocator.h:4,
|
|---|
| 5592 | from loader/dshow/allocator.c:7:
|
|---|
| 5593 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 5594 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 5595 | |
|
|---|
| 5596 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5597 | from loader/dshow/guids.h:14,
|
|---|
| 5598 | from loader/dshow/iunk.h:9,
|
|---|
| 5599 | from loader/dshow/interfaces.h:10,
|
|---|
| 5600 | from loader/dshow/allocator.h:4,
|
|---|
| 5601 | from loader/dshow/allocator.c:7:
|
|---|
| 5602 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 5603 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 5604 | |
|
|---|
| 5605 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5606 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5607 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5608 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5609 | from ./loader/com.h:9,
|
|---|
| 5610 | from loader/dshow/guids.h:10,
|
|---|
| 5611 | from loader/dshow/iunk.h:9,
|
|---|
| 5612 | from loader/dshow/interfaces.h:10,
|
|---|
| 5613 | from loader/dshow/allocator.h:4,
|
|---|
| 5614 | from loader/dshow/allocator.c:7:
|
|---|
| 5615 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 5616 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 5617 | |
|
|---|
| 5618 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5619 | from loader/dshow/guids.h:14,
|
|---|
| 5620 | from loader/dshow/iunk.h:9,
|
|---|
| 5621 | from loader/dshow/interfaces.h:10,
|
|---|
| 5622 | from loader/dshow/allocator.h:4,
|
|---|
| 5623 | from loader/dshow/allocator.c:7:
|
|---|
| 5624 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 5625 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 5626 | |
|
|---|
| 5627 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5628 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5629 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5630 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5631 | from ./loader/com.h:9,
|
|---|
| 5632 | from loader/dshow/guids.h:10,
|
|---|
| 5633 | from loader/dshow/iunk.h:9,
|
|---|
| 5634 | from loader/dshow/interfaces.h:10,
|
|---|
| 5635 | from loader/dshow/allocator.h:4,
|
|---|
| 5636 | from loader/dshow/allocator.c:7:
|
|---|
| 5637 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 5638 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 5639 | |
|
|---|
| 5640 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5641 | from loader/dshow/guids.h:14,
|
|---|
| 5642 | from loader/dshow/iunk.h:9,
|
|---|
| 5643 | from loader/dshow/interfaces.h:10,
|
|---|
| 5644 | from loader/dshow/allocator.h:4,
|
|---|
| 5645 | from loader/dshow/allocator.c:7:
|
|---|
| 5646 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 5647 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 5648 | |
|
|---|
| 5649 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5650 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5651 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5652 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5653 | from ./loader/com.h:9,
|
|---|
| 5654 | from loader/dshow/guids.h:10,
|
|---|
| 5655 | from loader/dshow/iunk.h:9,
|
|---|
| 5656 | from loader/dshow/interfaces.h:10,
|
|---|
| 5657 | from loader/dshow/allocator.h:4,
|
|---|
| 5658 | from loader/dshow/allocator.c:7:
|
|---|
| 5659 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 5660 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 5661 | |
|
|---|
| 5662 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dshow/cmediasample.o loader/dshow/cmediasample.c
|
|---|
| 5663 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 5664 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5665 | from loader/dshow/guids.h:14,
|
|---|
| 5666 | from loader/dshow/iunk.h:9,
|
|---|
| 5667 | from loader/dshow/interfaces.h:10,
|
|---|
| 5668 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5669 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5670 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 5671 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 5672 | |
|
|---|
| 5673 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5674 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5675 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5676 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5677 | from ./loader/com.h:9,
|
|---|
| 5678 | from loader/dshow/guids.h:10,
|
|---|
| 5679 | from loader/dshow/iunk.h:9,
|
|---|
| 5680 | from loader/dshow/interfaces.h:10,
|
|---|
| 5681 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5682 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5683 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 5684 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 5685 | |
|
|---|
| 5686 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5687 | from loader/dshow/guids.h:14,
|
|---|
| 5688 | from loader/dshow/iunk.h:9,
|
|---|
| 5689 | from loader/dshow/interfaces.h:10,
|
|---|
| 5690 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5691 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5692 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 5693 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 5694 | |
|
|---|
| 5695 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5696 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5697 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5698 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5699 | from ./loader/com.h:9,
|
|---|
| 5700 | from loader/dshow/guids.h:10,
|
|---|
| 5701 | from loader/dshow/iunk.h:9,
|
|---|
| 5702 | from loader/dshow/interfaces.h:10,
|
|---|
| 5703 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5704 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5705 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 5706 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 5707 | |
|
|---|
| 5708 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5709 | from loader/dshow/guids.h:14,
|
|---|
| 5710 | from loader/dshow/iunk.h:9,
|
|---|
| 5711 | from loader/dshow/interfaces.h:10,
|
|---|
| 5712 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5713 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5714 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 5715 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 5716 | |
|
|---|
| 5717 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5718 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5719 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5720 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5721 | from ./loader/com.h:9,
|
|---|
| 5722 | from loader/dshow/guids.h:10,
|
|---|
| 5723 | from loader/dshow/iunk.h:9,
|
|---|
| 5724 | from loader/dshow/interfaces.h:10,
|
|---|
| 5725 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5726 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5727 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 5728 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 5729 | |
|
|---|
| 5730 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5731 | from loader/dshow/guids.h:14,
|
|---|
| 5732 | from loader/dshow/iunk.h:9,
|
|---|
| 5733 | from loader/dshow/interfaces.h:10,
|
|---|
| 5734 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5735 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5736 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 5737 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 5738 | |
|
|---|
| 5739 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5740 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5741 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5742 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5743 | from ./loader/com.h:9,
|
|---|
| 5744 | from loader/dshow/guids.h:10,
|
|---|
| 5745 | from loader/dshow/iunk.h:9,
|
|---|
| 5746 | from loader/dshow/interfaces.h:10,
|
|---|
| 5747 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5748 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5749 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 5750 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 5751 | |
|
|---|
| 5752 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5753 | from loader/dshow/guids.h:14,
|
|---|
| 5754 | from loader/dshow/iunk.h:9,
|
|---|
| 5755 | from loader/dshow/interfaces.h:10,
|
|---|
| 5756 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5757 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5758 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 5759 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 5760 | |
|
|---|
| 5761 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5762 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5763 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5764 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5765 | from ./loader/com.h:9,
|
|---|
| 5766 | from loader/dshow/guids.h:10,
|
|---|
| 5767 | from loader/dshow/iunk.h:9,
|
|---|
| 5768 | from loader/dshow/interfaces.h:10,
|
|---|
| 5769 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5770 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5771 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 5772 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 5773 | |
|
|---|
| 5774 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5775 | from loader/dshow/guids.h:14,
|
|---|
| 5776 | from loader/dshow/iunk.h:9,
|
|---|
| 5777 | from loader/dshow/interfaces.h:10,
|
|---|
| 5778 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5779 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5780 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 5781 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 5782 | |
|
|---|
| 5783 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5784 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5785 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5786 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5787 | from ./loader/com.h:9,
|
|---|
| 5788 | from loader/dshow/guids.h:10,
|
|---|
| 5789 | from loader/dshow/iunk.h:9,
|
|---|
| 5790 | from loader/dshow/interfaces.h:10,
|
|---|
| 5791 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5792 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5793 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 5794 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 5795 | |
|
|---|
| 5796 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5797 | from loader/dshow/guids.h:14,
|
|---|
| 5798 | from loader/dshow/iunk.h:9,
|
|---|
| 5799 | from loader/dshow/interfaces.h:10,
|
|---|
| 5800 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5801 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5802 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 5803 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 5804 | |
|
|---|
| 5805 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5806 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5807 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5808 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5809 | from ./loader/com.h:9,
|
|---|
| 5810 | from loader/dshow/guids.h:10,
|
|---|
| 5811 | from loader/dshow/iunk.h:9,
|
|---|
| 5812 | from loader/dshow/interfaces.h:10,
|
|---|
| 5813 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5814 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5815 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 5816 | 503 | # define DUMMYUNIONNAME
|
|---|
| 5817 | |
|
|---|
| 5818 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5819 | from loader/dshow/guids.h:14,
|
|---|
| 5820 | from loader/dshow/iunk.h:9,
|
|---|
| 5821 | from loader/dshow/interfaces.h:10,
|
|---|
| 5822 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5823 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5824 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 5825 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 5826 | |
|
|---|
| 5827 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5828 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5829 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5830 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5831 | from ./loader/com.h:9,
|
|---|
| 5832 | from loader/dshow/guids.h:10,
|
|---|
| 5833 | from loader/dshow/iunk.h:9,
|
|---|
| 5834 | from loader/dshow/interfaces.h:10,
|
|---|
| 5835 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5836 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5837 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 5838 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 5839 | |
|
|---|
| 5840 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5841 | from loader/dshow/guids.h:14,
|
|---|
| 5842 | from loader/dshow/iunk.h:9,
|
|---|
| 5843 | from loader/dshow/interfaces.h:10,
|
|---|
| 5844 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5845 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5846 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 5847 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 5848 | |
|
|---|
| 5849 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5850 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5851 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5852 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5853 | from ./loader/com.h:9,
|
|---|
| 5854 | from loader/dshow/guids.h:10,
|
|---|
| 5855 | from loader/dshow/iunk.h:9,
|
|---|
| 5856 | from loader/dshow/interfaces.h:10,
|
|---|
| 5857 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5858 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5859 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 5860 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 5861 | |
|
|---|
| 5862 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5863 | from loader/dshow/guids.h:14,
|
|---|
| 5864 | from loader/dshow/iunk.h:9,
|
|---|
| 5865 | from loader/dshow/interfaces.h:10,
|
|---|
| 5866 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5867 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5868 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 5869 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 5870 | |
|
|---|
| 5871 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5872 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5873 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5874 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5875 | from ./loader/com.h:9,
|
|---|
| 5876 | from loader/dshow/guids.h:10,
|
|---|
| 5877 | from loader/dshow/iunk.h:9,
|
|---|
| 5878 | from loader/dshow/interfaces.h:10,
|
|---|
| 5879 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5880 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5881 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 5882 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 5883 | |
|
|---|
| 5884 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5885 | from loader/dshow/guids.h:14,
|
|---|
| 5886 | from loader/dshow/iunk.h:9,
|
|---|
| 5887 | from loader/dshow/interfaces.h:10,
|
|---|
| 5888 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5889 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5890 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 5891 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 5892 | |
|
|---|
| 5893 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5894 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5895 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5896 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5897 | from ./loader/com.h:9,
|
|---|
| 5898 | from loader/dshow/guids.h:10,
|
|---|
| 5899 | from loader/dshow/iunk.h:9,
|
|---|
| 5900 | from loader/dshow/interfaces.h:10,
|
|---|
| 5901 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5902 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5903 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 5904 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 5905 | |
|
|---|
| 5906 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5907 | from loader/dshow/guids.h:14,
|
|---|
| 5908 | from loader/dshow/iunk.h:9,
|
|---|
| 5909 | from loader/dshow/interfaces.h:10,
|
|---|
| 5910 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5911 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5912 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 5913 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 5914 | |
|
|---|
| 5915 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5916 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 5917 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 5918 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 5919 | from ./loader/com.h:9,
|
|---|
| 5920 | from loader/dshow/guids.h:10,
|
|---|
| 5921 | from loader/dshow/iunk.h:9,
|
|---|
| 5922 | from loader/dshow/interfaces.h:10,
|
|---|
| 5923 | from loader/dshow/cmediasample.h:4,
|
|---|
| 5924 | from loader/dshow/cmediasample.c:6:
|
|---|
| 5925 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 5926 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 5927 | |
|
|---|
| 5928 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dshow/graph.o loader/dshow/graph.c
|
|---|
| 5929 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 5930 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5931 | from ./loader/dshow/guids.h:14,
|
|---|
| 5932 | from ./loader/dshow/iunk.h:9,
|
|---|
| 5933 | from ./loader/dshow/interfaces.h:10,
|
|---|
| 5934 | from ./loader/dshow/graph.h:24,
|
|---|
| 5935 | from loader/dshow/graph.c:30:
|
|---|
| 5936 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 5937 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 5938 | |
|
|---|
| 5939 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5940 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 5941 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 5942 | from loader/dshow/graph.c:25:
|
|---|
| 5943 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 5944 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 5945 | |
|
|---|
| 5946 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5947 | from ./loader/dshow/guids.h:14,
|
|---|
| 5948 | from ./loader/dshow/iunk.h:9,
|
|---|
| 5949 | from ./loader/dshow/interfaces.h:10,
|
|---|
| 5950 | from ./loader/dshow/graph.h:24,
|
|---|
| 5951 | from loader/dshow/graph.c:30:
|
|---|
| 5952 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 5953 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 5954 | |
|
|---|
| 5955 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5956 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 5957 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 5958 | from loader/dshow/graph.c:25:
|
|---|
| 5959 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 5960 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 5961 | |
|
|---|
| 5962 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5963 | from ./loader/dshow/guids.h:14,
|
|---|
| 5964 | from ./loader/dshow/iunk.h:9,
|
|---|
| 5965 | from ./loader/dshow/interfaces.h:10,
|
|---|
| 5966 | from ./loader/dshow/graph.h:24,
|
|---|
| 5967 | from loader/dshow/graph.c:30:
|
|---|
| 5968 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 5969 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 5970 | |
|
|---|
| 5971 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5972 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 5973 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 5974 | from loader/dshow/graph.c:25:
|
|---|
| 5975 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 5976 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 5977 | |
|
|---|
| 5978 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5979 | from ./loader/dshow/guids.h:14,
|
|---|
| 5980 | from ./loader/dshow/iunk.h:9,
|
|---|
| 5981 | from ./loader/dshow/interfaces.h:10,
|
|---|
| 5982 | from ./loader/dshow/graph.h:24,
|
|---|
| 5983 | from loader/dshow/graph.c:30:
|
|---|
| 5984 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 5985 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 5986 | |
|
|---|
| 5987 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 5988 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 5989 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 5990 | from loader/dshow/graph.c:25:
|
|---|
| 5991 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 5992 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 5993 | |
|
|---|
| 5994 | In file included from ./loader/wine/module.h:10,
|
|---|
| 5995 | from ./loader/dshow/guids.h:14,
|
|---|
| 5996 | from ./loader/dshow/iunk.h:9,
|
|---|
| 5997 | from ./loader/dshow/interfaces.h:10,
|
|---|
| 5998 | from ./loader/dshow/graph.h:24,
|
|---|
| 5999 | from loader/dshow/graph.c:30:
|
|---|
| 6000 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 6001 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 6002 | |
|
|---|
| 6003 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6004 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 6005 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 6006 | from loader/dshow/graph.c:25:
|
|---|
| 6007 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 6008 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 6009 | |
|
|---|
| 6010 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6011 | from ./loader/dshow/guids.h:14,
|
|---|
| 6012 | from ./loader/dshow/iunk.h:9,
|
|---|
| 6013 | from ./loader/dshow/interfaces.h:10,
|
|---|
| 6014 | from ./loader/dshow/graph.h:24,
|
|---|
| 6015 | from loader/dshow/graph.c:30:
|
|---|
| 6016 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 6017 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 6018 | |
|
|---|
| 6019 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6020 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 6021 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 6022 | from loader/dshow/graph.c:25:
|
|---|
| 6023 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 6024 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 6025 | |
|
|---|
| 6026 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6027 | from ./loader/dshow/guids.h:14,
|
|---|
| 6028 | from ./loader/dshow/iunk.h:9,
|
|---|
| 6029 | from ./loader/dshow/interfaces.h:10,
|
|---|
| 6030 | from ./loader/dshow/graph.h:24,
|
|---|
| 6031 | from loader/dshow/graph.c:30:
|
|---|
| 6032 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 6033 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 6034 | |
|
|---|
| 6035 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6036 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 6037 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 6038 | from loader/dshow/graph.c:25:
|
|---|
| 6039 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 6040 | 503 | # define DUMMYUNIONNAME
|
|---|
| 6041 | |
|
|---|
| 6042 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6043 | from ./loader/dshow/guids.h:14,
|
|---|
| 6044 | from ./loader/dshow/iunk.h:9,
|
|---|
| 6045 | from ./loader/dshow/interfaces.h:10,
|
|---|
| 6046 | from ./loader/dshow/graph.h:24,
|
|---|
| 6047 | from loader/dshow/graph.c:30:
|
|---|
| 6048 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 6049 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 6050 | |
|
|---|
| 6051 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6052 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 6053 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 6054 | from loader/dshow/graph.c:25:
|
|---|
| 6055 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 6056 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 6057 | |
|
|---|
| 6058 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6059 | from ./loader/dshow/guids.h:14,
|
|---|
| 6060 | from ./loader/dshow/iunk.h:9,
|
|---|
| 6061 | from ./loader/dshow/interfaces.h:10,
|
|---|
| 6062 | from ./loader/dshow/graph.h:24,
|
|---|
| 6063 | from loader/dshow/graph.c:30:
|
|---|
| 6064 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 6065 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 6066 | |
|
|---|
| 6067 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6068 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 6069 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 6070 | from loader/dshow/graph.c:25:
|
|---|
| 6071 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 6072 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 6073 | |
|
|---|
| 6074 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6075 | from ./loader/dshow/guids.h:14,
|
|---|
| 6076 | from ./loader/dshow/iunk.h:9,
|
|---|
| 6077 | from ./loader/dshow/interfaces.h:10,
|
|---|
| 6078 | from ./loader/dshow/graph.h:24,
|
|---|
| 6079 | from loader/dshow/graph.c:30:
|
|---|
| 6080 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 6081 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 6082 | |
|
|---|
| 6083 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6084 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 6085 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 6086 | from loader/dshow/graph.c:25:
|
|---|
| 6087 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 6088 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 6089 | |
|
|---|
| 6090 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6091 | from ./loader/dshow/guids.h:14,
|
|---|
| 6092 | from ./loader/dshow/iunk.h:9,
|
|---|
| 6093 | from ./loader/dshow/interfaces.h:10,
|
|---|
| 6094 | from ./loader/dshow/graph.h:24,
|
|---|
| 6095 | from loader/dshow/graph.c:30:
|
|---|
| 6096 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 6097 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 6098 | |
|
|---|
| 6099 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6100 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 6101 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 6102 | from loader/dshow/graph.c:25:
|
|---|
| 6103 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 6104 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 6105 | |
|
|---|
| 6106 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6107 | from ./loader/dshow/guids.h:14,
|
|---|
| 6108 | from ./loader/dshow/iunk.h:9,
|
|---|
| 6109 | from ./loader/dshow/interfaces.h:10,
|
|---|
| 6110 | from ./loader/dshow/graph.h:24,
|
|---|
| 6111 | from loader/dshow/graph.c:30:
|
|---|
| 6112 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 6113 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 6114 | |
|
|---|
| 6115 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6116 | from E:/MABS/msys64/mingw32/include/corecrt_stdio_config.h:10,
|
|---|
| 6117 | from E:/MABS/msys64/mingw32/include/stdio.h:9,
|
|---|
| 6118 | from loader/dshow/graph.c:25:
|
|---|
| 6119 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 6120 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 6121 | |
|
|---|
| 6122 | loader/dshow/graph.c: In function 'FilterGraphCreate':
|
|---|
| 6123 | loader/dshow/graph.c:144:36: warning: assignment to 'HRESULT (__attribute__((stdcall)) *)(IFilterGraph *, IBaseFilter *, short unsigned int *)' {aka 'long int (__attribute__((stdcall)) *)(IFilterGraph *, IBaseFilter *, short unsigned int *)'} from incompatible pointer type 'HRESULT (__attribute__((stdcall)) *)(FilterGraph *, IBaseFilter *, short unsigned int *)' {aka 'long int (__attribute__((stdcall)) *)(FilterGraph *, IBaseFilter *, short unsigned int *)'} [-Wincompatible-pointer-types]
|
|---|
| 6124 | 144 | This->vt->AddFilter = FilterGraph_AddFilter;
|
|---|
| 6125 | | ^
|
|---|
| 6126 | loader/dshow/graph.c:145:36: warning: assignment to 'HRESULT (__attribute__((stdcall)) *)(IFilterGraph *, IBaseFilter *)' {aka 'long int (__attribute__((stdcall)) *)(IFilterGraph *, IBaseFilter *)'} from incompatible pointer type 'HRESULT (__attribute__((stdcall)) *)(FilterGraph *, IBaseFilter *)' {aka 'long int (__attribute__((stdcall)) *)(FilterGraph *, IBaseFilter *)'} [-Wincompatible-pointer-types]
|
|---|
| 6127 | 145 | This->vt->RemoveFilter = FilterGraph_RemoveFilter;
|
|---|
| 6128 | | ^
|
|---|
| 6129 | loader/dshow/graph.c:146:36: warning: assignment to 'HRESULT (__attribute__((stdcall)) *)(IFilterGraph *, IEnumFilters **)' {aka 'long int (__attribute__((stdcall)) *)(IFilterGraph *, IEnumFilters **)'} from incompatible pointer type 'HRESULT (__attribute__((stdcall)) *)(FilterGraph *, IEnumFilters **)' {aka 'long int (__attribute__((stdcall)) *)(FilterGraph *, IEnumFilters **)'} [-Wincompatible-pointer-types]
|
|---|
| 6130 | 146 | This->vt->EnumFilters = FilterGraph_EnumFilters;
|
|---|
| 6131 | | ^
|
|---|
| 6132 | loader/dshow/graph.c:147:36: warning: assignment to 'HRESULT (__attribute__((stdcall)) *)(IFilterGraph *, short unsigned int *, IBaseFilter **)' {aka 'long int (__attribute__((stdcall)) *)(IFilterGraph *, short unsigned int *, IBaseFilter **)'} from incompatible pointer type 'HRESULT (__attribute__((stdcall)) *)(FilterGraph *, short unsigned int *, IBaseFilter **)' {aka 'long int (__attribute__((stdcall)) *)(FilterGraph *, short unsigned int *, IBaseFilter **)'} [-Wincompatible-pointer-types]
|
|---|
| 6133 | 147 | This->vt->FindFilterByName = FilterGraph_FindFilterByName;
|
|---|
| 6134 | | ^
|
|---|
| 6135 | loader/dshow/graph.c:148:36: warning: assignment to 'HRESULT (__attribute__((stdcall)) *)(IFilterGraph *, IPin *, IPin *, const AM_MEDIA_TYPE *)' {aka 'long int (__attribute__((stdcall)) *)(IFilterGraph *, IPin *, IPin *, const struct MediaType *)'} from incompatible pointer type 'HRESULT (__attribute__((stdcall)) *)(FilterGraph *, IPin *, IPin *, const AM_MEDIA_TYPE *)' {aka 'long int (__attribute__((stdcall)) *)(FilterGraph *, IPin *, IPin *, const struct MediaType *)'} [-Wincompatible-pointer-types]
|
|---|
| 6136 | 148 | This->vt->ConnectDirect = FilterGraph_ConnectDirect;
|
|---|
| 6137 | | ^
|
|---|
| 6138 | loader/dshow/graph.c:149:36: warning: assignment to 'HRESULT (__attribute__((stdcall)) *)(IFilterGraph *, IPin *)' {aka 'long int (__attribute__((stdcall)) *)(IFilterGraph *, IPin *)'} from incompatible pointer type 'HRESULT (__attribute__((stdcall)) *)(FilterGraph *, IPin *)' {aka 'long int (__attribute__((stdcall)) *)(FilterGraph *, IPin *)'} [-Wincompatible-pointer-types]
|
|---|
| 6139 | 149 | This->vt->Reconnect = FilterGraph_Reconnect;
|
|---|
| 6140 | | ^
|
|---|
| 6141 | loader/dshow/graph.c:150:36: warning: assignment to 'HRESULT (__attribute__((stdcall)) *)(IFilterGraph *, IPin *)' {aka 'long int (__attribute__((stdcall)) *)(IFilterGraph *, IPin *)'} from incompatible pointer type 'HRESULT (__attribute__((stdcall)) *)(FilterGraph *, IPin *)' {aka 'long int (__attribute__((stdcall)) *)(FilterGraph *, IPin *)'} [-Wincompatible-pointer-types]
|
|---|
| 6142 | 150 | This->vt->Disconnect = FilterGraph_Disconnect;
|
|---|
| 6143 | | ^
|
|---|
| 6144 | loader/dshow/graph.c:151:36: warning: assignment to 'HRESULT (__attribute__((stdcall)) *)(IFilterGraph *)' {aka 'long int (__attribute__((stdcall)) *)(IFilterGraph *)'} from incompatible pointer type 'HRESULT (__attribute__((stdcall)) *)(FilterGraph *)' {aka 'long int (__attribute__((stdcall)) *)(FilterGraph *)'} [-Wincompatible-pointer-types]
|
|---|
| 6145 | 151 | This->vt->SetDefaultSyncSource = FilterGraph_SetDefaultSyncSource;
|
|---|
| 6146 | | ^
|
|---|
| 6147 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dshow/inputpin.o loader/dshow/inputpin.c
|
|---|
| 6148 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 6149 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6150 | from loader/dshow/guids.h:14,
|
|---|
| 6151 | from loader/dshow/iunk.h:9,
|
|---|
| 6152 | from loader/dshow/interfaces.h:10,
|
|---|
| 6153 | from loader/dshow/inputpin.h:4,
|
|---|
| 6154 | from loader/dshow/inputpin.c:6:
|
|---|
| 6155 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 6156 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 6157 | |
|
|---|
| 6158 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6159 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6160 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6161 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6162 | from ./loader/com.h:9,
|
|---|
| 6163 | from loader/dshow/guids.h:10,
|
|---|
| 6164 | from loader/dshow/iunk.h:9,
|
|---|
| 6165 | from loader/dshow/interfaces.h:10,
|
|---|
| 6166 | from loader/dshow/inputpin.h:4,
|
|---|
| 6167 | from loader/dshow/inputpin.c:6:
|
|---|
| 6168 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 6169 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 6170 | |
|
|---|
| 6171 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6172 | from loader/dshow/guids.h:14,
|
|---|
| 6173 | from loader/dshow/iunk.h:9,
|
|---|
| 6174 | from loader/dshow/interfaces.h:10,
|
|---|
| 6175 | from loader/dshow/inputpin.h:4,
|
|---|
| 6176 | from loader/dshow/inputpin.c:6:
|
|---|
| 6177 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 6178 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 6179 | |
|
|---|
| 6180 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6181 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6182 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6183 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6184 | from ./loader/com.h:9,
|
|---|
| 6185 | from loader/dshow/guids.h:10,
|
|---|
| 6186 | from loader/dshow/iunk.h:9,
|
|---|
| 6187 | from loader/dshow/interfaces.h:10,
|
|---|
| 6188 | from loader/dshow/inputpin.h:4,
|
|---|
| 6189 | from loader/dshow/inputpin.c:6:
|
|---|
| 6190 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 6191 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 6192 | |
|
|---|
| 6193 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6194 | from loader/dshow/guids.h:14,
|
|---|
| 6195 | from loader/dshow/iunk.h:9,
|
|---|
| 6196 | from loader/dshow/interfaces.h:10,
|
|---|
| 6197 | from loader/dshow/inputpin.h:4,
|
|---|
| 6198 | from loader/dshow/inputpin.c:6:
|
|---|
| 6199 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 6200 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 6201 | |
|
|---|
| 6202 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6203 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6204 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6205 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6206 | from ./loader/com.h:9,
|
|---|
| 6207 | from loader/dshow/guids.h:10,
|
|---|
| 6208 | from loader/dshow/iunk.h:9,
|
|---|
| 6209 | from loader/dshow/interfaces.h:10,
|
|---|
| 6210 | from loader/dshow/inputpin.h:4,
|
|---|
| 6211 | from loader/dshow/inputpin.c:6:
|
|---|
| 6212 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 6213 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 6214 | |
|
|---|
| 6215 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6216 | from loader/dshow/guids.h:14,
|
|---|
| 6217 | from loader/dshow/iunk.h:9,
|
|---|
| 6218 | from loader/dshow/interfaces.h:10,
|
|---|
| 6219 | from loader/dshow/inputpin.h:4,
|
|---|
| 6220 | from loader/dshow/inputpin.c:6:
|
|---|
| 6221 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 6222 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 6223 | |
|
|---|
| 6224 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6225 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6226 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6227 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6228 | from ./loader/com.h:9,
|
|---|
| 6229 | from loader/dshow/guids.h:10,
|
|---|
| 6230 | from loader/dshow/iunk.h:9,
|
|---|
| 6231 | from loader/dshow/interfaces.h:10,
|
|---|
| 6232 | from loader/dshow/inputpin.h:4,
|
|---|
| 6233 | from loader/dshow/inputpin.c:6:
|
|---|
| 6234 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 6235 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 6236 | |
|
|---|
| 6237 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6238 | from loader/dshow/guids.h:14,
|
|---|
| 6239 | from loader/dshow/iunk.h:9,
|
|---|
| 6240 | from loader/dshow/interfaces.h:10,
|
|---|
| 6241 | from loader/dshow/inputpin.h:4,
|
|---|
| 6242 | from loader/dshow/inputpin.c:6:
|
|---|
| 6243 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 6244 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 6245 | |
|
|---|
| 6246 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6247 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6248 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6249 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6250 | from ./loader/com.h:9,
|
|---|
| 6251 | from loader/dshow/guids.h:10,
|
|---|
| 6252 | from loader/dshow/iunk.h:9,
|
|---|
| 6253 | from loader/dshow/interfaces.h:10,
|
|---|
| 6254 | from loader/dshow/inputpin.h:4,
|
|---|
| 6255 | from loader/dshow/inputpin.c:6:
|
|---|
| 6256 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 6257 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 6258 | |
|
|---|
| 6259 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6260 | from loader/dshow/guids.h:14,
|
|---|
| 6261 | from loader/dshow/iunk.h:9,
|
|---|
| 6262 | from loader/dshow/interfaces.h:10,
|
|---|
| 6263 | from loader/dshow/inputpin.h:4,
|
|---|
| 6264 | from loader/dshow/inputpin.c:6:
|
|---|
| 6265 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 6266 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 6267 | |
|
|---|
| 6268 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6269 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6270 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6271 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6272 | from ./loader/com.h:9,
|
|---|
| 6273 | from loader/dshow/guids.h:10,
|
|---|
| 6274 | from loader/dshow/iunk.h:9,
|
|---|
| 6275 | from loader/dshow/interfaces.h:10,
|
|---|
| 6276 | from loader/dshow/inputpin.h:4,
|
|---|
| 6277 | from loader/dshow/inputpin.c:6:
|
|---|
| 6278 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 6279 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 6280 | |
|
|---|
| 6281 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6282 | from loader/dshow/guids.h:14,
|
|---|
| 6283 | from loader/dshow/iunk.h:9,
|
|---|
| 6284 | from loader/dshow/interfaces.h:10,
|
|---|
| 6285 | from loader/dshow/inputpin.h:4,
|
|---|
| 6286 | from loader/dshow/inputpin.c:6:
|
|---|
| 6287 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 6288 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 6289 | |
|
|---|
| 6290 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6291 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6292 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6293 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6294 | from ./loader/com.h:9,
|
|---|
| 6295 | from loader/dshow/guids.h:10,
|
|---|
| 6296 | from loader/dshow/iunk.h:9,
|
|---|
| 6297 | from loader/dshow/interfaces.h:10,
|
|---|
| 6298 | from loader/dshow/inputpin.h:4,
|
|---|
| 6299 | from loader/dshow/inputpin.c:6:
|
|---|
| 6300 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 6301 | 503 | # define DUMMYUNIONNAME
|
|---|
| 6302 | |
|
|---|
| 6303 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6304 | from loader/dshow/guids.h:14,
|
|---|
| 6305 | from loader/dshow/iunk.h:9,
|
|---|
| 6306 | from loader/dshow/interfaces.h:10,
|
|---|
| 6307 | from loader/dshow/inputpin.h:4,
|
|---|
| 6308 | from loader/dshow/inputpin.c:6:
|
|---|
| 6309 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 6310 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 6311 | |
|
|---|
| 6312 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6313 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6314 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6315 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6316 | from ./loader/com.h:9,
|
|---|
| 6317 | from loader/dshow/guids.h:10,
|
|---|
| 6318 | from loader/dshow/iunk.h:9,
|
|---|
| 6319 | from loader/dshow/interfaces.h:10,
|
|---|
| 6320 | from loader/dshow/inputpin.h:4,
|
|---|
| 6321 | from loader/dshow/inputpin.c:6:
|
|---|
| 6322 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 6323 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 6324 | |
|
|---|
| 6325 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6326 | from loader/dshow/guids.h:14,
|
|---|
| 6327 | from loader/dshow/iunk.h:9,
|
|---|
| 6328 | from loader/dshow/interfaces.h:10,
|
|---|
| 6329 | from loader/dshow/inputpin.h:4,
|
|---|
| 6330 | from loader/dshow/inputpin.c:6:
|
|---|
| 6331 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 6332 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 6333 | |
|
|---|
| 6334 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6335 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6336 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6337 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6338 | from ./loader/com.h:9,
|
|---|
| 6339 | from loader/dshow/guids.h:10,
|
|---|
| 6340 | from loader/dshow/iunk.h:9,
|
|---|
| 6341 | from loader/dshow/interfaces.h:10,
|
|---|
| 6342 | from loader/dshow/inputpin.h:4,
|
|---|
| 6343 | from loader/dshow/inputpin.c:6:
|
|---|
| 6344 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 6345 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 6346 | |
|
|---|
| 6347 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6348 | from loader/dshow/guids.h:14,
|
|---|
| 6349 | from loader/dshow/iunk.h:9,
|
|---|
| 6350 | from loader/dshow/interfaces.h:10,
|
|---|
| 6351 | from loader/dshow/inputpin.h:4,
|
|---|
| 6352 | from loader/dshow/inputpin.c:6:
|
|---|
| 6353 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 6354 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 6355 | |
|
|---|
| 6356 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6357 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6358 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6359 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6360 | from ./loader/com.h:9,
|
|---|
| 6361 | from loader/dshow/guids.h:10,
|
|---|
| 6362 | from loader/dshow/iunk.h:9,
|
|---|
| 6363 | from loader/dshow/interfaces.h:10,
|
|---|
| 6364 | from loader/dshow/inputpin.h:4,
|
|---|
| 6365 | from loader/dshow/inputpin.c:6:
|
|---|
| 6366 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 6367 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 6368 | |
|
|---|
| 6369 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6370 | from loader/dshow/guids.h:14,
|
|---|
| 6371 | from loader/dshow/iunk.h:9,
|
|---|
| 6372 | from loader/dshow/interfaces.h:10,
|
|---|
| 6373 | from loader/dshow/inputpin.h:4,
|
|---|
| 6374 | from loader/dshow/inputpin.c:6:
|
|---|
| 6375 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 6376 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 6377 | |
|
|---|
| 6378 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6379 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6380 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6381 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6382 | from ./loader/com.h:9,
|
|---|
| 6383 | from loader/dshow/guids.h:10,
|
|---|
| 6384 | from loader/dshow/iunk.h:9,
|
|---|
| 6385 | from loader/dshow/interfaces.h:10,
|
|---|
| 6386 | from loader/dshow/inputpin.h:4,
|
|---|
| 6387 | from loader/dshow/inputpin.c:6:
|
|---|
| 6388 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 6389 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 6390 | |
|
|---|
| 6391 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6392 | from loader/dshow/guids.h:14,
|
|---|
| 6393 | from loader/dshow/iunk.h:9,
|
|---|
| 6394 | from loader/dshow/interfaces.h:10,
|
|---|
| 6395 | from loader/dshow/inputpin.h:4,
|
|---|
| 6396 | from loader/dshow/inputpin.c:6:
|
|---|
| 6397 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 6398 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 6399 | |
|
|---|
| 6400 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6401 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6402 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6403 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6404 | from ./loader/com.h:9,
|
|---|
| 6405 | from loader/dshow/guids.h:10,
|
|---|
| 6406 | from loader/dshow/iunk.h:9,
|
|---|
| 6407 | from loader/dshow/interfaces.h:10,
|
|---|
| 6408 | from loader/dshow/inputpin.h:4,
|
|---|
| 6409 | from loader/dshow/inputpin.c:6:
|
|---|
| 6410 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 6411 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 6412 | |
|
|---|
| 6413 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dshow/outputpin.o loader/dshow/outputpin.c
|
|---|
| 6414 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 6415 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dmo/DMO_AudioDecoder.o loader/dmo/DMO_AudioDecoder.c
|
|---|
| 6416 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 6417 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 6418 | from ./loader/dshow/libwin32.h:9,
|
|---|
| 6419 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6420 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 6421 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 6422 | |
|
|---|
| 6423 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6424 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6425 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 6426 | from ./loader/dshow/libwin32.h:6,
|
|---|
| 6427 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6428 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 6429 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 6430 | |
|
|---|
| 6431 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 6432 | from ./loader/dshow/libwin32.h:9,
|
|---|
| 6433 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6434 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 6435 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 6436 | |
|
|---|
| 6437 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6438 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6439 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 6440 | from ./loader/dshow/libwin32.h:6,
|
|---|
| 6441 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6442 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 6443 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 6444 | |
|
|---|
| 6445 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 6446 | from ./loader/dshow/libwin32.h:9,
|
|---|
| 6447 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6448 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 6449 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 6450 | |
|
|---|
| 6451 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6452 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6453 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 6454 | from ./loader/dshow/libwin32.h:6,
|
|---|
| 6455 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6456 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 6457 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 6458 | |
|
|---|
| 6459 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 6460 | from ./loader/dshow/libwin32.h:9,
|
|---|
| 6461 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6462 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 6463 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 6464 | |
|
|---|
| 6465 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6466 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6467 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 6468 | from ./loader/dshow/libwin32.h:6,
|
|---|
| 6469 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6470 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 6471 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 6472 | |
|
|---|
| 6473 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 6474 | from ./loader/dshow/libwin32.h:9,
|
|---|
| 6475 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6476 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 6477 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 6478 | |
|
|---|
| 6479 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6480 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6481 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 6482 | from ./loader/dshow/libwin32.h:6,
|
|---|
| 6483 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6484 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 6485 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 6486 | |
|
|---|
| 6487 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 6488 | from ./loader/dshow/libwin32.h:9,
|
|---|
| 6489 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6490 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 6491 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 6492 | |
|
|---|
| 6493 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6494 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6495 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 6496 | from ./loader/dshow/libwin32.h:6,
|
|---|
| 6497 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6498 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 6499 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 6500 | |
|
|---|
| 6501 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 6502 | from ./loader/dshow/libwin32.h:9,
|
|---|
| 6503 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6504 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 6505 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 6506 | |
|
|---|
| 6507 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6508 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6509 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 6510 | from ./loader/dshow/libwin32.h:6,
|
|---|
| 6511 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6512 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 6513 | 503 | # define DUMMYUNIONNAME
|
|---|
| 6514 | |
|
|---|
| 6515 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 6516 | from ./loader/dshow/libwin32.h:9,
|
|---|
| 6517 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6518 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 6519 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 6520 | |
|
|---|
| 6521 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6522 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6523 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 6524 | from ./loader/dshow/libwin32.h:6,
|
|---|
| 6525 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6526 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 6527 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 6528 | |
|
|---|
| 6529 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 6530 | from ./loader/dshow/libwin32.h:9,
|
|---|
| 6531 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6532 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 6533 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 6534 | |
|
|---|
| 6535 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6536 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6537 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 6538 | from ./loader/dshow/libwin32.h:6,
|
|---|
| 6539 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6540 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 6541 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 6542 | |
|
|---|
| 6543 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 6544 | from ./loader/dshow/libwin32.h:9,
|
|---|
| 6545 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6546 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 6547 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 6548 | |
|
|---|
| 6549 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6550 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6551 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 6552 | from ./loader/dshow/libwin32.h:6,
|
|---|
| 6553 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6554 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 6555 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 6556 | |
|
|---|
| 6557 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 6558 | from ./loader/dshow/libwin32.h:9,
|
|---|
| 6559 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6560 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 6561 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 6562 | |
|
|---|
| 6563 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6564 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6565 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 6566 | from ./loader/dshow/libwin32.h:6,
|
|---|
| 6567 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6568 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 6569 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 6570 | |
|
|---|
| 6571 | In file included from ./loader/wine/mmreg.h:19,
|
|---|
| 6572 | from ./loader/dshow/libwin32.h:9,
|
|---|
| 6573 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6574 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 6575 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 6576 | |
|
|---|
| 6577 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6578 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6579 | from E:/MABS/msys64/mingw32/include/inttypes.h:11,
|
|---|
| 6580 | from ./loader/dshow/libwin32.h:6,
|
|---|
| 6581 | from loader/dmo/DMO_AudioDecoder.c:8:
|
|---|
| 6582 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 6583 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 6584 | |
|
|---|
| 6585 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dmo/DMO_VideoDecoder.o loader/dmo/DMO_VideoDecoder.c
|
|---|
| 6586 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 6587 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6588 | from ./loader/dshow/guids.h:14,
|
|---|
| 6589 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6590 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 6591 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 6592 | |
|
|---|
| 6593 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6594 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6595 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6596 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6597 | from ./loader/com.h:9,
|
|---|
| 6598 | from ./loader/dshow/guids.h:10,
|
|---|
| 6599 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6600 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 6601 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 6602 | |
|
|---|
| 6603 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6604 | from ./loader/dshow/guids.h:14,
|
|---|
| 6605 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6606 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 6607 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 6608 | |
|
|---|
| 6609 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6610 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6611 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6612 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6613 | from ./loader/com.h:9,
|
|---|
| 6614 | from ./loader/dshow/guids.h:10,
|
|---|
| 6615 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6616 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 6617 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 6618 | |
|
|---|
| 6619 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6620 | from ./loader/dshow/guids.h:14,
|
|---|
| 6621 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6622 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 6623 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 6624 | |
|
|---|
| 6625 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6626 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6627 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6628 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6629 | from ./loader/com.h:9,
|
|---|
| 6630 | from ./loader/dshow/guids.h:10,
|
|---|
| 6631 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6632 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 6633 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 6634 | |
|
|---|
| 6635 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6636 | from ./loader/dshow/guids.h:14,
|
|---|
| 6637 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6638 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 6639 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 6640 | |
|
|---|
| 6641 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6642 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6643 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6644 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6645 | from ./loader/com.h:9,
|
|---|
| 6646 | from ./loader/dshow/guids.h:10,
|
|---|
| 6647 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6648 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 6649 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 6650 | |
|
|---|
| 6651 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6652 | from ./loader/dshow/guids.h:14,
|
|---|
| 6653 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6654 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 6655 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 6656 | |
|
|---|
| 6657 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6658 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6659 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6660 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6661 | from ./loader/com.h:9,
|
|---|
| 6662 | from ./loader/dshow/guids.h:10,
|
|---|
| 6663 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6664 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 6665 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 6666 | |
|
|---|
| 6667 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6668 | from ./loader/dshow/guids.h:14,
|
|---|
| 6669 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6670 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 6671 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 6672 | |
|
|---|
| 6673 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6674 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6675 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6676 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6677 | from ./loader/com.h:9,
|
|---|
| 6678 | from ./loader/dshow/guids.h:10,
|
|---|
| 6679 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6680 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 6681 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 6682 | |
|
|---|
| 6683 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6684 | from ./loader/dshow/guids.h:14,
|
|---|
| 6685 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6686 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 6687 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 6688 | |
|
|---|
| 6689 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6690 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6691 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6692 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6693 | from ./loader/com.h:9,
|
|---|
| 6694 | from ./loader/dshow/guids.h:10,
|
|---|
| 6695 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6696 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 6697 | 503 | # define DUMMYUNIONNAME
|
|---|
| 6698 | |
|
|---|
| 6699 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6700 | from ./loader/dshow/guids.h:14,
|
|---|
| 6701 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6702 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 6703 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 6704 | |
|
|---|
| 6705 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6706 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6707 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6708 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6709 | from ./loader/com.h:9,
|
|---|
| 6710 | from ./loader/dshow/guids.h:10,
|
|---|
| 6711 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6712 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 6713 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 6714 | |
|
|---|
| 6715 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6716 | from ./loader/dshow/guids.h:14,
|
|---|
| 6717 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6718 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 6719 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 6720 | |
|
|---|
| 6721 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6722 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6723 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6724 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6725 | from ./loader/com.h:9,
|
|---|
| 6726 | from ./loader/dshow/guids.h:10,
|
|---|
| 6727 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6728 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 6729 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 6730 | |
|
|---|
| 6731 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6732 | from ./loader/dshow/guids.h:14,
|
|---|
| 6733 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6734 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 6735 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 6736 | |
|
|---|
| 6737 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6738 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6739 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6740 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6741 | from ./loader/com.h:9,
|
|---|
| 6742 | from ./loader/dshow/guids.h:10,
|
|---|
| 6743 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6744 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 6745 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 6746 | |
|
|---|
| 6747 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6748 | from ./loader/dshow/guids.h:14,
|
|---|
| 6749 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6750 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 6751 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 6752 | |
|
|---|
| 6753 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6754 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6755 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6756 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6757 | from ./loader/com.h:9,
|
|---|
| 6758 | from ./loader/dshow/guids.h:10,
|
|---|
| 6759 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6760 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 6761 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 6762 | |
|
|---|
| 6763 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6764 | from ./loader/dshow/guids.h:14,
|
|---|
| 6765 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6766 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 6767 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 6768 | |
|
|---|
| 6769 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6770 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6771 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6772 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6773 | from ./loader/com.h:9,
|
|---|
| 6774 | from ./loader/dshow/guids.h:10,
|
|---|
| 6775 | from loader/dmo/DMO_VideoDecoder.c:8:
|
|---|
| 6776 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 6777 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 6778 | |
|
|---|
| 6779 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dmo/buffer.o loader/dmo/buffer.c
|
|---|
| 6780 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 6781 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6782 | from ./loader/dshow/guids.h:14,
|
|---|
| 6783 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6784 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6785 | from loader/dmo/buffer.c:1:
|
|---|
| 6786 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 6787 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 6788 | |
|
|---|
| 6789 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6790 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6791 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6792 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6793 | from ./loader/com.h:9,
|
|---|
| 6794 | from ./loader/dshow/guids.h:10,
|
|---|
| 6795 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6796 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6797 | from loader/dmo/buffer.c:1:
|
|---|
| 6798 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 6799 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 6800 | |
|
|---|
| 6801 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6802 | from ./loader/dshow/guids.h:14,
|
|---|
| 6803 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6804 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6805 | from loader/dmo/buffer.c:1:
|
|---|
| 6806 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 6807 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 6808 | |
|
|---|
| 6809 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6810 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6811 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6812 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6813 | from ./loader/com.h:9,
|
|---|
| 6814 | from ./loader/dshow/guids.h:10,
|
|---|
| 6815 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6816 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6817 | from loader/dmo/buffer.c:1:
|
|---|
| 6818 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 6819 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 6820 | |
|
|---|
| 6821 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6822 | from ./loader/dshow/guids.h:14,
|
|---|
| 6823 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6824 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6825 | from loader/dmo/buffer.c:1:
|
|---|
| 6826 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 6827 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 6828 | |
|
|---|
| 6829 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6830 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6831 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6832 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6833 | from ./loader/com.h:9,
|
|---|
| 6834 | from ./loader/dshow/guids.h:10,
|
|---|
| 6835 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6836 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6837 | from loader/dmo/buffer.c:1:
|
|---|
| 6838 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 6839 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 6840 | |
|
|---|
| 6841 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6842 | from ./loader/dshow/guids.h:14,
|
|---|
| 6843 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6844 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6845 | from loader/dmo/buffer.c:1:
|
|---|
| 6846 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 6847 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 6848 | |
|
|---|
| 6849 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6850 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6851 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6852 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6853 | from ./loader/com.h:9,
|
|---|
| 6854 | from ./loader/dshow/guids.h:10,
|
|---|
| 6855 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6856 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6857 | from loader/dmo/buffer.c:1:
|
|---|
| 6858 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 6859 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 6860 | |
|
|---|
| 6861 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6862 | from ./loader/dshow/guids.h:14,
|
|---|
| 6863 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6864 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6865 | from loader/dmo/buffer.c:1:
|
|---|
| 6866 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 6867 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 6868 | |
|
|---|
| 6869 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6870 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6871 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6872 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6873 | from ./loader/com.h:9,
|
|---|
| 6874 | from ./loader/dshow/guids.h:10,
|
|---|
| 6875 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6876 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6877 | from loader/dmo/buffer.c:1:
|
|---|
| 6878 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 6879 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 6880 | |
|
|---|
| 6881 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6882 | from ./loader/dshow/guids.h:14,
|
|---|
| 6883 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6884 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6885 | from loader/dmo/buffer.c:1:
|
|---|
| 6886 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 6887 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 6888 | |
|
|---|
| 6889 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6890 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6891 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6892 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6893 | from ./loader/com.h:9,
|
|---|
| 6894 | from ./loader/dshow/guids.h:10,
|
|---|
| 6895 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6896 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6897 | from loader/dmo/buffer.c:1:
|
|---|
| 6898 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 6899 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 6900 | |
|
|---|
| 6901 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6902 | from ./loader/dshow/guids.h:14,
|
|---|
| 6903 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6904 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6905 | from loader/dmo/buffer.c:1:
|
|---|
| 6906 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 6907 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 6908 | |
|
|---|
| 6909 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6910 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6911 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6912 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6913 | from ./loader/com.h:9,
|
|---|
| 6914 | from ./loader/dshow/guids.h:10,
|
|---|
| 6915 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6916 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6917 | from loader/dmo/buffer.c:1:
|
|---|
| 6918 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 6919 | 503 | # define DUMMYUNIONNAME
|
|---|
| 6920 | |
|
|---|
| 6921 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6922 | from ./loader/dshow/guids.h:14,
|
|---|
| 6923 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6924 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6925 | from loader/dmo/buffer.c:1:
|
|---|
| 6926 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 6927 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 6928 | |
|
|---|
| 6929 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6930 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6931 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6932 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6933 | from ./loader/com.h:9,
|
|---|
| 6934 | from ./loader/dshow/guids.h:10,
|
|---|
| 6935 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6936 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6937 | from loader/dmo/buffer.c:1:
|
|---|
| 6938 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 6939 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 6940 | |
|
|---|
| 6941 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6942 | from ./loader/dshow/guids.h:14,
|
|---|
| 6943 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6944 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6945 | from loader/dmo/buffer.c:1:
|
|---|
| 6946 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 6947 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 6948 | |
|
|---|
| 6949 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6950 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6951 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6952 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6953 | from ./loader/com.h:9,
|
|---|
| 6954 | from ./loader/dshow/guids.h:10,
|
|---|
| 6955 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6956 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6957 | from loader/dmo/buffer.c:1:
|
|---|
| 6958 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 6959 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 6960 | |
|
|---|
| 6961 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6962 | from ./loader/dshow/guids.h:14,
|
|---|
| 6963 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6964 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6965 | from loader/dmo/buffer.c:1:
|
|---|
| 6966 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 6967 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 6968 | |
|
|---|
| 6969 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6970 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6971 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6972 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6973 | from ./loader/com.h:9,
|
|---|
| 6974 | from ./loader/dshow/guids.h:10,
|
|---|
| 6975 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6976 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6977 | from loader/dmo/buffer.c:1:
|
|---|
| 6978 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 6979 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 6980 | |
|
|---|
| 6981 | In file included from ./loader/wine/module.h:10,
|
|---|
| 6982 | from ./loader/dshow/guids.h:14,
|
|---|
| 6983 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6984 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6985 | from loader/dmo/buffer.c:1:
|
|---|
| 6986 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 6987 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 6988 | |
|
|---|
| 6989 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 6990 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 6991 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 6992 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 6993 | from ./loader/com.h:9,
|
|---|
| 6994 | from ./loader/dshow/guids.h:10,
|
|---|
| 6995 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 6996 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 6997 | from loader/dmo/buffer.c:1:
|
|---|
| 6998 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 6999 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 7000 | |
|
|---|
| 7001 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7002 | from ./loader/dshow/guids.h:14,
|
|---|
| 7003 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7004 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7005 | from loader/dmo/buffer.c:1:
|
|---|
| 7006 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 7007 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 7008 | |
|
|---|
| 7009 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7010 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7011 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7012 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7013 | from ./loader/com.h:9,
|
|---|
| 7014 | from ./loader/dshow/guids.h:10,
|
|---|
| 7015 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7016 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7017 | from loader/dmo/buffer.c:1:
|
|---|
| 7018 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 7019 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 7020 | |
|
|---|
| 7021 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dmo/dmo.o loader/dmo/dmo.c
|
|---|
| 7022 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7023 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7024 | from ./loader/dshow/guids.h:14,
|
|---|
| 7025 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7026 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7027 | from loader/dmo/dmo.c:7:
|
|---|
| 7028 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 7029 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 7030 | |
|
|---|
| 7031 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7032 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7033 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7034 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7035 | from ./loader/com.h:9,
|
|---|
| 7036 | from ./loader/dshow/guids.h:10,
|
|---|
| 7037 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7038 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7039 | from loader/dmo/dmo.c:7:
|
|---|
| 7040 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 7041 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 7042 | |
|
|---|
| 7043 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7044 | from ./loader/dshow/guids.h:14,
|
|---|
| 7045 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7046 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7047 | from loader/dmo/dmo.c:7:
|
|---|
| 7048 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 7049 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 7050 | |
|
|---|
| 7051 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7052 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7053 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7054 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7055 | from ./loader/com.h:9,
|
|---|
| 7056 | from ./loader/dshow/guids.h:10,
|
|---|
| 7057 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7058 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7059 | from loader/dmo/dmo.c:7:
|
|---|
| 7060 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 7061 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 7062 | |
|
|---|
| 7063 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7064 | from ./loader/dshow/guids.h:14,
|
|---|
| 7065 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7066 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7067 | from loader/dmo/dmo.c:7:
|
|---|
| 7068 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 7069 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 7070 | |
|
|---|
| 7071 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7072 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7073 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7074 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7075 | from ./loader/com.h:9,
|
|---|
| 7076 | from ./loader/dshow/guids.h:10,
|
|---|
| 7077 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7078 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7079 | from loader/dmo/dmo.c:7:
|
|---|
| 7080 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 7081 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 7082 | |
|
|---|
| 7083 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7084 | from ./loader/dshow/guids.h:14,
|
|---|
| 7085 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7086 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7087 | from loader/dmo/dmo.c:7:
|
|---|
| 7088 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 7089 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 7090 | |
|
|---|
| 7091 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7092 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7093 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7094 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7095 | from ./loader/com.h:9,
|
|---|
| 7096 | from ./loader/dshow/guids.h:10,
|
|---|
| 7097 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7098 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7099 | from loader/dmo/dmo.c:7:
|
|---|
| 7100 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 7101 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 7102 | |
|
|---|
| 7103 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7104 | from ./loader/dshow/guids.h:14,
|
|---|
| 7105 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7106 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7107 | from loader/dmo/dmo.c:7:
|
|---|
| 7108 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 7109 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 7110 | |
|
|---|
| 7111 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7112 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7113 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7114 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7115 | from ./loader/com.h:9,
|
|---|
| 7116 | from ./loader/dshow/guids.h:10,
|
|---|
| 7117 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7118 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7119 | from loader/dmo/dmo.c:7:
|
|---|
| 7120 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 7121 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 7122 | |
|
|---|
| 7123 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7124 | from ./loader/dshow/guids.h:14,
|
|---|
| 7125 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7126 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7127 | from loader/dmo/dmo.c:7:
|
|---|
| 7128 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 7129 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 7130 | |
|
|---|
| 7131 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7132 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7133 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7134 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7135 | from ./loader/com.h:9,
|
|---|
| 7136 | from ./loader/dshow/guids.h:10,
|
|---|
| 7137 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7138 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7139 | from loader/dmo/dmo.c:7:
|
|---|
| 7140 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 7141 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 7142 | |
|
|---|
| 7143 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7144 | from ./loader/dshow/guids.h:14,
|
|---|
| 7145 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7146 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7147 | from loader/dmo/dmo.c:7:
|
|---|
| 7148 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 7149 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 7150 | |
|
|---|
| 7151 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7152 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7153 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7154 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7155 | from ./loader/com.h:9,
|
|---|
| 7156 | from ./loader/dshow/guids.h:10,
|
|---|
| 7157 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7158 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7159 | from loader/dmo/dmo.c:7:
|
|---|
| 7160 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 7161 | 503 | # define DUMMYUNIONNAME
|
|---|
| 7162 | |
|
|---|
| 7163 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7164 | from ./loader/dshow/guids.h:14,
|
|---|
| 7165 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7166 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7167 | from loader/dmo/dmo.c:7:
|
|---|
| 7168 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 7169 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 7170 | |
|
|---|
| 7171 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7172 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7173 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7174 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7175 | from ./loader/com.h:9,
|
|---|
| 7176 | from ./loader/dshow/guids.h:10,
|
|---|
| 7177 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7178 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7179 | from loader/dmo/dmo.c:7:
|
|---|
| 7180 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 7181 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 7182 | |
|
|---|
| 7183 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7184 | from ./loader/dshow/guids.h:14,
|
|---|
| 7185 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7186 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7187 | from loader/dmo/dmo.c:7:
|
|---|
| 7188 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 7189 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 7190 | |
|
|---|
| 7191 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7192 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7193 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7194 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7195 | from ./loader/com.h:9,
|
|---|
| 7196 | from ./loader/dshow/guids.h:10,
|
|---|
| 7197 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7198 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7199 | from loader/dmo/dmo.c:7:
|
|---|
| 7200 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 7201 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 7202 | |
|
|---|
| 7203 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7204 | from ./loader/dshow/guids.h:14,
|
|---|
| 7205 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7206 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7207 | from loader/dmo/dmo.c:7:
|
|---|
| 7208 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 7209 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 7210 | |
|
|---|
| 7211 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7212 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7213 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7214 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7215 | from ./loader/com.h:9,
|
|---|
| 7216 | from ./loader/dshow/guids.h:10,
|
|---|
| 7217 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7218 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7219 | from loader/dmo/dmo.c:7:
|
|---|
| 7220 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 7221 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 7222 | |
|
|---|
| 7223 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7224 | from ./loader/dshow/guids.h:14,
|
|---|
| 7225 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7226 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7227 | from loader/dmo/dmo.c:7:
|
|---|
| 7228 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 7229 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 7230 | |
|
|---|
| 7231 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7232 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7233 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7234 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7235 | from ./loader/com.h:9,
|
|---|
| 7236 | from ./loader/dshow/guids.h:10,
|
|---|
| 7237 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7238 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7239 | from loader/dmo/dmo.c:7:
|
|---|
| 7240 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 7241 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 7242 | |
|
|---|
| 7243 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7244 | from ./loader/dshow/guids.h:14,
|
|---|
| 7245 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7246 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7247 | from loader/dmo/dmo.c:7:
|
|---|
| 7248 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 7249 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 7250 | |
|
|---|
| 7251 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7252 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7253 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7254 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7255 | from ./loader/com.h:9,
|
|---|
| 7256 | from ./loader/dshow/guids.h:10,
|
|---|
| 7257 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7258 | from loader/dmo/DMO_Filter.h:4,
|
|---|
| 7259 | from loader/dmo/dmo.c:7:
|
|---|
| 7260 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 7261 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 7262 | |
|
|---|
| 7263 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o loader/dmo/dmo_guids.o loader/dmo/dmo_guids.c
|
|---|
| 7264 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7265 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7266 | from ./loader/dshow/guids.h:14,
|
|---|
| 7267 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7268 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7269 | ./loader/wine/windef.h:58: warning: "DUMMYSTRUCTNAME" redefined
|
|---|
| 7270 | 58 | #define DUMMYSTRUCTNAME s
|
|---|
| 7271 | |
|
|---|
| 7272 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7273 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7274 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7275 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7276 | from ./loader/com.h:9,
|
|---|
| 7277 | from ./loader/dshow/guids.h:10,
|
|---|
| 7278 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7279 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7280 | E:/MABS/msys64/mingw32/include/_mingw.h:525: note: this is the location of the previous definition
|
|---|
| 7281 | 525 | # define DUMMYSTRUCTNAME
|
|---|
| 7282 | |
|
|---|
| 7283 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7284 | from ./loader/dshow/guids.h:14,
|
|---|
| 7285 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7286 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7287 | ./loader/wine/windef.h:59: warning: "DUMMYSTRUCTNAME1" redefined
|
|---|
| 7288 | 59 | #define DUMMYSTRUCTNAME1 s1
|
|---|
| 7289 | |
|
|---|
| 7290 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7291 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7292 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7293 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7294 | from ./loader/com.h:9,
|
|---|
| 7295 | from ./loader/dshow/guids.h:10,
|
|---|
| 7296 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7297 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7298 | E:/MABS/msys64/mingw32/include/_mingw.h:526: note: this is the location of the previous definition
|
|---|
| 7299 | 526 | # define DUMMYSTRUCTNAME1 /* Wine uses this variant */
|
|---|
| 7300 | |
|
|---|
| 7301 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7302 | from ./loader/dshow/guids.h:14,
|
|---|
| 7303 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7304 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7305 | ./loader/wine/windef.h:60: warning: "DUMMYSTRUCTNAME2" redefined
|
|---|
| 7306 | 60 | #define DUMMYSTRUCTNAME2 s2
|
|---|
| 7307 | |
|
|---|
| 7308 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7309 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7310 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7311 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7312 | from ./loader/com.h:9,
|
|---|
| 7313 | from ./loader/dshow/guids.h:10,
|
|---|
| 7314 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7315 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7316 | E:/MABS/msys64/mingw32/include/_mingw.h:527: note: this is the location of the previous definition
|
|---|
| 7317 | 527 | # define DUMMYSTRUCTNAME2
|
|---|
| 7318 | |
|
|---|
| 7319 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7320 | from ./loader/dshow/guids.h:14,
|
|---|
| 7321 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7322 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7323 | ./loader/wine/windef.h:61: warning: "DUMMYSTRUCTNAME3" redefined
|
|---|
| 7324 | 61 | #define DUMMYSTRUCTNAME3 s3
|
|---|
| 7325 | |
|
|---|
| 7326 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7327 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7328 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7329 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7330 | from ./loader/com.h:9,
|
|---|
| 7331 | from ./loader/dshow/guids.h:10,
|
|---|
| 7332 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7333 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7334 | E:/MABS/msys64/mingw32/include/_mingw.h:528: note: this is the location of the previous definition
|
|---|
| 7335 | 528 | # define DUMMYSTRUCTNAME3
|
|---|
| 7336 | |
|
|---|
| 7337 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7338 | from ./loader/dshow/guids.h:14,
|
|---|
| 7339 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7340 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7341 | ./loader/wine/windef.h:62: warning: "DUMMYSTRUCTNAME4" redefined
|
|---|
| 7342 | 62 | #define DUMMYSTRUCTNAME4 s4
|
|---|
| 7343 | |
|
|---|
| 7344 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7345 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7346 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7347 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7348 | from ./loader/com.h:9,
|
|---|
| 7349 | from ./loader/dshow/guids.h:10,
|
|---|
| 7350 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7351 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7352 | E:/MABS/msys64/mingw32/include/_mingw.h:529: note: this is the location of the previous definition
|
|---|
| 7353 | 529 | # define DUMMYSTRUCTNAME4
|
|---|
| 7354 | |
|
|---|
| 7355 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7356 | from ./loader/dshow/guids.h:14,
|
|---|
| 7357 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7358 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7359 | ./loader/wine/windef.h:63: warning: "DUMMYSTRUCTNAME5" redefined
|
|---|
| 7360 | 63 | #define DUMMYSTRUCTNAME5 s5
|
|---|
| 7361 | |
|
|---|
| 7362 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7363 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7364 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7365 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7366 | from ./loader/com.h:9,
|
|---|
| 7367 | from ./loader/dshow/guids.h:10,
|
|---|
| 7368 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7369 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7370 | E:/MABS/msys64/mingw32/include/_mingw.h:530: note: this is the location of the previous definition
|
|---|
| 7371 | 530 | # define DUMMYSTRUCTNAME5
|
|---|
| 7372 | |
|
|---|
| 7373 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7374 | from ./loader/dshow/guids.h:14,
|
|---|
| 7375 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7376 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7377 | ./loader/wine/windef.h:74: warning: "DUMMYUNIONNAME" redefined
|
|---|
| 7378 | 74 | #define DUMMYUNIONNAME u
|
|---|
| 7379 | |
|
|---|
| 7380 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7381 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7382 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7383 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7384 | from ./loader/com.h:9,
|
|---|
| 7385 | from ./loader/dshow/guids.h:10,
|
|---|
| 7386 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7387 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7388 | E:/MABS/msys64/mingw32/include/_mingw.h:503: note: this is the location of the previous definition
|
|---|
| 7389 | 503 | # define DUMMYUNIONNAME
|
|---|
| 7390 | |
|
|---|
| 7391 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7392 | from ./loader/dshow/guids.h:14,
|
|---|
| 7393 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7394 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7395 | ./loader/wine/windef.h:75: warning: "DUMMYUNIONNAME1" redefined
|
|---|
| 7396 | 75 | #define DUMMYUNIONNAME1 u1
|
|---|
| 7397 | |
|
|---|
| 7398 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7399 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7400 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7401 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7402 | from ./loader/com.h:9,
|
|---|
| 7403 | from ./loader/dshow/guids.h:10,
|
|---|
| 7404 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7405 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7406 | E:/MABS/msys64/mingw32/include/_mingw.h:504: note: this is the location of the previous definition
|
|---|
| 7407 | 504 | # define DUMMYUNIONNAME1 /* Wine uses this variant */
|
|---|
| 7408 | |
|
|---|
| 7409 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7410 | from ./loader/dshow/guids.h:14,
|
|---|
| 7411 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7412 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7413 | ./loader/wine/windef.h:76: warning: "DUMMYUNIONNAME2" redefined
|
|---|
| 7414 | 76 | #define DUMMYUNIONNAME2 u2
|
|---|
| 7415 | |
|
|---|
| 7416 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7417 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7418 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7419 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7420 | from ./loader/com.h:9,
|
|---|
| 7421 | from ./loader/dshow/guids.h:10,
|
|---|
| 7422 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7423 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7424 | E:/MABS/msys64/mingw32/include/_mingw.h:505: note: this is the location of the previous definition
|
|---|
| 7425 | 505 | # define DUMMYUNIONNAME2
|
|---|
| 7426 | |
|
|---|
| 7427 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7428 | from ./loader/dshow/guids.h:14,
|
|---|
| 7429 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7430 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7431 | ./loader/wine/windef.h:77: warning: "DUMMYUNIONNAME3" redefined
|
|---|
| 7432 | 77 | #define DUMMYUNIONNAME3 u3
|
|---|
| 7433 | |
|
|---|
| 7434 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7435 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7436 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7437 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7438 | from ./loader/com.h:9,
|
|---|
| 7439 | from ./loader/dshow/guids.h:10,
|
|---|
| 7440 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7441 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7442 | E:/MABS/msys64/mingw32/include/_mingw.h:506: note: this is the location of the previous definition
|
|---|
| 7443 | 506 | # define DUMMYUNIONNAME3
|
|---|
| 7444 | |
|
|---|
| 7445 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7446 | from ./loader/dshow/guids.h:14,
|
|---|
| 7447 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7448 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7449 | ./loader/wine/windef.h:78: warning: "DUMMYUNIONNAME4" redefined
|
|---|
| 7450 | 78 | #define DUMMYUNIONNAME4 u4
|
|---|
| 7451 | |
|
|---|
| 7452 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7453 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7454 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7455 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7456 | from ./loader/com.h:9,
|
|---|
| 7457 | from ./loader/dshow/guids.h:10,
|
|---|
| 7458 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7459 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7460 | E:/MABS/msys64/mingw32/include/_mingw.h:507: note: this is the location of the previous definition
|
|---|
| 7461 | 507 | # define DUMMYUNIONNAME4
|
|---|
| 7462 | |
|
|---|
| 7463 | In file included from ./loader/wine/module.h:10,
|
|---|
| 7464 | from ./loader/dshow/guids.h:14,
|
|---|
| 7465 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7466 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7467 | ./loader/wine/windef.h:79: warning: "DUMMYUNIONNAME5" redefined
|
|---|
| 7468 | 79 | #define DUMMYUNIONNAME5 u5
|
|---|
| 7469 | |
|
|---|
| 7470 | In file included from E:/MABS/msys64/mingw32/include/corecrt.h:10,
|
|---|
| 7471 | from E:/MABS/msys64/mingw32/include/crtdefs.h:10,
|
|---|
| 7472 | from E:/MABS/msys64/mingw32/include/stdint.h:28,
|
|---|
| 7473 | from E:/MABS/msys64/mingw32/lib/gcc/i686-w64-mingw32/11.3.0/include/stdint.h:9,
|
|---|
| 7474 | from ./loader/com.h:9,
|
|---|
| 7475 | from ./loader/dshow/guids.h:10,
|
|---|
| 7476 | from loader/dmo/dmo_guids.h:4,
|
|---|
| 7477 | from loader/dmo/dmo_guids.c:1:
|
|---|
| 7478 | E:/MABS/msys64/mingw32/include/_mingw.h:508: note: this is the location of the previous definition
|
|---|
| 7479 | 508 | # define DUMMYUNIONNAME5
|
|---|
| 7480 | |
|
|---|
| 7481 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_xanim.o libmpcodecs/vd_xanim.c
|
|---|
| 7482 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7483 | libmpcodecs/vd_xanim.c: In function 'init':
|
|---|
| 7484 | libmpcodecs/vd_xanim.c:707:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 7485 | 707 | codec_hdr.description = codec_idx2str(sh->codec->info_idx);
|
|---|
| 7486 | | ^
|
|---|
| 7487 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o libmpcodecs/vd_xvid4.o libmpcodecs/vd_xvid4.c
|
|---|
| 7488 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7489 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o osdep/glob-win.o osdep/glob-win.c
|
|---|
| 7490 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7491 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o osdep/setenv.o osdep/setenv.c
|
|---|
| 7492 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7493 | ccache gcc -MMD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -D_ISOC99_SOURCE -I. -Iffmpeg -mthreads -mtune=generic -O2 -pipe -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fpermissive -DPTW32_STATIC_LIB -O3 -DMODPLUG_STATIC -fno-common -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0600 -IE:/MABS/local32/include -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/freetype2 -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include/fribidi -DFRIBIDI_LIB_STATIC -DZLIB_CONST -IE:/MABS/local32/include/opus -IE:/MABS/local32/include/bs2b -IE:/MABS/local32/include/libxml2 -DLIBXML_STATIC -IE:/MABS/local32/include -c -o osdep/strsep.o osdep/strsep.c
|
|---|
| 7494 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7495 | make -C ffmpeg libpostproc/libpostproc.a
|
|---|
| 7496 | make[1]: Entering directory '/build/mplayer-svn/ffmpeg'
|
|---|
| 7497 | GEN libavutil/libavutil.version
|
|---|
| 7498 | GEN libswscale/libswscale.version
|
|---|
| 7499 | GEN libswresample/libswresample.version
|
|---|
| 7500 | GEN libpostproc/libpostproc.version
|
|---|
| 7501 | GEN libavcodec/libavcodec.version
|
|---|
| 7502 | GEN libavformat/libavformat.version
|
|---|
| 7503 | GEN libavfilter/libavfilter.version
|
|---|
| 7504 | GEN libavdevice/libavdevice.version
|
|---|
| 7505 | CC libpostproc/postprocess.o
|
|---|
| 7506 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7507 | AR libpostproc/libpostproc.a
|
|---|
| 7508 | make[1]: Leaving directory '/build/mplayer-svn/ffmpeg'
|
|---|
| 7509 | make -C ffmpeg libavfilter/libavfilter.a
|
|---|
| 7510 | make[1]: Entering directory '/build/mplayer-svn/ffmpeg'
|
|---|
| 7511 | CC libavfilter/allfilters.o
|
|---|
| 7512 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7513 | CC libavfilter/audio.o
|
|---|
| 7514 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7515 | libavfilter/audio.c: In function 'ff_default_get_audio_buffer':
|
|---|
| 7516 | libavfilter/audio.c:43:5: warning: 'av_get_channel_layout_nb_channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7517 | 43 | int channel_layout_nb_channels = av_get_channel_layout_nb_channels(link->channel_layout);
|
|---|
| 7518 | | ^~~
|
|---|
| 7519 | In file included from libavfilter/audio.c:23:
|
|---|
| 7520 | ./libavutil/channel_layout.h:449:5: note: declared here
|
|---|
| 7521 | 449 | int av_get_channel_layout_nb_channels(uint64_t channel_layout);
|
|---|
| 7522 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 7523 | libavfilter/audio.c:43:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7524 | 43 | int channel_layout_nb_channels = av_get_channel_layout_nb_channels(link->channel_layout);
|
|---|
| 7525 | | ^~~
|
|---|
| 7526 | In file included from libavfilter/audio.h:25,
|
|---|
| 7527 | from libavfilter/audio.c:27:
|
|---|
| 7528 | libavfilter/avfilter.h:558:14: note: declared here
|
|---|
| 7529 | 558 | uint64_t channel_layout;
|
|---|
| 7530 | | ^~~~~~~~~~~~~~
|
|---|
| 7531 | libavfilter/audio.c:85:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7532 | 85 | frame->channel_layout = link->channel_layout;
|
|---|
| 7533 | | ^~~~~
|
|---|
| 7534 | In file included from libavfilter/avfilter.h:44,
|
|---|
| 7535 | from libavfilter/audio.h:25,
|
|---|
| 7536 | from libavfilter/audio.c:27:
|
|---|
| 7537 | ./libavutil/frame.h:510:14: note: declared here
|
|---|
| 7538 | 510 | uint64_t channel_layout;
|
|---|
| 7539 | | ^~~~~~~~~~~~~~
|
|---|
| 7540 | libavfilter/audio.c:85:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7541 | 85 | frame->channel_layout = link->channel_layout;
|
|---|
| 7542 | | ^~~~~
|
|---|
| 7543 | In file included from libavfilter/audio.h:25,
|
|---|
| 7544 | from libavfilter/audio.c:27:
|
|---|
| 7545 | libavfilter/avfilter.h:558:14: note: declared here
|
|---|
| 7546 | 558 | uint64_t channel_layout;
|
|---|
| 7547 | | ^~~~~~~~~~~~~~
|
|---|
| 7548 | CC libavfilter/avfilter.o
|
|---|
| 7549 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7550 | CC libavfilter/avfiltergraph.o
|
|---|
| 7551 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7552 | libavfilter/avfiltergraph.c: In function 'pick_format':
|
|---|
| 7553 | libavfilter/avfiltergraph.c:667:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7554 | 667 | link->channel_layout = link->ch_layout.order == AV_CHANNEL_ORDER_NATIVE ?
|
|---|
| 7555 | | ^~~~
|
|---|
| 7556 | In file included from libavfilter/avfiltergraph.c:37:
|
|---|
| 7557 | libavfilter/avfilter.h:558:14: note: declared here
|
|---|
| 7558 | 558 | uint64_t channel_layout;
|
|---|
| 7559 | | ^~~~~~~~~~~~~~
|
|---|
| 7560 | CC libavfilter/buffersink.o
|
|---|
| 7561 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7562 | libavfilter/buffersink.c: In function 'av_buffersink_get_channel_layout':
|
|---|
| 7563 | libavfilter/buffersink.c:228:1: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7564 | 228 | MAKE_AVFILTERLINK_ACCESSOR(uint64_t , channel_layout )
|
|---|
| 7565 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 7566 | In file included from libavfilter/audio.h:25,
|
|---|
| 7567 | from libavfilter/buffersink.c:36:
|
|---|
| 7568 | libavfilter/avfilter.h:558:14: note: declared here
|
|---|
| 7569 | 558 | uint64_t channel_layout;
|
|---|
| 7570 | | ^~~~~~~~~~~~~~
|
|---|
| 7571 | CC libavfilter/buffersrc.o
|
|---|
| 7572 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7573 | libavfilter/buffersrc.c: In function 'av_buffersrc_parameters_set':
|
|---|
| 7574 | libavfilter/buffersrc.c:133:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7575 | 133 | if (param->channel_layout && (param->ch_layout.order != AV_CHANNEL_ORDER_NATIVE ||
|
|---|
| 7576 | | ^~
|
|---|
| 7577 | In file included from libavfilter/buffersrc.c:38:
|
|---|
| 7578 | libavfilter/buffersrc.h:119:14: note: declared here
|
|---|
| 7579 | 119 | uint64_t channel_layout;
|
|---|
| 7580 | | ^~~~~~~~~~~~~~
|
|---|
| 7581 | libavfilter/buffersrc.c:134:39: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7582 | 134 | param->ch_layout.u.mask != param->channel_layout)) {
|
|---|
| 7583 | | ^~~~~
|
|---|
| 7584 | In file included from libavfilter/buffersrc.c:38:
|
|---|
| 7585 | libavfilter/buffersrc.h:119:14: note: declared here
|
|---|
| 7586 | 119 | uint64_t channel_layout;
|
|---|
| 7587 | | ^~~~~~~~~~~~~~
|
|---|
| 7588 | libavfilter/buffersrc.c:136:13: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7589 | 136 | av_channel_layout_from_mask(&s->ch_layout, param->channel_layout);
|
|---|
| 7590 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 7591 | In file included from libavfilter/buffersrc.c:38:
|
|---|
| 7592 | libavfilter/buffersrc.h:119:14: note: declared here
|
|---|
| 7593 | 119 | uint64_t channel_layout;
|
|---|
| 7594 | | ^~~~~~~~~~~~~~
|
|---|
| 7595 | libavfilter/buffersrc.c: In function 'av_buffersrc_add_frame_flags':
|
|---|
| 7596 | libavfilter/buffersrc.c:186:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7597 | 186 | if (frame && frame->channel_layout &&
|
|---|
| 7598 | | ^~
|
|---|
| 7599 | In file included from libavfilter/buffersrc.c:30:
|
|---|
| 7600 | ./libavutil/frame.h:510:14: note: declared here
|
|---|
| 7601 | 510 | uint64_t channel_layout;
|
|---|
| 7602 | | ^~~~~~~~~~~~~~
|
|---|
| 7603 | libavfilter/buffersrc.c:187:9: warning: 'av_get_channel_layout_nb_channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7604 | 187 | av_get_channel_layout_nb_channels(frame->channel_layout) != frame->channels) {
|
|---|
| 7605 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 7606 | In file included from libavfilter/buffersrc.c:28:
|
|---|
| 7607 | ./libavutil/channel_layout.h:449:5: note: declared here
|
|---|
| 7608 | 449 | int av_get_channel_layout_nb_channels(uint64_t channel_layout);
|
|---|
| 7609 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 7610 | libavfilter/buffersrc.c:187:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7611 | 187 | av_get_channel_layout_nb_channels(frame->channel_layout) != frame->channels) {
|
|---|
| 7612 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 7613 | In file included from libavfilter/buffersrc.c:30:
|
|---|
| 7614 | ./libavutil/frame.h:510:14: note: declared here
|
|---|
| 7615 | 510 | uint64_t channel_layout;
|
|---|
| 7616 | | ^~~~~~~~~~~~~~
|
|---|
| 7617 | libavfilter/buffersrc.c:187:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7618 | 187 | av_get_channel_layout_nb_channels(frame->channel_layout) != frame->channels) {
|
|---|
| 7619 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 7620 | In file included from libavfilter/buffersrc.c:30:
|
|---|
| 7621 | ./libavutil/frame.h:643:9: note: declared here
|
|---|
| 7622 | 643 | int channels;
|
|---|
| 7623 | | ^~~~~~~~
|
|---|
| 7624 | libavfilter/buffersrc.c:214:13: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7625 | 214 | if (!frame->channel_layout)
|
|---|
| 7626 | | ^~
|
|---|
| 7627 | In file included from libavfilter/buffersrc.c:30:
|
|---|
| 7628 | ./libavutil/frame.h:510:14: note: declared here
|
|---|
| 7629 | 510 | uint64_t channel_layout;
|
|---|
| 7630 | | ^~~~~~~~~~~~~~
|
|---|
| 7631 | libavfilter/buffersrc.c:215:17: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7632 | 215 | frame->channel_layout = s->ch_layout.order == AV_CHANNEL_ORDER_NATIVE ?
|
|---|
| 7633 | | ^~~~~
|
|---|
| 7634 | In file included from libavfilter/buffersrc.c:30:
|
|---|
| 7635 | ./libavutil/frame.h:510:14: note: declared here
|
|---|
| 7636 | 510 | uint64_t channel_layout;
|
|---|
| 7637 | | ^~~~~~~~~~~~~~
|
|---|
| 7638 | libavfilter/buffersrc.c: In function 'init_audio':
|
|---|
| 7639 | libavfilter/buffersrc.c:348:17: warning: 'av_get_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7640 | 348 | mask = av_get_channel_layout(s->channel_layout_str);
|
|---|
| 7641 | | ^~~~
|
|---|
| 7642 | In file included from libavfilter/buffersrc.c:28:
|
|---|
| 7643 | ./libavutil/channel_layout.h:408:10: note: declared here
|
|---|
| 7644 | 408 | uint64_t av_get_channel_layout(const char *name);
|
|---|
| 7645 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 7646 | CC libavfilter/drawutils.o
|
|---|
| 7647 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7648 | CC libavfilter/fifo.o
|
|---|
| 7649 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7650 | CC libavfilter/formats.o
|
|---|
| 7651 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7652 | libavfilter/formats.c: In function 'ff_parse_channel_layout':
|
|---|
| 7653 | libavfilter/formats.c:851:9: warning: 'av_get_extended_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7654 | 851 | if (av_get_extended_channel_layout(arg, &mask, &nb_channels) < 0) {
|
|---|
| 7655 | | ^~
|
|---|
| 7656 | In file included from libavfilter/formats.c:23:
|
|---|
| 7657 | ./libavutil/channel_layout.h:424:5: note: declared here
|
|---|
| 7658 | 424 | int av_get_extended_channel_layout(const char *name, uint64_t* channel_layout, int* nb_channels);
|
|---|
| 7659 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 7660 | CC libavfilter/framepool.o
|
|---|
| 7661 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7662 | libavfilter/framepool.c: In function 'ff_frame_pool_get':
|
|---|
| 7663 | libavfilter/framepool.c:239:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7664 | 239 | frame->channels = pool->channels;
|
|---|
| 7665 | | ^~~~~
|
|---|
| 7666 | In file included from libavfilter/framepool.h:25,
|
|---|
| 7667 | from libavfilter/framepool.c:21:
|
|---|
| 7668 | ./libavutil/frame.h:643:9: note: declared here
|
|---|
| 7669 | 643 | int channels;
|
|---|
| 7670 | | ^~~~~~~~
|
|---|
| 7671 | CC libavfilter/framequeue.o
|
|---|
| 7672 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7673 | CC libavfilter/graphdump.o
|
|---|
| 7674 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7675 | CC libavfilter/graphparser.o
|
|---|
| 7676 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7677 | CC libavfilter/pthread.o
|
|---|
| 7678 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7679 | CC libavfilter/video.o
|
|---|
| 7680 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7681 | AR libavfilter/libavfilter.a
|
|---|
| 7682 | make[1]: Leaving directory '/build/mplayer-svn/ffmpeg'
|
|---|
| 7683 | make -C ffmpeg libavformat/libavformat.a
|
|---|
| 7684 | make[1]: Entering directory '/build/mplayer-svn/ffmpeg'
|
|---|
| 7685 | CC libavformat/3dostr.o
|
|---|
| 7686 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7687 | CC libavformat/4xm.o
|
|---|
| 7688 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7689 | CC libavformat/a64.o
|
|---|
| 7690 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7691 | CC libavformat/aacdec.o
|
|---|
| 7692 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7693 | CC libavformat/aadec.o
|
|---|
| 7694 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7695 | CC libavformat/aaxdec.o
|
|---|
| 7696 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7697 | CC libavformat/ac3dec.o
|
|---|
| 7698 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7699 | CC libavformat/acedec.o
|
|---|
| 7700 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7701 | CC libavformat/acm.o
|
|---|
| 7702 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7703 | CC libavformat/act.o
|
|---|
| 7704 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7705 | CC libavformat/adp.o
|
|---|
| 7706 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7707 | CC libavformat/ads.o
|
|---|
| 7708 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7709 | CC libavformat/adtsenc.o
|
|---|
| 7710 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7711 | CC libavformat/adxdec.o
|
|---|
| 7712 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7713 | CC libavformat/aea.o
|
|---|
| 7714 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7715 | CC libavformat/afc.o
|
|---|
| 7716 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7717 | CC libavformat/aiff.o
|
|---|
| 7718 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7719 | CC libavformat/aiffdec.o
|
|---|
| 7720 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7721 | CC libavformat/aiffenc.o
|
|---|
| 7722 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7723 | CC libavformat/aixdec.o
|
|---|
| 7724 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7725 | CC libavformat/allformats.o
|
|---|
| 7726 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7727 | CC libavformat/alp.o
|
|---|
| 7728 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7729 | CC libavformat/amr.o
|
|---|
| 7730 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7731 | CC libavformat/amvenc.o
|
|---|
| 7732 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7733 | CC libavformat/anm.o
|
|---|
| 7734 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7735 | CC libavformat/apc.o
|
|---|
| 7736 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7737 | CC libavformat/ape.o
|
|---|
| 7738 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7739 | CC libavformat/apetag.o
|
|---|
| 7740 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7741 | CC libavformat/apm.o
|
|---|
| 7742 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7743 | CC libavformat/apngdec.o
|
|---|
| 7744 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7745 | CC libavformat/apngenc.o
|
|---|
| 7746 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7747 | CC libavformat/aptxdec.o
|
|---|
| 7748 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7749 | CC libavformat/aqtitledec.o
|
|---|
| 7750 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7751 | CC libavformat/argo_asf.o
|
|---|
| 7752 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7753 | CC libavformat/argo_brp.o
|
|---|
| 7754 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7755 | CC libavformat/argo_cvg.o
|
|---|
| 7756 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7757 | CC libavformat/asf.o
|
|---|
| 7758 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7759 | CC libavformat/asfcrypt.o
|
|---|
| 7760 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7761 | CC libavformat/asfdec_f.o
|
|---|
| 7762 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7763 | CC libavformat/asfdec_o.o
|
|---|
| 7764 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7765 | CC libavformat/asfenc.o
|
|---|
| 7766 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7767 | CC libavformat/assdec.o
|
|---|
| 7768 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7769 | CC libavformat/assenc.o
|
|---|
| 7770 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7771 | CC libavformat/ast.o
|
|---|
| 7772 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7773 | CC libavformat/astdec.o
|
|---|
| 7774 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7775 | CC libavformat/astenc.o
|
|---|
| 7776 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7777 | CC libavformat/async.o
|
|---|
| 7778 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7779 | CC libavformat/au.o
|
|---|
| 7780 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7781 | CC libavformat/av1.o
|
|---|
| 7782 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7783 | CC libavformat/av1dec.o
|
|---|
| 7784 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7785 | CC libavformat/avc.o
|
|---|
| 7786 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7787 | CC libavformat/avidec.o
|
|---|
| 7788 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7789 | CC libavformat/avienc.o
|
|---|
| 7790 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7791 | CC libavformat/avio.o
|
|---|
| 7792 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7793 | CC libavformat/aviobuf.o
|
|---|
| 7794 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7795 | libavformat/aviobuf.c: In function 'ffio_init_context':
|
|---|
| 7796 | libavformat/aviobuf.c:130:5: warning: 'written' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7797 | 130 | s->written = 0;
|
|---|
| 7798 | | ^
|
|---|
| 7799 | In file included from libavformat/aviobuf.c:31:
|
|---|
| 7800 | libavformat/avio.h:301:13: note: declared here
|
|---|
| 7801 | 301 | int64_t written;
|
|---|
| 7802 | | ^~~~~~~
|
|---|
| 7803 | libavformat/aviobuf.c: In function 'writeout':
|
|---|
| 7804 | libavformat/aviobuf.c:179:17: warning: 'written' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7805 | 179 | s->written = ctx->written_output_size;
|
|---|
| 7806 | | ^
|
|---|
| 7807 | In file included from libavformat/aviobuf.c:31:
|
|---|
| 7808 | libavformat/avio.h:301:13: note: declared here
|
|---|
| 7809 | 301 | int64_t written;
|
|---|
| 7810 | | ^~~~~~~
|
|---|
| 7811 | CC libavformat/avlanguage.o
|
|---|
| 7812 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7813 | CC libavformat/avr.o
|
|---|
| 7814 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7815 | CC libavformat/avs.o
|
|---|
| 7816 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7817 | CC libavformat/avs2dec.o
|
|---|
| 7818 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7819 | CC libavformat/avs3dec.o
|
|---|
| 7820 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7821 | CC libavformat/bethsoftvid.o
|
|---|
| 7822 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7823 | CC libavformat/bfi.o
|
|---|
| 7824 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7825 | CC libavformat/bink.o
|
|---|
| 7826 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7827 | CC libavformat/binka.o
|
|---|
| 7828 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7829 | CC libavformat/bintext.o
|
|---|
| 7830 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7831 | CC libavformat/bit.o
|
|---|
| 7832 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7833 | CC libavformat/bmv.o
|
|---|
| 7834 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7835 | CC libavformat/boadec.o
|
|---|
| 7836 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7837 | CC libavformat/brstm.o
|
|---|
| 7838 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7839 | CC libavformat/c93.o
|
|---|
| 7840 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7841 | CC libavformat/cache.o
|
|---|
| 7842 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7843 | CC libavformat/caf.o
|
|---|
| 7844 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7845 | CC libavformat/cafdec.o
|
|---|
| 7846 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7847 | CC libavformat/cafenc.o
|
|---|
| 7848 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7849 | CC libavformat/cavsvideodec.o
|
|---|
| 7850 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7851 | CC libavformat/cdg.o
|
|---|
| 7852 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7853 | CC libavformat/cdxl.o
|
|---|
| 7854 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7855 | CC libavformat/cinedec.o
|
|---|
| 7856 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7857 | CC libavformat/codec2.o
|
|---|
| 7858 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7859 | CC libavformat/concat.o
|
|---|
| 7860 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7861 | CC libavformat/concatdec.o
|
|---|
| 7862 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7863 | CC libavformat/crcenc.o
|
|---|
| 7864 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7865 | CC libavformat/crypto.o
|
|---|
| 7866 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7867 | CC libavformat/dash.o
|
|---|
| 7868 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7869 | CC libavformat/dashdec.o
|
|---|
| 7870 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7871 | CC libavformat/dashenc.o
|
|---|
| 7872 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7873 | CC libavformat/data_uri.o
|
|---|
| 7874 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7875 | CC libavformat/dauddec.o
|
|---|
| 7876 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7877 | CC libavformat/daudenc.o
|
|---|
| 7878 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7879 | CC libavformat/dcstr.o
|
|---|
| 7880 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7881 | CC libavformat/demux.o
|
|---|
| 7882 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7883 | libavformat/demux.c: In function 'update_stream_avctx':
|
|---|
| 7884 | libavformat/demux.c:201:13: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7885 | 201 | !st->codecpar->channels) {
|
|---|
| 7886 | | ^
|
|---|
| 7887 | In file included from ./libavcodec/bsf.h:29,
|
|---|
| 7888 | from libavformat/demux.c:38:
|
|---|
| 7889 | ./libavcodec/codec_par.h:172:14: note: declared here
|
|---|
| 7890 | 172 | int channels;
|
|---|
| 7891 | | ^~~~~~~~
|
|---|
| 7892 | libavformat/demux.c:202:13: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7893 | 202 | st->codecpar->channels = st->codecpar->ch_layout.nb_channels;
|
|---|
| 7894 | | ^~
|
|---|
| 7895 | In file included from ./libavcodec/bsf.h:29,
|
|---|
| 7896 | from libavformat/demux.c:38:
|
|---|
| 7897 | ./libavcodec/codec_par.h:172:14: note: declared here
|
|---|
| 7898 | 172 | int channels;
|
|---|
| 7899 | | ^~~~~~~~
|
|---|
| 7900 | libavformat/demux.c:203:13: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7901 | 203 | st->codecpar->channel_layout = st->codecpar->ch_layout.order == AV_CHANNEL_ORDER_NATIVE ?
|
|---|
| 7902 | | ^~
|
|---|
| 7903 | In file included from ./libavcodec/bsf.h:29,
|
|---|
| 7904 | from libavformat/demux.c:38:
|
|---|
| 7905 | ./libavcodec/codec_par.h:166:14: note: declared here
|
|---|
| 7906 | 166 | uint64_t channel_layout;
|
|---|
| 7907 | | ^~~~~~~~~~~~~~
|
|---|
| 7908 | libavformat/demux.c: In function 'ff_read_packet':
|
|---|
| 7909 | libavformat/demux.c:546:5: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7910 | 546 | av_init_packet(pkt);
|
|---|
| 7911 | | ^~~~~~~~~~~~~~
|
|---|
| 7912 | In file included from ./libavcodec/bsf.h:30,
|
|---|
| 7913 | from libavformat/demux.c:38:
|
|---|
| 7914 | ./libavcodec/packet.h:512:6: note: declared here
|
|---|
| 7915 | 512 | void av_init_packet(AVPacket *pkt);
|
|---|
| 7916 | | ^~~~~~~~~~~~~~
|
|---|
| 7917 | libavformat/demux.c: In function 'read_frame_internal':
|
|---|
| 7918 | libavformat/demux.c:1339:13: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7919 | 1339 | st->codecpar->channels = sti->avctx->ch_layout.nb_channels;
|
|---|
| 7920 | | ^~
|
|---|
| 7921 | In file included from ./libavcodec/bsf.h:29,
|
|---|
| 7922 | from libavformat/demux.c:38:
|
|---|
| 7923 | ./libavcodec/codec_par.h:172:14: note: declared here
|
|---|
| 7924 | 172 | int channels;
|
|---|
| 7925 | | ^~~~~~~~
|
|---|
| 7926 | libavformat/demux.c:1340:13: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7927 | 1340 | st->codecpar->channel_layout = sti->avctx->ch_layout.order == AV_CHANNEL_ORDER_NATIVE ?
|
|---|
| 7928 | | ^~
|
|---|
| 7929 | In file included from ./libavcodec/bsf.h:29,
|
|---|
| 7930 | from libavformat/demux.c:38:
|
|---|
| 7931 | ./libavcodec/codec_par.h:166:14: note: declared here
|
|---|
| 7932 | 166 | uint64_t channel_layout;
|
|---|
| 7933 | | ^~~~~~~~~~~~~~
|
|---|
| 7934 | CC libavformat/derf.o
|
|---|
| 7935 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7936 | CC libavformat/dfa.o
|
|---|
| 7937 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7938 | CC libavformat/dfpwmdec.o
|
|---|
| 7939 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7940 | CC libavformat/dhav.o
|
|---|
| 7941 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7942 | CC libavformat/diracdec.o
|
|---|
| 7943 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7944 | CC libavformat/dnxhddec.o
|
|---|
| 7945 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7946 | CC libavformat/dovi_isom.o
|
|---|
| 7947 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7948 | CC libavformat/dsfdec.o
|
|---|
| 7949 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7950 | CC libavformat/dsicin.o
|
|---|
| 7951 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7952 | CC libavformat/dss.o
|
|---|
| 7953 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7954 | CC libavformat/dtsdec.o
|
|---|
| 7955 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7956 | CC libavformat/dtshddec.o
|
|---|
| 7957 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7958 | CC libavformat/dump.o
|
|---|
| 7959 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7960 | libavformat/dump.c: In function 'dump_paramchange':
|
|---|
| 7961 | libavformat/dump.c:197:16: warning: 'av_get_channel_name' is deprecated [-Wdeprecated-declarations]
|
|---|
| 7962 | 197 | "channel layout: %s, ", av_get_channel_name(layout));
|
|---|
| 7963 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 7964 | In file included from libavformat/dump.c:25:
|
|---|
| 7965 | ./libavutil/channel_layout.h:489:13: note: declared here
|
|---|
| 7966 | 489 | const char *av_get_channel_name(uint64_t channel);
|
|---|
| 7967 | | ^~~~~~~~~~~~~~~~~~~
|
|---|
| 7968 | CC libavformat/dv.o
|
|---|
| 7969 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7970 | CC libavformat/dvbsub.o
|
|---|
| 7971 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7972 | CC libavformat/dvbtxt.o
|
|---|
| 7973 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7974 | CC libavformat/dvenc.o
|
|---|
| 7975 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7976 | CC libavformat/dxa.o
|
|---|
| 7977 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7978 | CC libavformat/eacdata.o
|
|---|
| 7979 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7980 | CC libavformat/electronicarts.o
|
|---|
| 7981 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7982 | CC libavformat/epafdec.o
|
|---|
| 7983 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7984 | CC libavformat/ffmetadec.o
|
|---|
| 7985 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7986 | CC libavformat/ffmetaenc.o
|
|---|
| 7987 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7988 | CC libavformat/fifo.o
|
|---|
| 7989 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7990 | CC libavformat/fifo_test.o
|
|---|
| 7991 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7992 | CC libavformat/file.o
|
|---|
| 7993 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 7994 | libavformat/file.c:28:5: warning: "HAVE_DIRENT_H" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 7995 | 28 | #if HAVE_DIRENT_H
|
|---|
| 7996 | | ^~~~~~~~~~~~~
|
|---|
| 7997 | libavformat/file.c:79:5: warning: "HAVE_DIRENT_H" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 7998 | 79 | #if HAVE_DIRENT_H
|
|---|
| 7999 | | ^~~~~~~~~~~~~
|
|---|
| 8000 | libavformat/file.c: In function 'file_check':
|
|---|
| 8001 | libavformat/file.c:146:5: warning: "HAVE_ACCESS" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8002 | 146 | #if HAVE_ACCESS && defined(R_OK)
|
|---|
| 8003 | | ^~~~~~~~~~~
|
|---|
| 8004 | libavformat/file.c: In function 'file_open_dir':
|
|---|
| 8005 | libavformat/file.c:277:5: warning: "HAVE_LSTAT" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8006 | 277 | #if HAVE_LSTAT
|
|---|
| 8007 | | ^~~~~~~~~~
|
|---|
| 8008 | libavformat/file.c: In function 'file_read_dir':
|
|---|
| 8009 | libavformat/file.c:292:5: warning: "HAVE_LSTAT" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8010 | 292 | #if HAVE_LSTAT
|
|---|
| 8011 | | ^~~~~~~~~~
|
|---|
| 8012 | libavformat/file.c: In function 'file_close_dir':
|
|---|
| 8013 | libavformat/file.c:350:5: warning: "HAVE_LSTAT" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8014 | 350 | #if HAVE_LSTAT
|
|---|
| 8015 | | ^~~~~~~~~~
|
|---|
| 8016 | CC libavformat/filmstripdec.o
|
|---|
| 8017 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8018 | CC libavformat/filmstripenc.o
|
|---|
| 8019 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8020 | CC libavformat/fitsdec.o
|
|---|
| 8021 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8022 | CC libavformat/fitsenc.o
|
|---|
| 8023 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8024 | CC libavformat/flac_picture.o
|
|---|
| 8025 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8026 | CC libavformat/flacdec.o
|
|---|
| 8027 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8028 | CC libavformat/flacenc.o
|
|---|
| 8029 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8030 | CC libavformat/flacenc_header.o
|
|---|
| 8031 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8032 | CC libavformat/flic.o
|
|---|
| 8033 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8034 | CC libavformat/flvdec.o
|
|---|
| 8035 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8036 | CC libavformat/flvenc.o
|
|---|
| 8037 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8038 | CC libavformat/format.o
|
|---|
| 8039 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8040 | CC libavformat/framecrcenc.o
|
|---|
| 8041 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8042 | CC libavformat/framehash.o
|
|---|
| 8043 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8044 | CC libavformat/frmdec.o
|
|---|
| 8045 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8046 | CC libavformat/fsb.o
|
|---|
| 8047 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8048 | CC libavformat/ftp.o
|
|---|
| 8049 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8050 | CC libavformat/fwse.o
|
|---|
| 8051 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8052 | CC libavformat/g722.o
|
|---|
| 8053 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8054 | CC libavformat/g723_1.o
|
|---|
| 8055 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8056 | CC libavformat/g726.o
|
|---|
| 8057 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8058 | CC libavformat/g729dec.o
|
|---|
| 8059 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8060 | CC libavformat/gdv.o
|
|---|
| 8061 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8062 | CC libavformat/genh.o
|
|---|
| 8063 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8064 | CC libavformat/gif.o
|
|---|
| 8065 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8066 | CC libavformat/gifdec.o
|
|---|
| 8067 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8068 | CC libavformat/gopher.o
|
|---|
| 8069 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8070 | CC libavformat/gsmdec.o
|
|---|
| 8071 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8072 | CC libavformat/gxf.o
|
|---|
| 8073 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8074 | CC libavformat/gxfenc.o
|
|---|
| 8075 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8076 | CC libavformat/h261dec.o
|
|---|
| 8077 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8078 | CC libavformat/h263dec.o
|
|---|
| 8079 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8080 | CC libavformat/h264dec.o
|
|---|
| 8081 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8082 | CC libavformat/hashenc.o
|
|---|
| 8083 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8084 | CC libavformat/hca.o
|
|---|
| 8085 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8086 | CC libavformat/hcom.o
|
|---|
| 8087 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8088 | CC libavformat/hdsenc.o
|
|---|
| 8089 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8090 | CC libavformat/hevc.o
|
|---|
| 8091 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8092 | CC libavformat/hevcdec.o
|
|---|
| 8093 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8094 | CC libavformat/hls.o
|
|---|
| 8095 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8096 | CC libavformat/hls_sample_encryption.o
|
|---|
| 8097 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8098 | CC libavformat/hlsenc.o
|
|---|
| 8099 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8100 | libavformat/hlsenc.c:31:5: warning: "CONFIG_GCRYPT" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8101 | 31 | #if CONFIG_GCRYPT
|
|---|
| 8102 | | ^~~~~~~~~~~~~
|
|---|
| 8103 | libavformat/hlsenc.c: In function 'randomize':
|
|---|
| 8104 | libavformat/hlsenc.c:702:5: warning: "CONFIG_GCRYPT" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8105 | 702 | #if CONFIG_GCRYPT
|
|---|
| 8106 | | ^~~~~~~~~~~~~
|
|---|
| 8107 | CC libavformat/hlsplaylist.o
|
|---|
| 8108 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8109 | CC libavformat/hlsproto.o
|
|---|
| 8110 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8111 | CC libavformat/hnm.o
|
|---|
| 8112 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8113 | CC libavformat/http.o
|
|---|
| 8114 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8115 | CC libavformat/httpauth.o
|
|---|
| 8116 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8117 | CC libavformat/icecast.o
|
|---|
| 8118 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8119 | CC libavformat/icodec.o
|
|---|
| 8120 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8121 | CC libavformat/icoenc.o
|
|---|
| 8122 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8123 | CC libavformat/id3v1.o
|
|---|
| 8124 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8125 | CC libavformat/id3v2.o
|
|---|
| 8126 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8127 | CC libavformat/id3v2enc.o
|
|---|
| 8128 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8129 | CC libavformat/idcin.o
|
|---|
| 8130 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8131 | CC libavformat/idroqdec.o
|
|---|
| 8132 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8133 | CC libavformat/idroqenc.o
|
|---|
| 8134 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8135 | CC libavformat/iff.o
|
|---|
| 8136 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8137 | CC libavformat/ifv.o
|
|---|
| 8138 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8139 | CC libavformat/ilbc.o
|
|---|
| 8140 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8141 | CC libavformat/imf_cpl.o
|
|---|
| 8142 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8143 | CC libavformat/imfdec.o
|
|---|
| 8144 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8145 | CC libavformat/img2.o
|
|---|
| 8146 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8147 | In file included from libavformat/img2.c:25:
|
|---|
| 8148 | libavformat/img2.h:29:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8149 | 29 | #if HAVE_GLOB
|
|---|
| 8150 | | ^~~~~~~~~
|
|---|
| 8151 | libavformat/img2.h:57:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8152 | 57 | #if HAVE_GLOB
|
|---|
| 8153 | | ^~~~~~~~~
|
|---|
| 8154 | CC libavformat/img2_alias_pix.o
|
|---|
| 8155 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8156 | In file included from libavformat/img2_alias_pix.c:22:
|
|---|
| 8157 | libavformat/img2.h:29:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8158 | 29 | #if HAVE_GLOB
|
|---|
| 8159 | | ^~~~~~~~~
|
|---|
| 8160 | libavformat/img2.h:57:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8161 | 57 | #if HAVE_GLOB
|
|---|
| 8162 | | ^~~~~~~~~
|
|---|
| 8163 | CC libavformat/img2_brender_pix.o
|
|---|
| 8164 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8165 | In file included from libavformat/img2_brender_pix.c:22:
|
|---|
| 8166 | libavformat/img2.h:29:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8167 | 29 | #if HAVE_GLOB
|
|---|
| 8168 | | ^~~~~~~~~
|
|---|
| 8169 | libavformat/img2.h:57:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8170 | 57 | #if HAVE_GLOB
|
|---|
| 8171 | | ^~~~~~~~~
|
|---|
| 8172 | CC libavformat/img2dec.o
|
|---|
| 8173 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8174 | In file included from libavformat/img2dec.c:38:
|
|---|
| 8175 | libavformat/img2.h:29:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8176 | 29 | #if HAVE_GLOB
|
|---|
| 8177 | | ^~~~~~~~~
|
|---|
| 8178 | libavformat/img2.h:57:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8179 | 57 | #if HAVE_GLOB
|
|---|
| 8180 | | ^~~~~~~~~
|
|---|
| 8181 | libavformat/img2dec.c:45:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8182 | 45 | #if HAVE_GLOB
|
|---|
| 8183 | | ^~~~~~~~~
|
|---|
| 8184 | libavformat/img2dec.c: In function 'is_glob':
|
|---|
| 8185 | libavformat/img2dec.c:86:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8186 | 86 | #if HAVE_GLOB
|
|---|
| 8187 | | ^~~~~~~~~
|
|---|
| 8188 | libavformat/img2dec.c: In function 'ff_img_read_header':
|
|---|
| 8189 | libavformat/img2dec.c:220:6: warning: "HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8190 | 220 | #if !HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
|
|---|
| 8191 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 8192 | libavformat/img2dec.c:248:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8193 | 248 | #if HAVE_GLOB
|
|---|
| 8194 | | ^~~~~~~~~
|
|---|
| 8195 | libavformat/img2dec.c:255:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8196 | 255 | #if HAVE_GLOB
|
|---|
| 8197 | | ^~~~~~~~~
|
|---|
| 8198 | libavformat/img2dec.c:288:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8199 | 288 | #if HAVE_GLOB
|
|---|
| 8200 | | ^~~~~~~~~
|
|---|
| 8201 | libavformat/img2dec.c: In function 'ff_img_read_packet':
|
|---|
| 8202 | libavformat/img2dec.c:429:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8203 | 429 | #if HAVE_GLOB
|
|---|
| 8204 | | ^~~~~~~~~
|
|---|
| 8205 | libavformat/img2dec.c:509:5: warning: "HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8206 | 509 | #if HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
|
|---|
| 8207 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 8208 | libavformat/img2dec.c: In function 'img_read_close':
|
|---|
| 8209 | libavformat/img2dec.c:579:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8210 | 579 | #if HAVE_GLOB
|
|---|
| 8211 | | ^~~~~~~~~
|
|---|
| 8212 | CC libavformat/img2enc.o
|
|---|
| 8213 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8214 | In file included from libavformat/img2enc.c:35:
|
|---|
| 8215 | libavformat/img2.h:29:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8216 | 29 | #if HAVE_GLOB
|
|---|
| 8217 | | ^~~~~~~~~
|
|---|
| 8218 | libavformat/img2.h:57:5: warning: "HAVE_GLOB" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8219 | 57 | #if HAVE_GLOB
|
|---|
| 8220 | | ^~~~~~~~~
|
|---|
| 8221 | CC libavformat/imx.o
|
|---|
| 8222 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8223 | CC libavformat/ingenientdec.o
|
|---|
| 8224 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8225 | CC libavformat/ip.o
|
|---|
| 8226 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8227 | CC libavformat/ipfsgateway.o
|
|---|
| 8228 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8229 | CC libavformat/ipmovie.o
|
|---|
| 8230 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8231 | CC libavformat/ipudec.o
|
|---|
| 8232 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8233 | CC libavformat/ircam.o
|
|---|
| 8234 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8235 | CC libavformat/ircamdec.o
|
|---|
| 8236 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8237 | CC libavformat/ircamenc.o
|
|---|
| 8238 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8239 | CC libavformat/isom.o
|
|---|
| 8240 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8241 | CC libavformat/isom_tags.o
|
|---|
| 8242 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8243 | CC libavformat/iss.o
|
|---|
| 8244 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8245 | CC libavformat/iv8.o
|
|---|
| 8246 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8247 | CC libavformat/ivfdec.o
|
|---|
| 8248 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8249 | CC libavformat/ivfenc.o
|
|---|
| 8250 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8251 | CC libavformat/jacosubdec.o
|
|---|
| 8252 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8253 | CC libavformat/jacosubenc.o
|
|---|
| 8254 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8255 | CC libavformat/jpegxl_probe.o
|
|---|
| 8256 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8257 | CC libavformat/jvdec.o
|
|---|
| 8258 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8259 | CC libavformat/kvag.o
|
|---|
| 8260 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8261 | CC libavformat/latmenc.o
|
|---|
| 8262 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8263 | CC libavformat/lmlm4.o
|
|---|
| 8264 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8265 | CC libavformat/loasdec.o
|
|---|
| 8266 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8267 | CC libavformat/lrc.o
|
|---|
| 8268 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8269 | CC libavformat/lrcdec.o
|
|---|
| 8270 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8271 | CC libavformat/lrcenc.o
|
|---|
| 8272 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8273 | CC libavformat/luodatdec.o
|
|---|
| 8274 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8275 | CC libavformat/lvfdec.o
|
|---|
| 8276 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8277 | CC libavformat/lxfdec.o
|
|---|
| 8278 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8279 | CC libavformat/m4vdec.o
|
|---|
| 8280 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8281 | CC libavformat/matroska.o
|
|---|
| 8282 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8283 | CC libavformat/matroskadec.o
|
|---|
| 8284 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8285 | CC libavformat/matroskaenc.o
|
|---|
| 8286 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8287 | CC libavformat/mca.o
|
|---|
| 8288 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8289 | CC libavformat/mccdec.o
|
|---|
| 8290 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8291 | CC libavformat/md5proto.o
|
|---|
| 8292 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8293 | CC libavformat/metadata.o
|
|---|
| 8294 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8295 | CC libavformat/mgsts.o
|
|---|
| 8296 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8297 | CC libavformat/microdvddec.o
|
|---|
| 8298 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8299 | CC libavformat/microdvdenc.o
|
|---|
| 8300 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8301 | CC libavformat/mj2kdec.o
|
|---|
| 8302 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8303 | CC libavformat/mkvtimestamp_v2.o
|
|---|
| 8304 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8305 | CC libavformat/mlpdec.o
|
|---|
| 8306 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8307 | CC libavformat/mlvdec.o
|
|---|
| 8308 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8309 | CC libavformat/mm.o
|
|---|
| 8310 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8311 | CC libavformat/mmf.o
|
|---|
| 8312 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8313 | CC libavformat/mms.o
|
|---|
| 8314 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8315 | CC libavformat/mmsh.o
|
|---|
| 8316 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8317 | CC libavformat/mmst.o
|
|---|
| 8318 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8319 | CC libavformat/mods.o
|
|---|
| 8320 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8321 | CC libavformat/moflex.o
|
|---|
| 8322 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8323 | CC libavformat/mov.o
|
|---|
| 8324 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8325 | CC libavformat/mov_chan.o
|
|---|
| 8326 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8327 | CC libavformat/mov_esds.o
|
|---|
| 8328 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8329 | CC libavformat/movenc.o
|
|---|
| 8330 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8331 | CC libavformat/movenc_ttml.o
|
|---|
| 8332 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8333 | CC libavformat/movenccenc.o
|
|---|
| 8334 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8335 | CC libavformat/movenchint.o
|
|---|
| 8336 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8337 | CC libavformat/mp3dec.o
|
|---|
| 8338 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8339 | CC libavformat/mp3enc.o
|
|---|
| 8340 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8341 | CC libavformat/mpc.o
|
|---|
| 8342 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8343 | CC libavformat/mpc8.o
|
|---|
| 8344 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8345 | CC libavformat/mpeg.o
|
|---|
| 8346 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8347 | CC libavformat/mpegenc.o
|
|---|
| 8348 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8349 | CC libavformat/mpegts.o
|
|---|
| 8350 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8351 | CC libavformat/mpegtsenc.o
|
|---|
| 8352 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8353 | CC libavformat/mpegvideodec.o
|
|---|
| 8354 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8355 | CC libavformat/mpjpeg.o
|
|---|
| 8356 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8357 | CC libavformat/mpjpegdec.o
|
|---|
| 8358 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8359 | CC libavformat/mpl2dec.o
|
|---|
| 8360 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8361 | CC libavformat/mpsubdec.o
|
|---|
| 8362 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8363 | CC libavformat/msf.o
|
|---|
| 8364 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8365 | CC libavformat/msnwc_tcp.o
|
|---|
| 8366 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8367 | CC libavformat/mspdec.o
|
|---|
| 8368 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8369 | CC libavformat/mtaf.o
|
|---|
| 8370 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8371 | CC libavformat/mtv.o
|
|---|
| 8372 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8373 | CC libavformat/musx.o
|
|---|
| 8374 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8375 | CC libavformat/mux.o
|
|---|
| 8376 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8377 | libavformat/mux.c: In function 'init_muxer':
|
|---|
| 8378 | libavformat/mux.c:282:17: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 8379 | 282 | par->channels) {
|
|---|
| 8380 | | ^~~
|
|---|
| 8381 | In file included from libavformat/avformat.h:314,
|
|---|
| 8382 | from libavformat/mux.c:22:
|
|---|
| 8383 | ./libavcodec/codec_par.h:172:14: note: declared here
|
|---|
| 8384 | 172 | int channels;
|
|---|
| 8385 | | ^~~~~~~~
|
|---|
| 8386 | libavformat/mux.c:283:17: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 8387 | 283 | if (par->channel_layout) {
|
|---|
| 8388 | | ^~
|
|---|
| 8389 | In file included from libavformat/avformat.h:314,
|
|---|
| 8390 | from libavformat/mux.c:22:
|
|---|
| 8391 | ./libavcodec/codec_par.h:166:14: note: declared here
|
|---|
| 8392 | 166 | uint64_t channel_layout;
|
|---|
| 8393 | | ^~~~~~~~~~~~~~
|
|---|
| 8394 | libavformat/mux.c:284:21: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 8395 | 284 | av_channel_layout_from_mask(&par->ch_layout, par->channel_layout);
|
|---|
| 8396 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 8397 | In file included from libavformat/avformat.h:314,
|
|---|
| 8398 | from libavformat/mux.c:22:
|
|---|
| 8399 | ./libavcodec/codec_par.h:166:14: note: declared here
|
|---|
| 8400 | 166 | uint64_t channel_layout;
|
|---|
| 8401 | | ^~~~~~~~~~~~~~
|
|---|
| 8402 | libavformat/mux.c:287:21: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 8403 | 287 | par->ch_layout.nb_channels = par->channels;
|
|---|
| 8404 | | ^~~
|
|---|
| 8405 | In file included from libavformat/avformat.h:314,
|
|---|
| 8406 | from libavformat/mux.c:22:
|
|---|
| 8407 | ./libavcodec/codec_par.h:172:14: note: declared here
|
|---|
| 8408 | 172 | int channels;
|
|---|
| 8409 | | ^~~~~~~~
|
|---|
| 8410 | CC libavformat/mvdec.o
|
|---|
| 8411 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8412 | CC libavformat/mvi.o
|
|---|
| 8413 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8414 | CC libavformat/mxf.o
|
|---|
| 8415 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8416 | CC libavformat/mxfdec.o
|
|---|
| 8417 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8418 | CC libavformat/mxfenc.o
|
|---|
| 8419 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8420 | CC libavformat/mxg.o
|
|---|
| 8421 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8422 | CC libavformat/ncdec.o
|
|---|
| 8423 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8424 | CC libavformat/network.o
|
|---|
| 8425 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8426 | libavformat/network.c: In function 'ff_socket':
|
|---|
| 8427 | libavformat/network.c:193:5: warning: "HAVE_FCNTL" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8428 | 193 | #if HAVE_FCNTL
|
|---|
| 8429 | | ^~~~~~~~~~
|
|---|
| 8430 | CC libavformat/nistspheredec.o
|
|---|
| 8431 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8432 | CC libavformat/nspdec.o
|
|---|
| 8433 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8434 | CC libavformat/nsvdec.o
|
|---|
| 8435 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8436 | CC libavformat/nullenc.o
|
|---|
| 8437 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8438 | CC libavformat/nut.o
|
|---|
| 8439 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8440 | CC libavformat/nutdec.o
|
|---|
| 8441 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8442 | CC libavformat/nutenc.o
|
|---|
| 8443 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8444 | CC libavformat/nuv.o
|
|---|
| 8445 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8446 | CC libavformat/oggdec.o
|
|---|
| 8447 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8448 | CC libavformat/oggenc.o
|
|---|
| 8449 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8450 | CC libavformat/oggparsecelt.o
|
|---|
| 8451 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8452 | CC libavformat/oggparsedirac.o
|
|---|
| 8453 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8454 | CC libavformat/oggparseflac.o
|
|---|
| 8455 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8456 | CC libavformat/oggparseogm.o
|
|---|
| 8457 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8458 | CC libavformat/oggparseopus.o
|
|---|
| 8459 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8460 | CC libavformat/oggparseskeleton.o
|
|---|
| 8461 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8462 | CC libavformat/oggparsespeex.o
|
|---|
| 8463 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8464 | CC libavformat/oggparsetheora.o
|
|---|
| 8465 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8466 | CC libavformat/oggparsevorbis.o
|
|---|
| 8467 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8468 | CC libavformat/oggparsevp8.o
|
|---|
| 8469 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8470 | CC libavformat/oma.o
|
|---|
| 8471 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8472 | CC libavformat/omadec.o
|
|---|
| 8473 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8474 | CC libavformat/omaenc.o
|
|---|
| 8475 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8476 | CC libavformat/options.o
|
|---|
| 8477 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8478 | CC libavformat/os_support.o
|
|---|
| 8479 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8480 | libavformat/os_support.c:34:5: warning: "HAVE_SYS_TIME_H" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8481 | 34 | #if HAVE_SYS_TIME_H
|
|---|
| 8482 | | ^~~~~~~~~~~~~~~
|
|---|
| 8483 | CC libavformat/paf.o
|
|---|
| 8484 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8485 | CC libavformat/pcm.o
|
|---|
| 8486 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8487 | CC libavformat/pcmdec.o
|
|---|
| 8488 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8489 | CC libavformat/pcmenc.o
|
|---|
| 8490 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8491 | CC libavformat/pjsdec.o
|
|---|
| 8492 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8493 | CC libavformat/pmpdec.o
|
|---|
| 8494 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8495 | CC libavformat/pp_bnk.o
|
|---|
| 8496 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8497 | CC libavformat/prompeg.o
|
|---|
| 8498 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8499 | CC libavformat/protocols.o
|
|---|
| 8500 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8501 | CC libavformat/psxstr.o
|
|---|
| 8502 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8503 | CC libavformat/pva.o
|
|---|
| 8504 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8505 | CC libavformat/pvfdec.o
|
|---|
| 8506 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8507 | CC libavformat/qcp.o
|
|---|
| 8508 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8509 | CC libavformat/qtpalette.o
|
|---|
| 8510 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8511 | CC libavformat/r3d.o
|
|---|
| 8512 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8513 | CC libavformat/rawdec.o
|
|---|
| 8514 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8515 | CC libavformat/rawenc.o
|
|---|
| 8516 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8517 | CC libavformat/rawutils.o
|
|---|
| 8518 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8519 | CC libavformat/rawvideodec.o
|
|---|
| 8520 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8521 | CC libavformat/rdt.o
|
|---|
| 8522 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8523 | CC libavformat/realtextdec.o
|
|---|
| 8524 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8525 | CC libavformat/redspark.o
|
|---|
| 8526 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8527 | CC libavformat/replaygain.o
|
|---|
| 8528 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8529 | CC libavformat/riff.o
|
|---|
| 8530 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8531 | CC libavformat/riffdec.o
|
|---|
| 8532 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8533 | CC libavformat/riffenc.o
|
|---|
| 8534 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8535 | CC libavformat/rl2.o
|
|---|
| 8536 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8537 | CC libavformat/rm.o
|
|---|
| 8538 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8539 | CC libavformat/rmdec.o
|
|---|
| 8540 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8541 | CC libavformat/rmenc.o
|
|---|
| 8542 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8543 | CC libavformat/rmsipr.o
|
|---|
| 8544 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8545 | CC libavformat/rpl.o
|
|---|
| 8546 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8547 | CC libavformat/rsd.o
|
|---|
| 8548 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8549 | CC libavformat/rso.o
|
|---|
| 8550 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8551 | CC libavformat/rsodec.o
|
|---|
| 8552 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8553 | CC libavformat/rsoenc.o
|
|---|
| 8554 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8555 | CC libavformat/rtmpdigest.o
|
|---|
| 8556 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8557 | CC libavformat/rtmphttp.o
|
|---|
| 8558 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8559 | CC libavformat/rtmppkt.o
|
|---|
| 8560 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8561 | CC libavformat/rtmpproto.o
|
|---|
| 8562 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8563 | CC libavformat/rtp.o
|
|---|
| 8564 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8565 | CC libavformat/rtpdec.o
|
|---|
| 8566 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8567 | CC libavformat/rtpdec_ac3.o
|
|---|
| 8568 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8569 | CC libavformat/rtpdec_amr.o
|
|---|
| 8570 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8571 | CC libavformat/rtpdec_asf.o
|
|---|
| 8572 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8573 | CC libavformat/rtpdec_dv.o
|
|---|
| 8574 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8575 | CC libavformat/rtpdec_g726.o
|
|---|
| 8576 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8577 | CC libavformat/rtpdec_h261.o
|
|---|
| 8578 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8579 | CC libavformat/rtpdec_h263.o
|
|---|
| 8580 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8581 | CC libavformat/rtpdec_h263_rfc2190.o
|
|---|
| 8582 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8583 | CC libavformat/rtpdec_h264.o
|
|---|
| 8584 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8585 | CC libavformat/rtpdec_hevc.o
|
|---|
| 8586 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8587 | CC libavformat/rtpdec_ilbc.o
|
|---|
| 8588 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8589 | CC libavformat/rtpdec_jpeg.o
|
|---|
| 8590 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8591 | CC libavformat/rtpdec_latm.o
|
|---|
| 8592 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8593 | CC libavformat/rtpdec_mpa_robust.o
|
|---|
| 8594 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8595 | CC libavformat/rtpdec_mpeg12.o
|
|---|
| 8596 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8597 | CC libavformat/rtpdec_mpeg4.o
|
|---|
| 8598 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8599 | CC libavformat/rtpdec_mpegts.o
|
|---|
| 8600 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8601 | CC libavformat/rtpdec_qcelp.o
|
|---|
| 8602 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8603 | CC libavformat/rtpdec_qdm2.o
|
|---|
| 8604 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8605 | CC libavformat/rtpdec_qt.o
|
|---|
| 8606 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8607 | CC libavformat/rtpdec_rfc4175.o
|
|---|
| 8608 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8609 | CC libavformat/rtpdec_svq3.o
|
|---|
| 8610 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8611 | CC libavformat/rtpdec_vc2hq.o
|
|---|
| 8612 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8613 | CC libavformat/rtpdec_vp8.o
|
|---|
| 8614 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8615 | CC libavformat/rtpdec_vp9.o
|
|---|
| 8616 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8617 | CC libavformat/rtpdec_xiph.o
|
|---|
| 8618 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8619 | CC libavformat/rtpenc_chain.o
|
|---|
| 8620 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8621 | CC libavformat/rtpenc_mpegts.o
|
|---|
| 8622 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8623 | CC libavformat/rtpproto.o
|
|---|
| 8624 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8625 | CC libavformat/rtsp.o
|
|---|
| 8626 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8627 | CC libavformat/rtspdec.o
|
|---|
| 8628 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8629 | CC libavformat/s337m.o
|
|---|
| 8630 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8631 | CC libavformat/samidec.o
|
|---|
| 8632 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8633 | CC libavformat/sapdec.o
|
|---|
| 8634 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8635 | CC libavformat/sauce.o
|
|---|
| 8636 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8637 | CC libavformat/sbcdec.o
|
|---|
| 8638 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8639 | CC libavformat/sbgdec.o
|
|---|
| 8640 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8641 | CC libavformat/sccdec.o
|
|---|
| 8642 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8643 | CC libavformat/sccenc.o
|
|---|
| 8644 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8645 | CC libavformat/scd.o
|
|---|
| 8646 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8647 | CC libavformat/sdp.o
|
|---|
| 8648 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8649 | CC libavformat/sdr2.o
|
|---|
| 8650 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8651 | CC libavformat/sdsdec.o
|
|---|
| 8652 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8653 | CC libavformat/sdxdec.o
|
|---|
| 8654 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8655 | CC libavformat/seek.o
|
|---|
| 8656 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8657 | CC libavformat/segafilm.o
|
|---|
| 8658 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8659 | CC libavformat/segafilmenc.o
|
|---|
| 8660 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8661 | CC libavformat/segment.o
|
|---|
| 8662 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8663 | CC libavformat/serdec.o
|
|---|
| 8664 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8665 | CC libavformat/sga.o
|
|---|
| 8666 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8667 | CC libavformat/shortendec.o
|
|---|
| 8668 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8669 | CC libavformat/sierravmd.o
|
|---|
| 8670 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8671 | CC libavformat/siff.o
|
|---|
| 8672 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8673 | CC libavformat/smacker.o
|
|---|
| 8674 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8675 | CC libavformat/smjpeg.o
|
|---|
| 8676 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8677 | CC libavformat/smjpegdec.o
|
|---|
| 8678 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8679 | CC libavformat/smjpegenc.o
|
|---|
| 8680 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8681 | CC libavformat/smoothstreamingenc.o
|
|---|
| 8682 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8683 | CC libavformat/smush.o
|
|---|
| 8684 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8685 | CC libavformat/sol.o
|
|---|
| 8686 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8687 | CC libavformat/soxdec.o
|
|---|
| 8688 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8689 | CC libavformat/soxenc.o
|
|---|
| 8690 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8691 | CC libavformat/spdif.o
|
|---|
| 8692 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8693 | CC libavformat/spdifdec.o
|
|---|
| 8694 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8695 | CC libavformat/spdifenc.o
|
|---|
| 8696 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8697 | CC libavformat/srtdec.o
|
|---|
| 8698 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8699 | CC libavformat/srtenc.o
|
|---|
| 8700 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8701 | CC libavformat/srtp.o
|
|---|
| 8702 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8703 | CC libavformat/srtpproto.o
|
|---|
| 8704 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8705 | CC libavformat/stldec.o
|
|---|
| 8706 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8707 | CC libavformat/subfile.o
|
|---|
| 8708 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8709 | CC libavformat/subtitles.o
|
|---|
| 8710 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8711 | CC libavformat/subviewer1dec.o
|
|---|
| 8712 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8713 | CC libavformat/subviewerdec.o
|
|---|
| 8714 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8715 | CC libavformat/supdec.o
|
|---|
| 8716 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8717 | CC libavformat/supenc.o
|
|---|
| 8718 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8719 | CC libavformat/svag.o
|
|---|
| 8720 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8721 | CC libavformat/svs.o
|
|---|
| 8722 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8723 | CC libavformat/swf.o
|
|---|
| 8724 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8725 | CC libavformat/swfdec.o
|
|---|
| 8726 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8727 | CC libavformat/swfenc.o
|
|---|
| 8728 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8729 | CC libavformat/takdec.o
|
|---|
| 8730 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8731 | CC libavformat/tcp.o
|
|---|
| 8732 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8733 | CC libavformat/tedcaptionsdec.o
|
|---|
| 8734 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8735 | CC libavformat/tee.o
|
|---|
| 8736 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8737 | CC libavformat/tee_common.o
|
|---|
| 8738 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8739 | CC libavformat/teeproto.o
|
|---|
| 8740 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8741 | CC libavformat/thp.o
|
|---|
| 8742 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8743 | CC libavformat/tiertexseq.o
|
|---|
| 8744 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8745 | CC libavformat/tls.o
|
|---|
| 8746 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8747 | CC libavformat/tls_gnutls.o
|
|---|
| 8748 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8749 | CC libavformat/tmv.o
|
|---|
| 8750 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8751 | CC libavformat/tta.o
|
|---|
| 8752 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8753 | CC libavformat/ttaenc.o
|
|---|
| 8754 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8755 | CC libavformat/ttmlenc.o
|
|---|
| 8756 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8757 | CC libavformat/tty.o
|
|---|
| 8758 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8759 | CC libavformat/txd.o
|
|---|
| 8760 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8761 | CC libavformat/ty.o
|
|---|
| 8762 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8763 | CC libavformat/udp.o
|
|---|
| 8764 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8765 | libavformat/udp.c:50:5: warning: "HAVE_UDPLITE_H" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8766 | 50 | #if HAVE_UDPLITE_H
|
|---|
| 8767 | | ^~~~~~~~~~~~~~
|
|---|
| 8768 | libavformat/udp.c: In function 'udp_set_multicast_sources':
|
|---|
| 8769 | libavformat/udp.c:278:5: warning: "HAVE_STRUCT_GROUP_SOURCE_REQ" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8770 | 278 | #if HAVE_STRUCT_GROUP_SOURCE_REQ && defined(MCAST_BLOCK_SOURCE)
|
|---|
| 8771 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 8772 | libavformat/udp.c:309:5: warning: "HAVE_STRUCT_IP_MREQ_SOURCE" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 8773 | 309 | #if HAVE_STRUCT_IP_MREQ_SOURCE && defined(IP_BLOCK_SOURCE)
|
|---|
| 8774 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 8775 | CC libavformat/uncodedframecrcenc.o
|
|---|
| 8776 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8777 | CC libavformat/url.o
|
|---|
| 8778 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8779 | CC libavformat/urldecode.o
|
|---|
| 8780 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8781 | CC libavformat/utils.o
|
|---|
| 8782 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8783 | libavformat/utils.c: In function 'av_get_packet':
|
|---|
| 8784 | libavformat/utils.c:202:5: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations]
|
|---|
| 8785 | 202 | av_init_packet(pkt);
|
|---|
| 8786 | | ^~~~~~~~~~~~~~
|
|---|
| 8787 | In file included from ./libavcodec/bsf.h:30,
|
|---|
| 8788 | from libavformat/utils.c:38:
|
|---|
| 8789 | ./libavcodec/packet.h:512:6: note: declared here
|
|---|
| 8790 | 512 | void av_init_packet(AVPacket *pkt);
|
|---|
| 8791 | | ^~~~~~~~~~~~~~
|
|---|
| 8792 | CC libavformat/vag.o
|
|---|
| 8793 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8794 | CC libavformat/vc1dec.o
|
|---|
| 8795 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8796 | CC libavformat/vc1test.o
|
|---|
| 8797 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8798 | CC libavformat/vc1testenc.o
|
|---|
| 8799 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8800 | CC libavformat/vividas.o
|
|---|
| 8801 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8802 | CC libavformat/vivo.o
|
|---|
| 8803 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8804 | CC libavformat/voc.o
|
|---|
| 8805 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8806 | CC libavformat/voc_packet.o
|
|---|
| 8807 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8808 | CC libavformat/vocdec.o
|
|---|
| 8809 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8810 | CC libavformat/vocenc.o
|
|---|
| 8811 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8812 | CC libavformat/vorbiscomment.o
|
|---|
| 8813 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8814 | CC libavformat/vpcc.o
|
|---|
| 8815 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8816 | CC libavformat/vpk.o
|
|---|
| 8817 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8818 | CC libavformat/vplayerdec.o
|
|---|
| 8819 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8820 | CC libavformat/vqf.o
|
|---|
| 8821 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8822 | CC libavformat/w64.o
|
|---|
| 8823 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8824 | CC libavformat/wavdec.o
|
|---|
| 8825 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8826 | CC libavformat/wavenc.o
|
|---|
| 8827 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8828 | CC libavformat/wc3movie.o
|
|---|
| 8829 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8830 | CC libavformat/webm_chunk.o
|
|---|
| 8831 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8832 | CC libavformat/webmdashenc.o
|
|---|
| 8833 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8834 | CC libavformat/webpenc.o
|
|---|
| 8835 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8836 | CC libavformat/webvttdec.o
|
|---|
| 8837 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8838 | CC libavformat/webvttenc.o
|
|---|
| 8839 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8840 | CC libavformat/westwood_aud.o
|
|---|
| 8841 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8842 | CC libavformat/westwood_audenc.o
|
|---|
| 8843 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8844 | CC libavformat/westwood_vqa.o
|
|---|
| 8845 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8846 | CC libavformat/wsddec.o
|
|---|
| 8847 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8848 | CC libavformat/wtv_common.o
|
|---|
| 8849 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8850 | CC libavformat/wtvdec.o
|
|---|
| 8851 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8852 | CC libavformat/wtvenc.o
|
|---|
| 8853 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8854 | CC libavformat/wv.o
|
|---|
| 8855 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8856 | CC libavformat/wvdec.o
|
|---|
| 8857 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8858 | CC libavformat/wvedec.o
|
|---|
| 8859 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8860 | CC libavformat/wvenc.o
|
|---|
| 8861 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8862 | CC libavformat/xa.o
|
|---|
| 8863 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8864 | CC libavformat/xmv.o
|
|---|
| 8865 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8866 | CC libavformat/xvag.o
|
|---|
| 8867 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8868 | CC libavformat/xwma.o
|
|---|
| 8869 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8870 | CC libavformat/yop.o
|
|---|
| 8871 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8872 | CC libavformat/yuv4mpegdec.o
|
|---|
| 8873 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8874 | CC libavformat/yuv4mpegenc.o
|
|---|
| 8875 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8876 | AR libavformat/libavformat.a
|
|---|
| 8877 | make[1]: Leaving directory '/build/mplayer-svn/ffmpeg'
|
|---|
| 8878 | make -C ffmpeg libavcodec/libavcodec.a
|
|---|
| 8879 | make[1]: Entering directory '/build/mplayer-svn/ffmpeg'
|
|---|
| 8880 | CC libavcodec/012v.o
|
|---|
| 8881 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8882 | CC libavcodec/4xm.o
|
|---|
| 8883 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8884 | CC libavcodec/8bps.o
|
|---|
| 8885 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8886 | CC libavcodec/8svx.o
|
|---|
| 8887 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8888 | CC libavcodec/a64multienc.o
|
|---|
| 8889 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8890 | CC libavcodec/aac_ac3_parser.o
|
|---|
| 8891 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8892 | libavcodec/aac_ac3_parser.c: In function 'ff_aac_ac3_parse':
|
|---|
| 8893 | libavcodec/aac_ac3_parser.c:104:17: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 8894 | 104 | avctx->channels = avctx->ch_layout.nb_channels;
|
|---|
| 8895 | | ^~~~~
|
|---|
| 8896 | In file included from libavcodec/parser.h:26,
|
|---|
| 8897 | from libavcodec/aac_ac3_parser.c:27:
|
|---|
| 8898 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 8899 | 1006 | int channels;
|
|---|
| 8900 | | ^~~~~~~~
|
|---|
| 8901 | libavcodec/aac_ac3_parser.c:105:17: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 8902 | 105 | avctx->channel_layout = s->channel_layout;
|
|---|
| 8903 | | ^~~~~
|
|---|
| 8904 | In file included from libavcodec/parser.h:26,
|
|---|
| 8905 | from libavcodec/aac_ac3_parser.c:27:
|
|---|
| 8906 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 8907 | 1060 | uint64_t channel_layout;
|
|---|
| 8908 | | ^~~~~~~~~~~~~~
|
|---|
| 8909 | CC libavcodec/aac_adtstoasc_bsf.o
|
|---|
| 8910 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8911 | CC libavcodec/aac_parser.o
|
|---|
| 8912 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8913 | CC libavcodec/aaccoder.o
|
|---|
| 8914 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8915 | CC libavcodec/aacdec.o
|
|---|
| 8916 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8917 | In file included from libavcodec/aacdec.c:262:
|
|---|
| 8918 | libavcodec/aacdec_template.c: In function 'output_configure':
|
|---|
| 8919 | libavcodec/aacdec_template.c:560:5: warning: 'request_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 8920 | 560 | if (avctx->request_channel_layout == AV_CH_LAYOUT_NATIVE)
|
|---|
| 8921 | | ^~
|
|---|
| 8922 | In file included from libavcodec/aacdec.c:40:
|
|---|
| 8923 | libavcodec/avcodec.h:1069:14: note: declared here
|
|---|
| 8924 | 1069 | uint64_t request_channel_layout;
|
|---|
| 8925 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 8926 | CC libavcodec/aacdec_fixed.o
|
|---|
| 8927 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8928 | In file included from libavcodec/aacdec_fixed.c:451:
|
|---|
| 8929 | libavcodec/aacdec_template.c: In function 'output_configure':
|
|---|
| 8930 | libavcodec/aacdec_template.c:560:5: warning: 'request_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 8931 | 560 | if (avctx->request_channel_layout == AV_CH_LAYOUT_NATIVE)
|
|---|
| 8932 | | ^~
|
|---|
| 8933 | In file included from libavcodec/aacdec_fixed.c:66:
|
|---|
| 8934 | libavcodec/avcodec.h:1069:14: note: declared here
|
|---|
| 8935 | 1069 | uint64_t request_channel_layout;
|
|---|
| 8936 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 8937 | CC libavcodec/aacenc.o
|
|---|
| 8938 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8939 | CC libavcodec/aacenc_is.o
|
|---|
| 8940 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8941 | CC libavcodec/aacenc_ltp.o
|
|---|
| 8942 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8943 | CC libavcodec/aacenc_pred.o
|
|---|
| 8944 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8945 | CC libavcodec/aacenc_tns.o
|
|---|
| 8946 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8947 | CC libavcodec/aacenctab.o
|
|---|
| 8948 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8949 | CC libavcodec/aacps_common.o
|
|---|
| 8950 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8951 | CC libavcodec/aacps_fixed.o
|
|---|
| 8952 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8953 | CC libavcodec/aacps_float.o
|
|---|
| 8954 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8955 | CC libavcodec/aacpsdsp_fixed.o
|
|---|
| 8956 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8957 | CC libavcodec/aacpsdsp_float.o
|
|---|
| 8958 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8959 | CC libavcodec/aacpsy.o
|
|---|
| 8960 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8961 | CC libavcodec/aacsbr.o
|
|---|
| 8962 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8963 | CC libavcodec/aacsbr_fixed.o
|
|---|
| 8964 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8965 | CC libavcodec/aactab.o
|
|---|
| 8966 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8967 | CC libavcodec/aandcttab.o
|
|---|
| 8968 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8969 | CC libavcodec/aasc.o
|
|---|
| 8970 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8971 | CC libavcodec/ac3.o
|
|---|
| 8972 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8973 | CC libavcodec/ac3_channel_layout_tab.o
|
|---|
| 8974 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8975 | CC libavcodec/ac3_parser.o
|
|---|
| 8976 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8977 | CC libavcodec/ac3dec_data.o
|
|---|
| 8978 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8979 | CC libavcodec/ac3dec_fixed.o
|
|---|
| 8980 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 8981 | In file included from libavcodec/ac3dec_fixed.c:155:
|
|---|
| 8982 | libavcodec/ac3dec.c: In function 'ac3_decode_init':
|
|---|
| 8983 | libavcodec/ac3dec.c:224:5: warning: 'request_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 8984 | 224 | if (avctx->request_channel_layout) {
|
|---|
| 8985 | | ^~
|
|---|
| 8986 | In file included from libavcodec/fmtconvert.h:26,
|
|---|
| 8987 | from libavcodec/ac3dec.h:63,
|
|---|
| 8988 | from libavcodec/ac3dec_fixed.c:52:
|
|---|
| 8989 | libavcodec/avcodec.h:1069:14: note: declared here
|
|---|
| 8990 | 1069 | uint64_t request_channel_layout;
|
|---|
| 8991 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 8992 | In file included from libavcodec/ac3dec_fixed.c:155:
|
|---|
| 8993 | libavcodec/ac3dec.c:226:9: warning: 'request_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 8994 | 226 | av_channel_layout_from_mask(&s->downmix_layout, avctx->request_channel_layout);
|
|---|
| 8995 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 8996 | In file included from libavcodec/fmtconvert.h:26,
|
|---|
| 8997 | from libavcodec/ac3dec.h:63,
|
|---|
| 8998 | from libavcodec/ac3dec_fixed.c:52:
|
|---|
| 8999 | libavcodec/avcodec.h:1069:14: note: declared here
|
|---|
| 9000 | 1069 | uint64_t request_channel_layout;
|
|---|
| 9001 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9002 | CC libavcodec/ac3dec_float.o
|
|---|
| 9003 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9004 | In file included from libavcodec/ac3dec_float.c:36:
|
|---|
| 9005 | libavcodec/ac3dec.c: In function 'ac3_decode_init':
|
|---|
| 9006 | libavcodec/ac3dec.c:224:5: warning: 'request_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9007 | 224 | if (avctx->request_channel_layout) {
|
|---|
| 9008 | | ^~
|
|---|
| 9009 | In file included from libavcodec/fmtconvert.h:26,
|
|---|
| 9010 | from libavcodec/ac3dec.h:63,
|
|---|
| 9011 | from libavcodec/ac3dec_float.c:33:
|
|---|
| 9012 | libavcodec/avcodec.h:1069:14: note: declared here
|
|---|
| 9013 | 1069 | uint64_t request_channel_layout;
|
|---|
| 9014 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9015 | In file included from libavcodec/ac3dec_float.c:36:
|
|---|
| 9016 | libavcodec/ac3dec.c:226:9: warning: 'request_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9017 | 226 | av_channel_layout_from_mask(&s->downmix_layout, avctx->request_channel_layout);
|
|---|
| 9018 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9019 | In file included from libavcodec/fmtconvert.h:26,
|
|---|
| 9020 | from libavcodec/ac3dec.h:63,
|
|---|
| 9021 | from libavcodec/ac3dec_float.c:33:
|
|---|
| 9022 | libavcodec/avcodec.h:1069:14: note: declared here
|
|---|
| 9023 | 1069 | uint64_t request_channel_layout;
|
|---|
| 9024 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9025 | CC libavcodec/ac3dsp.o
|
|---|
| 9026 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9027 | CC libavcodec/ac3enc.o
|
|---|
| 9028 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9029 | CC libavcodec/ac3enc_fixed.o
|
|---|
| 9030 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9031 | CC libavcodec/ac3enc_float.o
|
|---|
| 9032 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9033 | CC libavcodec/ac3tab.o
|
|---|
| 9034 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9035 | CC libavcodec/acelp_filters.o
|
|---|
| 9036 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9037 | CC libavcodec/acelp_pitch_delay.o
|
|---|
| 9038 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9039 | CC libavcodec/acelp_vectors.o
|
|---|
| 9040 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9041 | CC libavcodec/adpcm.o
|
|---|
| 9042 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9043 | CC libavcodec/adpcm_data.o
|
|---|
| 9044 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9045 | CC libavcodec/adpcmenc.o
|
|---|
| 9046 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9047 | CC libavcodec/adts_header.o
|
|---|
| 9048 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9049 | CC libavcodec/adts_parser.o
|
|---|
| 9050 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9051 | CC libavcodec/adx.o
|
|---|
| 9052 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9053 | CC libavcodec/adx_parser.o
|
|---|
| 9054 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9055 | CC libavcodec/adxdec.o
|
|---|
| 9056 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9057 | CC libavcodec/adxenc.o
|
|---|
| 9058 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9059 | CC libavcodec/agm.o
|
|---|
| 9060 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9061 | CC libavcodec/aic.o
|
|---|
| 9062 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9063 | CC libavcodec/alac.o
|
|---|
| 9064 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9065 | CC libavcodec/alac_data.o
|
|---|
| 9066 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9067 | CC libavcodec/alacdsp.o
|
|---|
| 9068 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9069 | CC libavcodec/alacenc.o
|
|---|
| 9070 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9071 | CC libavcodec/aliaspixdec.o
|
|---|
| 9072 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9073 | CC libavcodec/aliaspixenc.o
|
|---|
| 9074 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9075 | CC libavcodec/allcodecs.o
|
|---|
| 9076 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9077 | libavcodec/allcodecs.c:863:5: warning: "CONFIG_OSSFUZZ" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 9078 | 863 | #if CONFIG_OSSFUZZ
|
|---|
| 9079 | | ^~~~~~~~~~~~~~
|
|---|
| 9080 | CC libavcodec/alsdec.o
|
|---|
| 9081 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9082 | CC libavcodec/amr_parser.o
|
|---|
| 9083 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9084 | CC libavcodec/amrnbdec.o
|
|---|
| 9085 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9086 | CC libavcodec/amrwbdec.o
|
|---|
| 9087 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9088 | CC libavcodec/anm.o
|
|---|
| 9089 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9090 | CC libavcodec/ansi.o
|
|---|
| 9091 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9092 | CC libavcodec/apedec.o
|
|---|
| 9093 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9094 | CC libavcodec/aptx.o
|
|---|
| 9095 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9096 | CC libavcodec/aptxdec.o
|
|---|
| 9097 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9098 | CC libavcodec/aptxenc.o
|
|---|
| 9099 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9100 | CC libavcodec/arbc.o
|
|---|
| 9101 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9102 | CC libavcodec/argo.o
|
|---|
| 9103 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9104 | CC libavcodec/ass.o
|
|---|
| 9105 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9106 | CC libavcodec/ass_split.o
|
|---|
| 9107 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9108 | CC libavcodec/assdec.o
|
|---|
| 9109 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9110 | CC libavcodec/assenc.o
|
|---|
| 9111 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9112 | CC libavcodec/asv.o
|
|---|
| 9113 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9114 | CC libavcodec/asvdec.o
|
|---|
| 9115 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9116 | CC libavcodec/asvenc.o
|
|---|
| 9117 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9118 | CC libavcodec/atrac.o
|
|---|
| 9119 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9120 | CC libavcodec/atrac1.o
|
|---|
| 9121 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9122 | CC libavcodec/atrac3.o
|
|---|
| 9123 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9124 | CC libavcodec/atrac3plus.o
|
|---|
| 9125 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9126 | CC libavcodec/atrac3plusdec.o
|
|---|
| 9127 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9128 | CC libavcodec/atrac3plusdsp.o
|
|---|
| 9129 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9130 | CC libavcodec/atrac9dec.o
|
|---|
| 9131 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9132 | CC libavcodec/atsc_a53.o
|
|---|
| 9133 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9134 | CC libavcodec/audio_frame_queue.o
|
|---|
| 9135 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9136 | CC libavcodec/audiodsp.o
|
|---|
| 9137 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9138 | CC libavcodec/aura.o
|
|---|
| 9139 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9140 | CC libavcodec/av1_frame_merge_bsf.o
|
|---|
| 9141 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9142 | CC libavcodec/av1_frame_split_bsf.o
|
|---|
| 9143 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9144 | CC libavcodec/av1_parse.o
|
|---|
| 9145 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9146 | CC libavcodec/av1_parser.o
|
|---|
| 9147 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9148 | CC libavcodec/av1dec.o
|
|---|
| 9149 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9150 | CC libavcodec/avcodec.o
|
|---|
| 9151 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9152 | libavcodec/avcodec.c: In function 'avcodec_open2':
|
|---|
| 9153 | libavcodec/avcodec.c:263:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9154 | 263 | if (avctx->channel_layout && !avctx->channels)
|
|---|
| 9155 | | ^~
|
|---|
| 9156 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9157 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9158 | 1060 | uint64_t channel_layout;
|
|---|
| 9159 | | ^~~~~~~~~~~~~~
|
|---|
| 9160 | libavcodec/avcodec.c:263:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9161 | 263 | if (avctx->channel_layout && !avctx->channels)
|
|---|
| 9162 | | ^~
|
|---|
| 9163 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9164 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9165 | 1006 | int channels;
|
|---|
| 9166 | | ^~~~~~~~
|
|---|
| 9167 | libavcodec/avcodec.c:264:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9168 | 264 | avctx->channels = av_popcount64(avctx->channel_layout);
|
|---|
| 9169 | | ^~~~~
|
|---|
| 9170 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9171 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9172 | 1006 | int channels;
|
|---|
| 9173 | | ^~~~~~~~
|
|---|
| 9174 | libavcodec/avcodec.c:264:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9175 | 264 | avctx->channels = av_popcount64(avctx->channel_layout);
|
|---|
| 9176 | | ^~~~~
|
|---|
| 9177 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9178 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9179 | 1060 | uint64_t channel_layout;
|
|---|
| 9180 | | ^~~~~~~~~~~~~~
|
|---|
| 9181 | libavcodec/avcodec.c:266:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9182 | 266 | if ((avctx->channels > 0 && avctx->ch_layout.nb_channels != avctx->channels) ||
|
|---|
| 9183 | | ^~
|
|---|
| 9184 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9185 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9186 | 1006 | int channels;
|
|---|
| 9187 | | ^~~~~~~~
|
|---|
| 9188 | libavcodec/avcodec.c:266:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9189 | 266 | if ((avctx->channels > 0 && avctx->ch_layout.nb_channels != avctx->channels) ||
|
|---|
| 9190 | | ^~
|
|---|
| 9191 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9192 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9193 | 1006 | int channels;
|
|---|
| 9194 | | ^~~~~~~~
|
|---|
| 9195 | libavcodec/avcodec.c:267:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9196 | 267 | (avctx->channel_layout && (avctx->ch_layout.order != AV_CHANNEL_ORDER_NATIVE ||
|
|---|
| 9197 | | ^
|
|---|
| 9198 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9199 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9200 | 1060 | uint64_t channel_layout;
|
|---|
| 9201 | | ^~~~~~~~~~~~~~
|
|---|
| 9202 | libavcodec/avcodec.c:268:36: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9203 | 268 | avctx->ch_layout.u.mask != avctx->channel_layout))) {
|
|---|
| 9204 | | ^~~~~
|
|---|
| 9205 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9206 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9207 | 1060 | uint64_t channel_layout;
|
|---|
| 9208 | | ^~~~~~~~~~~~~~
|
|---|
| 9209 | libavcodec/avcodec.c:269:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9210 | 269 | if (avctx->channel_layout) {
|
|---|
| 9211 | | ^~
|
|---|
| 9212 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9213 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9214 | 1060 | uint64_t channel_layout;
|
|---|
| 9215 | | ^~~~~~~~~~~~~~
|
|---|
| 9216 | libavcodec/avcodec.c:270:13: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9217 | 270 | av_channel_layout_from_mask(&avctx->ch_layout, avctx->channel_layout);
|
|---|
| 9218 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9219 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9220 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9221 | 1060 | uint64_t channel_layout;
|
|---|
| 9222 | | ^~~~~~~~~~~~~~
|
|---|
| 9223 | libavcodec/avcodec.c:273:13: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9224 | 273 | avctx->ch_layout.nb_channels = avctx->channels;
|
|---|
| 9225 | | ^~~~~
|
|---|
| 9226 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9227 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9228 | 1006 | int channels;
|
|---|
| 9229 | | ^~~~~~~~
|
|---|
| 9230 | libavcodec/avcodec.c:362:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9231 | 362 | avctx->channels = avctx->ch_layout.nb_channels;
|
|---|
| 9232 | | ^~~~~
|
|---|
| 9233 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9234 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9235 | 1006 | int channels;
|
|---|
| 9236 | | ^~~~~~~~
|
|---|
| 9237 | libavcodec/avcodec.c:363:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9238 | 363 | avctx->channel_layout = avctx->ch_layout.order == AV_CHANNEL_ORDER_NATIVE ?
|
|---|
| 9239 | | ^~~~~
|
|---|
| 9240 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9241 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9242 | 1060 | uint64_t channel_layout;
|
|---|
| 9243 | | ^~~~~~~~~~~~~~
|
|---|
| 9244 | libavcodec/avcodec.c:367:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9245 | 367 | if (avctx->channel_layout) {
|
|---|
| 9246 | | ^~
|
|---|
| 9247 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9248 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9249 | 1060 | uint64_t channel_layout;
|
|---|
| 9250 | | ^~~~~~~~~~~~~~
|
|---|
| 9251 | libavcodec/avcodec.c:368:13: warning: 'av_get_channel_layout_nb_channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9252 | 368 | int channels = av_get_channel_layout_nb_channels(avctx->channel_layout);
|
|---|
| 9253 | | ^~~
|
|---|
| 9254 | In file included from libavcodec/avcodec.c:30:
|
|---|
| 9255 | ./libavutil/channel_layout.h:449:5: note: declared here
|
|---|
| 9256 | 449 | int av_get_channel_layout_nb_channels(uint64_t channel_layout);
|
|---|
| 9257 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9258 | libavcodec/avcodec.c:368:13: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9259 | 368 | int channels = av_get_channel_layout_nb_channels(avctx->channel_layout);
|
|---|
| 9260 | | ^~~
|
|---|
| 9261 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9262 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9263 | 1060 | uint64_t channel_layout;
|
|---|
| 9264 | | ^~~~~~~~~~~~~~
|
|---|
| 9265 | libavcodec/avcodec.c:369:13: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9266 | 369 | if (!avctx->channels)
|
|---|
| 9267 | | ^~
|
|---|
| 9268 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9269 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9270 | 1006 | int channels;
|
|---|
| 9271 | | ^~~~~~~~
|
|---|
| 9272 | libavcodec/avcodec.c:370:17: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9273 | 370 | avctx->channels = channels;
|
|---|
| 9274 | | ^~~~~
|
|---|
| 9275 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9276 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9277 | 1006 | int channels;
|
|---|
| 9278 | | ^~~~~~~~
|
|---|
| 9279 | libavcodec/avcodec.c:371:13: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9280 | 371 | else if (channels != avctx->channels) {
|
|---|
| 9281 | | ^~~~
|
|---|
| 9282 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9283 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9284 | 1006 | int channels;
|
|---|
| 9285 | | ^~~~~~~~
|
|---|
| 9286 | libavcodec/avcodec.c:373:17: warning: 'av_get_channel_layout_string' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9287 | 373 | av_get_channel_layout_string(buf, sizeof(buf), -1, avctx->channel_layout);
|
|---|
| 9288 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9289 | In file included from libavcodec/avcodec.c:30:
|
|---|
| 9290 | ./libavutil/channel_layout.h:435:6: note: declared here
|
|---|
| 9291 | 435 | void av_get_channel_layout_string(char *buf, int buf_size, int nb_channels, uint64_t channel_layout);
|
|---|
| 9292 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9293 | libavcodec/avcodec.c:373:17: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9294 | 373 | av_get_channel_layout_string(buf, sizeof(buf), -1, avctx->channel_layout);
|
|---|
| 9295 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9296 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9297 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9298 | 1060 | uint64_t channel_layout;
|
|---|
| 9299 | | ^~~~~~~~~~~~~~
|
|---|
| 9300 | libavcodec/avcodec.c:377:24: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9301 | 377 | buf, channels, avctx->channels);
|
|---|
| 9302 | | ^~~
|
|---|
| 9303 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9304 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9305 | 1006 | int channels;
|
|---|
| 9306 | | ^~~~~~~~
|
|---|
| 9307 | libavcodec/avcodec.c:378:17: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9308 | 378 | avctx->channel_layout = 0;
|
|---|
| 9309 | | ^~~~~
|
|---|
| 9310 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9311 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9312 | 1060 | uint64_t channel_layout;
|
|---|
| 9313 | | ^~~~~~~~~~~~~~
|
|---|
| 9314 | libavcodec/avcodec.c:381:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9315 | 381 | if (avctx->channels && avctx->channels < 0 ||
|
|---|
| 9316 | | ^~
|
|---|
| 9317 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9318 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9319 | 1006 | int channels;
|
|---|
| 9320 | | ^~~~~~~~
|
|---|
| 9321 | libavcodec/avcodec.c:381:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9322 | 381 | if (avctx->channels && avctx->channels < 0 ||
|
|---|
| 9323 | | ^~
|
|---|
| 9324 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9325 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9326 | 1006 | int channels;
|
|---|
| 9327 | | ^~~~~~~~
|
|---|
| 9328 | libavcodec/avcodec.c:382:13: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9329 | 382 | avctx->channels > FF_SANE_NB_CHANNELS) {
|
|---|
| 9330 | | ^~~~~
|
|---|
| 9331 | In file included from libavcodec/avcodec.c:35:
|
|---|
| 9332 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9333 | 1006 | int channels;
|
|---|
| 9334 | | ^~~~~~~~
|
|---|
| 9335 | CC libavcodec/avdct.o
|
|---|
| 9336 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9337 | CC libavcodec/avfft.o
|
|---|
| 9338 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9339 | CC libavcodec/avpacket.o
|
|---|
| 9340 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9341 | CC libavcodec/avrndec.o
|
|---|
| 9342 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9343 | CC libavcodec/avs.o
|
|---|
| 9344 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9345 | CC libavcodec/avs2_parser.o
|
|---|
| 9346 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9347 | CC libavcodec/avs3_parser.o
|
|---|
| 9348 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9349 | CC libavcodec/avuidec.o
|
|---|
| 9350 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9351 | CC libavcodec/avuienc.o
|
|---|
| 9352 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9353 | CC libavcodec/bethsoftvideo.o
|
|---|
| 9354 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9355 | CC libavcodec/bfi.o
|
|---|
| 9356 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9357 | CC libavcodec/bgmc.o
|
|---|
| 9358 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9359 | CC libavcodec/bink.o
|
|---|
| 9360 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9361 | CC libavcodec/binkaudio.o
|
|---|
| 9362 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9363 | CC libavcodec/binkdsp.o
|
|---|
| 9364 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9365 | CC libavcodec/bintext.o
|
|---|
| 9366 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9367 | CC libavcodec/bitpacked_dec.o
|
|---|
| 9368 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9369 | CC libavcodec/bitpacked_enc.o
|
|---|
| 9370 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9371 | CC libavcodec/bitstream.o
|
|---|
| 9372 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9373 | CC libavcodec/bitstream_filters.o
|
|---|
| 9374 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9375 | CC libavcodec/blockdsp.o
|
|---|
| 9376 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9377 | CC libavcodec/bmp.o
|
|---|
| 9378 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9379 | CC libavcodec/bmp_parser.o
|
|---|
| 9380 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9381 | CC libavcodec/bmpenc.o
|
|---|
| 9382 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9383 | CC libavcodec/bmvaudio.o
|
|---|
| 9384 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9385 | CC libavcodec/bmvvideo.o
|
|---|
| 9386 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9387 | CC libavcodec/brenderpix.o
|
|---|
| 9388 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9389 | CC libavcodec/bsf.o
|
|---|
| 9390 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9391 | CC libavcodec/bswapdsp.o
|
|---|
| 9392 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9393 | CC libavcodec/c93.o
|
|---|
| 9394 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9395 | CC libavcodec/cabac.o
|
|---|
| 9396 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9397 | CC libavcodec/canopus.o
|
|---|
| 9398 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9399 | CC libavcodec/cavs.o
|
|---|
| 9400 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9401 | CC libavcodec/cavs_parser.o
|
|---|
| 9402 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9403 | CC libavcodec/cavsdata.o
|
|---|
| 9404 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9405 | CC libavcodec/cavsdec.o
|
|---|
| 9406 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9407 | CC libavcodec/cavsdsp.o
|
|---|
| 9408 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9409 | CC libavcodec/cbrt_data.o
|
|---|
| 9410 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9411 | CC libavcodec/cbrt_data_fixed.o
|
|---|
| 9412 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9413 | CC libavcodec/cbs.o
|
|---|
| 9414 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9415 | CC libavcodec/cbs_av1.o
|
|---|
| 9416 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9417 | CC libavcodec/cbs_bsf.o
|
|---|
| 9418 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9419 | CC libavcodec/cbs_h2645.o
|
|---|
| 9420 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9421 | CC libavcodec/cbs_jpeg.o
|
|---|
| 9422 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9423 | CC libavcodec/cbs_mpeg2.o
|
|---|
| 9424 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9425 | CC libavcodec/cbs_sei.o
|
|---|
| 9426 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9427 | CC libavcodec/cbs_vp9.o
|
|---|
| 9428 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9429 | CC libavcodec/ccaption_dec.o
|
|---|
| 9430 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9431 | CC libavcodec/cdgraphics.o
|
|---|
| 9432 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9433 | CC libavcodec/cdtoons.o
|
|---|
| 9434 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9435 | CC libavcodec/cdxl.o
|
|---|
| 9436 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9437 | CC libavcodec/celp_filters.o
|
|---|
| 9438 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9439 | CC libavcodec/celp_math.o
|
|---|
| 9440 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9441 | CC libavcodec/cfhd.o
|
|---|
| 9442 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9443 | CC libavcodec/cfhddata.o
|
|---|
| 9444 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9445 | CC libavcodec/cfhddsp.o
|
|---|
| 9446 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9447 | CC libavcodec/cfhdenc.o
|
|---|
| 9448 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9449 | CC libavcodec/cfhdencdsp.o
|
|---|
| 9450 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9451 | CC libavcodec/cga_data.o
|
|---|
| 9452 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9453 | CC libavcodec/chomp_bsf.o
|
|---|
| 9454 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9455 | CC libavcodec/cinepak.o
|
|---|
| 9456 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9457 | CC libavcodec/cinepakenc.o
|
|---|
| 9458 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9459 | CC libavcodec/clearvideo.o
|
|---|
| 9460 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9461 | CC libavcodec/cljrdec.o
|
|---|
| 9462 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9463 | CC libavcodec/cljrenc.o
|
|---|
| 9464 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9465 | CC libavcodec/cllc.o
|
|---|
| 9466 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9467 | CC libavcodec/cngdec.o
|
|---|
| 9468 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9469 | CC libavcodec/cngenc.o
|
|---|
| 9470 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9471 | CC libavcodec/codec_desc.o
|
|---|
| 9472 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9473 | CC libavcodec/codec_par.o
|
|---|
| 9474 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9475 | libavcodec/codec_par.c: In function 'avcodec_parameters_from_context':
|
|---|
| 9476 | libavcodec/codec_par.c:135:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9477 | 135 | if ((codec->channels && codec->channels != codec->ch_layout.nb_channels) ||
|
|---|
| 9478 | | ^~
|
|---|
| 9479 | In file included from libavcodec/codec_par.c:28:
|
|---|
| 9480 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9481 | 1006 | int channels;
|
|---|
| 9482 | | ^~~~~~~~
|
|---|
| 9483 | libavcodec/codec_par.c:135:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9484 | 135 | if ((codec->channels && codec->channels != codec->ch_layout.nb_channels) ||
|
|---|
| 9485 | | ^~
|
|---|
| 9486 | In file included from libavcodec/codec_par.c:28:
|
|---|
| 9487 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9488 | 1006 | int channels;
|
|---|
| 9489 | | ^~~~~~~~
|
|---|
| 9490 | libavcodec/codec_par.c:136:13: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9491 | 136 | (codec->channel_layout && (codec->ch_layout.order != AV_CHANNEL_ORDER_NATIVE ||
|
|---|
| 9492 | | ^
|
|---|
| 9493 | In file included from libavcodec/codec_par.c:28:
|
|---|
| 9494 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9495 | 1060 | uint64_t channel_layout;
|
|---|
| 9496 | | ^~~~~~~~~~~~~~
|
|---|
| 9497 | libavcodec/codec_par.c:137:40: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9498 | 137 | codec->ch_layout.u.mask != codec->channel_layout))) {
|
|---|
| 9499 | | ^~~~~
|
|---|
| 9500 | In file included from libavcodec/codec_par.c:28:
|
|---|
| 9501 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9502 | 1060 | uint64_t channel_layout;
|
|---|
| 9503 | | ^~~~~~~~~~~~~~
|
|---|
| 9504 | libavcodec/codec_par.c:138:13: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9505 | 138 | if (codec->channel_layout)
|
|---|
| 9506 | | ^~
|
|---|
| 9507 | In file included from libavcodec/codec_par.c:28:
|
|---|
| 9508 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9509 | 1060 | uint64_t channel_layout;
|
|---|
| 9510 | | ^~~~~~~~~~~~~~
|
|---|
| 9511 | libavcodec/codec_par.c:139:17: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9512 | 139 | av_channel_layout_from_mask(&par->ch_layout, codec->channel_layout);
|
|---|
| 9513 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9514 | In file included from libavcodec/codec_par.c:28:
|
|---|
| 9515 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9516 | 1060 | uint64_t channel_layout;
|
|---|
| 9517 | | ^~~~~~~~~~~~~~
|
|---|
| 9518 | libavcodec/codec_par.c:142:17: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9519 | 142 | par->ch_layout.nb_channels = codec->channels;
|
|---|
| 9520 | | ^~~
|
|---|
| 9521 | In file included from libavcodec/codec_par.c:28:
|
|---|
| 9522 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9523 | 1006 | int channels;
|
|---|
| 9524 | | ^~~~~~~~
|
|---|
| 9525 | libavcodec/codec_par.c:153:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9526 | 153 | par->channel_layout = par->ch_layout.order == AV_CHANNEL_ORDER_NATIVE ?
|
|---|
| 9527 | | ^~~
|
|---|
| 9528 | In file included from libavcodec/avcodec.h:42,
|
|---|
| 9529 | from libavcodec/codec_par.c:28:
|
|---|
| 9530 | libavcodec/codec_par.h:166:14: note: declared here
|
|---|
| 9531 | 166 | uint64_t channel_layout;
|
|---|
| 9532 | | ^~~~~~~~~~~~~~
|
|---|
| 9533 | libavcodec/codec_par.c:155:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9534 | 155 | par->channels = par->ch_layout.nb_channels;
|
|---|
| 9535 | | ^~~
|
|---|
| 9536 | In file included from libavcodec/avcodec.h:42,
|
|---|
| 9537 | from libavcodec/codec_par.c:28:
|
|---|
| 9538 | libavcodec/codec_par.h:172:14: note: declared here
|
|---|
| 9539 | 172 | int channels;
|
|---|
| 9540 | | ^~~~~~~~
|
|---|
| 9541 | libavcodec/codec_par.c: In function 'avcodec_parameters_to_context':
|
|---|
| 9542 | libavcodec/codec_par.c:216:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9543 | 216 | if ((par->channels && par->channels != par->ch_layout.nb_channels) ||
|
|---|
| 9544 | | ^~
|
|---|
| 9545 | In file included from libavcodec/avcodec.h:42,
|
|---|
| 9546 | from libavcodec/codec_par.c:28:
|
|---|
| 9547 | libavcodec/codec_par.h:172:14: note: declared here
|
|---|
| 9548 | 172 | int channels;
|
|---|
| 9549 | | ^~~~~~~~
|
|---|
| 9550 | libavcodec/codec_par.c:216:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9551 | 216 | if ((par->channels && par->channels != par->ch_layout.nb_channels) ||
|
|---|
| 9552 | | ^~
|
|---|
| 9553 | In file included from libavcodec/avcodec.h:42,
|
|---|
| 9554 | from libavcodec/codec_par.c:28:
|
|---|
| 9555 | libavcodec/codec_par.h:172:14: note: declared here
|
|---|
| 9556 | 172 | int channels;
|
|---|
| 9557 | | ^~~~~~~~
|
|---|
| 9558 | libavcodec/codec_par.c:217:13: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9559 | 217 | (par->channel_layout && (par->ch_layout.order != AV_CHANNEL_ORDER_NATIVE ||
|
|---|
| 9560 | | ^
|
|---|
| 9561 | In file included from libavcodec/avcodec.h:42,
|
|---|
| 9562 | from libavcodec/codec_par.c:28:
|
|---|
| 9563 | libavcodec/codec_par.h:166:14: note: declared here
|
|---|
| 9564 | 166 | uint64_t channel_layout;
|
|---|
| 9565 | | ^~~~~~~~~~~~~~
|
|---|
| 9566 | libavcodec/codec_par.c:218:38: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9567 | 218 | par->ch_layout.u.mask != par->channel_layout))) {
|
|---|
| 9568 | | ^~~
|
|---|
| 9569 | In file included from libavcodec/avcodec.h:42,
|
|---|
| 9570 | from libavcodec/codec_par.c:28:
|
|---|
| 9571 | libavcodec/codec_par.h:166:14: note: declared here
|
|---|
| 9572 | 166 | uint64_t channel_layout;
|
|---|
| 9573 | | ^~~~~~~~~~~~~~
|
|---|
| 9574 | libavcodec/codec_par.c:219:13: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9575 | 219 | if (par->channel_layout)
|
|---|
| 9576 | | ^~
|
|---|
| 9577 | In file included from libavcodec/avcodec.h:42,
|
|---|
| 9578 | from libavcodec/codec_par.c:28:
|
|---|
| 9579 | libavcodec/codec_par.h:166:14: note: declared here
|
|---|
| 9580 | 166 | uint64_t channel_layout;
|
|---|
| 9581 | | ^~~~~~~~~~~~~~
|
|---|
| 9582 | libavcodec/codec_par.c:220:17: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9583 | 220 | av_channel_layout_from_mask(&codec->ch_layout, par->channel_layout);
|
|---|
| 9584 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9585 | In file included from libavcodec/avcodec.h:42,
|
|---|
| 9586 | from libavcodec/codec_par.c:28:
|
|---|
| 9587 | libavcodec/codec_par.h:166:14: note: declared here
|
|---|
| 9588 | 166 | uint64_t channel_layout;
|
|---|
| 9589 | | ^~~~~~~~~~~~~~
|
|---|
| 9590 | libavcodec/codec_par.c:223:17: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9591 | 223 | codec->ch_layout.nb_channels = par->channels;
|
|---|
| 9592 | | ^~~~~
|
|---|
| 9593 | In file included from libavcodec/avcodec.h:42,
|
|---|
| 9594 | from libavcodec/codec_par.c:28:
|
|---|
| 9595 | libavcodec/codec_par.h:172:14: note: declared here
|
|---|
| 9596 | 172 | int channels;
|
|---|
| 9597 | | ^~~~~~~~
|
|---|
| 9598 | libavcodec/codec_par.c:234:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9599 | 234 | codec->channel_layout = codec->ch_layout.order == AV_CHANNEL_ORDER_NATIVE ?
|
|---|
| 9600 | | ^~~~~
|
|---|
| 9601 | In file included from libavcodec/codec_par.c:28:
|
|---|
| 9602 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9603 | 1060 | uint64_t channel_layout;
|
|---|
| 9604 | | ^~~~~~~~~~~~~~
|
|---|
| 9605 | libavcodec/codec_par.c:236:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9606 | 236 | codec->channels = codec->ch_layout.nb_channels;
|
|---|
| 9607 | | ^~~~~
|
|---|
| 9608 | In file included from libavcodec/codec_par.c:28:
|
|---|
| 9609 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9610 | 1006 | int channels;
|
|---|
| 9611 | | ^~~~~~~~
|
|---|
| 9612 | CC libavcodec/cook.o
|
|---|
| 9613 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9614 | CC libavcodec/cook_parser.o
|
|---|
| 9615 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9616 | CC libavcodec/cpia.o
|
|---|
| 9617 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9618 | CC libavcodec/cri.o
|
|---|
| 9619 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9620 | CC libavcodec/cri_parser.o
|
|---|
| 9621 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9622 | CC libavcodec/cscd.o
|
|---|
| 9623 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9624 | CC libavcodec/cyuv.o
|
|---|
| 9625 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9626 | CC libavcodec/d3d11va.o
|
|---|
| 9627 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9628 | libavcodec/d3d11va.c:27:5: warning: "CONFIG_D3D11VA" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 9629 | 27 | #if CONFIG_D3D11VA
|
|---|
| 9630 | | ^~~~~~~~~~~~~~
|
|---|
| 9631 | CC libavcodec/dca.o
|
|---|
| 9632 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9633 | CC libavcodec/dca_core.o
|
|---|
| 9634 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9635 | CC libavcodec/dca_core_bsf.o
|
|---|
| 9636 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9637 | CC libavcodec/dca_exss.o
|
|---|
| 9638 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9639 | CC libavcodec/dca_lbr.o
|
|---|
| 9640 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9641 | CC libavcodec/dca_parser.o
|
|---|
| 9642 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9643 | CC libavcodec/dca_sample_rate_tab.o
|
|---|
| 9644 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9645 | CC libavcodec/dca_xll.o
|
|---|
| 9646 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9647 | CC libavcodec/dcaadpcm.o
|
|---|
| 9648 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9649 | CC libavcodec/dcadata.o
|
|---|
| 9650 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9651 | CC libavcodec/dcadct.o
|
|---|
| 9652 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9653 | CC libavcodec/dcadec.o
|
|---|
| 9654 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9655 | libavcodec/dcadec.c: In function 'dcadec_init':
|
|---|
| 9656 | libavcodec/dcadec.c:358:5: warning: 'request_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9657 | 358 | if (avctx->request_channel_layout & AV_CH_LAYOUT_NATIVE)
|
|---|
| 9658 | | ^~
|
|---|
| 9659 | In file included from libavcodec/dcadec.h:30,
|
|---|
| 9660 | from libavcodec/dcadec.c:26:
|
|---|
| 9661 | libavcodec/avcodec.h:1069:14: note: declared here
|
|---|
| 9662 | 1069 | uint64_t request_channel_layout;
|
|---|
| 9663 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9664 | libavcodec/dcadec.c:361:5: warning: 'request_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9665 | 361 | if (avctx->request_channel_layout & ~AV_CH_LAYOUT_NATIVE) {
|
|---|
| 9666 | | ^~
|
|---|
| 9667 | In file included from libavcodec/dcadec.h:30,
|
|---|
| 9668 | from libavcodec/dcadec.c:26:
|
|---|
| 9669 | libavcodec/avcodec.h:1069:14: note: declared here
|
|---|
| 9670 | 1069 | uint64_t request_channel_layout;
|
|---|
| 9671 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9672 | libavcodec/dcadec.c:363:9: warning: 'request_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9673 | 363 | av_channel_layout_from_mask(&s->downmix_layout, avctx->request_channel_layout & ~AV_CH_LAYOUT_NATIVE);
|
|---|
| 9674 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9675 | In file included from libavcodec/dcadec.h:30,
|
|---|
| 9676 | from libavcodec/dcadec.c:26:
|
|---|
| 9677 | libavcodec/avcodec.h:1069:14: note: declared here
|
|---|
| 9678 | 1069 | uint64_t request_channel_layout;
|
|---|
| 9679 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9680 | CC libavcodec/dcadsp.o
|
|---|
| 9681 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9682 | CC libavcodec/dcaenc.o
|
|---|
| 9683 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9684 | CC libavcodec/dcahuff.o
|
|---|
| 9685 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9686 | CC libavcodec/dct.o
|
|---|
| 9687 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9688 | CC libavcodec/dct32_fixed.o
|
|---|
| 9689 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9690 | CC libavcodec/dct32_float.o
|
|---|
| 9691 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9692 | CC libavcodec/dds.o
|
|---|
| 9693 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9694 | CC libavcodec/decode.o
|
|---|
| 9695 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9696 | libavcodec/decode.c: In function 'apply_param_change':
|
|---|
| 9697 | libavcodec/decode.c:87:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9698 | 87 | avctx->channels = val;
|
|---|
| 9699 | | ^~~~~
|
|---|
| 9700 | In file included from libavcodec/decode.c:42:
|
|---|
| 9701 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9702 | 1006 | int channels;
|
|---|
| 9703 | | ^~~~~~~~
|
|---|
| 9704 | libavcodec/decode.c:93:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9705 | 93 | avctx->channel_layout = bytestream_get_le64(&data);
|
|---|
| 9706 | | ^~~~~
|
|---|
| 9707 | In file included from libavcodec/decode.c:42:
|
|---|
| 9708 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9709 | 1060 | uint64_t channel_layout;
|
|---|
| 9710 | | ^~~~~~~~~~~~~~
|
|---|
| 9711 | libavcodec/decode.c: In function 'decode_simple_internal':
|
|---|
| 9712 | libavcodec/decode.c:348:13: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9713 | 348 | if (!frame->channel_layout)
|
|---|
| 9714 | | ^~
|
|---|
| 9715 | In file included from libavcodec/decode.c:35:
|
|---|
| 9716 | ./libavutil/frame.h:510:14: note: declared here
|
|---|
| 9717 | 510 | uint64_t channel_layout;
|
|---|
| 9718 | | ^~~~~~~~~~~~~~
|
|---|
| 9719 | libavcodec/decode.c:349:17: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9720 | 349 | frame->channel_layout = avctx->ch_layout.order == AV_CHANNEL_ORDER_NATIVE ?
|
|---|
| 9721 | | ^~~~~
|
|---|
| 9722 | In file included from libavcodec/decode.c:35:
|
|---|
| 9723 | ./libavutil/frame.h:510:14: note: declared here
|
|---|
| 9724 | 510 | uint64_t channel_layout;
|
|---|
| 9725 | | ^~~~~~~~~~~~~~
|
|---|
| 9726 | libavcodec/decode.c:351:13: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9727 | 351 | if (!frame->channels)
|
|---|
| 9728 | | ^~
|
|---|
| 9729 | In file included from libavcodec/decode.c:35:
|
|---|
| 9730 | ./libavutil/frame.h:643:9: note: declared here
|
|---|
| 9731 | 643 | int channels;
|
|---|
| 9732 | | ^~~~~~~~
|
|---|
| 9733 | libavcodec/decode.c:352:17: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9734 | 352 | frame->channels = avctx->ch_layout.nb_channels;
|
|---|
| 9735 | | ^~~~~
|
|---|
| 9736 | In file included from libavcodec/decode.c:35:
|
|---|
| 9737 | ./libavutil/frame.h:643:9: note: declared here
|
|---|
| 9738 | 643 | int channels;
|
|---|
| 9739 | | ^~~~~~~~
|
|---|
| 9740 | libavcodec/decode.c: In function 'avcodec_receive_frame':
|
|---|
| 9741 | libavcodec/decode.c:681:17: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9742 | 681 | avci->initial_channel_layout = frame->channel_layout;
|
|---|
| 9743 | | ^~~~
|
|---|
| 9744 | In file included from libavcodec/decode.c:35:
|
|---|
| 9745 | ./libavutil/frame.h:510:14: note: declared here
|
|---|
| 9746 | 510 | uint64_t channel_layout;
|
|---|
| 9747 | | ^~~~~~~~~~~~~~
|
|---|
| 9748 | libavcodec/decode.c:706:28: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9749 | 706 | avci->initial_channels != frame->channels ||
|
|---|
| 9750 | | ^~~~
|
|---|
| 9751 | In file included from libavcodec/decode.c:35:
|
|---|
| 9752 | ./libavutil/frame.h:643:9: note: declared here
|
|---|
| 9753 | 643 | int channels;
|
|---|
| 9754 | | ^~~~~~~~
|
|---|
| 9755 | libavcodec/decode.c:707:28: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9756 | 707 | avci->initial_channel_layout != frame->channel_layout ||
|
|---|
| 9757 | | ^~~~
|
|---|
| 9758 | In file included from libavcodec/decode.c:35:
|
|---|
| 9759 | ./libavutil/frame.h:510:14: note: declared here
|
|---|
| 9760 | 510 | uint64_t channel_layout;
|
|---|
| 9761 | | ^~~~~~~~~~~~~~
|
|---|
| 9762 | libavcodec/decode.c: In function 'ff_decode_frame_props':
|
|---|
| 9763 | libavcodec/decode.c:1334:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9764 | 1334 | frame->channels = frame->ch_layout.nb_channels;
|
|---|
| 9765 | | ^~~~~
|
|---|
| 9766 | In file included from libavcodec/decode.c:35:
|
|---|
| 9767 | ./libavutil/frame.h:643:9: note: declared here
|
|---|
| 9768 | 643 | int channels;
|
|---|
| 9769 | | ^~~~~~~~
|
|---|
| 9770 | libavcodec/decode.c:1335:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9771 | 1335 | frame->channel_layout = frame->ch_layout.order == AV_CHANNEL_ORDER_NATIVE ?
|
|---|
| 9772 | | ^~~~~
|
|---|
| 9773 | In file included from libavcodec/decode.c:35:
|
|---|
| 9774 | ./libavutil/frame.h:510:14: note: declared here
|
|---|
| 9775 | 510 | uint64_t channel_layout;
|
|---|
| 9776 | | ^~~~~~~~~~~~~~
|
|---|
| 9777 | libavcodec/decode.c: In function 'ff_get_buffer':
|
|---|
| 9778 | libavcodec/decode.c:1431:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9779 | 1431 | avctx->channels = avctx->ch_layout.nb_channels;
|
|---|
| 9780 | | ^~~~~
|
|---|
| 9781 | In file included from libavcodec/decode.c:42:
|
|---|
| 9782 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9783 | 1006 | int channels;
|
|---|
| 9784 | | ^~~~~~~~
|
|---|
| 9785 | libavcodec/decode.c:1432:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9786 | 1432 | avctx->channel_layout = (avctx->ch_layout.order == AV_CHANNEL_ORDER_NATIVE) ?
|
|---|
| 9787 | | ^~~~~
|
|---|
| 9788 | In file included from libavcodec/decode.c:42:
|
|---|
| 9789 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9790 | 1060 | uint64_t channel_layout;
|
|---|
| 9791 | | ^~~~~~~~~~~~~~
|
|---|
| 9792 | libavcodec/decode.c: In function 'ff_decode_preinit':
|
|---|
| 9793 | libavcodec/decode.c:1538:9: warning: 'thread_safe_callbacks' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9794 | 1538 | !avctx->thread_safe_callbacks) {
|
|---|
| 9795 | | ^
|
|---|
| 9796 | In file included from libavcodec/decode.c:42:
|
|---|
| 9797 | libavcodec/avcodec.h:1502:9: note: declared here
|
|---|
| 9798 | 1502 | int thread_safe_callbacks;
|
|---|
| 9799 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9800 | CC libavcodec/dfa.o
|
|---|
| 9801 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9802 | CC libavcodec/dfpwmdec.o
|
|---|
| 9803 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9804 | CC libavcodec/dfpwmenc.o
|
|---|
| 9805 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9806 | CC libavcodec/dirac.o
|
|---|
| 9807 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9808 | libavcodec/dirac.c:35:5: warning: "CONFIG_DIRAC_PARSE" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 9809 | 35 | #if CONFIG_DIRAC_PARSE
|
|---|
| 9810 | | ^~~~~~~~~~~~~~~~~~
|
|---|
| 9811 | CC libavcodec/dirac_arith.o
|
|---|
| 9812 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9813 | CC libavcodec/dirac_dwt.o
|
|---|
| 9814 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9815 | CC libavcodec/dirac_parser.o
|
|---|
| 9816 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9817 | CC libavcodec/dirac_vlc.o
|
|---|
| 9818 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9819 | CC libavcodec/diracdec.o
|
|---|
| 9820 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9821 | CC libavcodec/diracdsp.o
|
|---|
| 9822 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9823 | CC libavcodec/diractab.o
|
|---|
| 9824 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9825 | CC libavcodec/dnxhd_parser.o
|
|---|
| 9826 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9827 | CC libavcodec/dnxhddata.o
|
|---|
| 9828 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9829 | CC libavcodec/dnxhddec.o
|
|---|
| 9830 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9831 | CC libavcodec/dnxhdenc.o
|
|---|
| 9832 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9833 | CC libavcodec/dolby_e.o
|
|---|
| 9834 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9835 | libavcodec/dolby_e.c: In function 'dolby_e_init':
|
|---|
| 9836 | libavcodec/dolby_e.c:1269:5: warning: 'request_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9837 | 1269 | if (avctx->request_channel_layout & AV_CH_LAYOUT_NATIVE)
|
|---|
| 9838 | | ^~
|
|---|
| 9839 | In file included from libavcodec/internal.h:34,
|
|---|
| 9840 | from libavcodec/dolby_e.c:29:
|
|---|
| 9841 | libavcodec/avcodec.h:1069:14: note: declared here
|
|---|
| 9842 | 1069 | uint64_t request_channel_layout;
|
|---|
| 9843 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9844 | CC libavcodec/dolby_e_parse.o
|
|---|
| 9845 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9846 | CC libavcodec/dolby_e_parser.o
|
|---|
| 9847 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9848 | CC libavcodec/dovi_rpu.o
|
|---|
| 9849 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9850 | CC libavcodec/dpcm.o
|
|---|
| 9851 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9852 | CC libavcodec/dpx.o
|
|---|
| 9853 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9854 | CC libavcodec/dpx_parser.o
|
|---|
| 9855 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9856 | CC libavcodec/dpxenc.o
|
|---|
| 9857 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9858 | CC libavcodec/dsd.o
|
|---|
| 9859 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9860 | CC libavcodec/dsddec.o
|
|---|
| 9861 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9862 | CC libavcodec/dsicinaudio.o
|
|---|
| 9863 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9864 | CC libavcodec/dsicinvideo.o
|
|---|
| 9865 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9866 | CC libavcodec/dss_sp.o
|
|---|
| 9867 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9868 | CC libavcodec/dstdec.o
|
|---|
| 9869 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9870 | CC libavcodec/dump_extradata_bsf.o
|
|---|
| 9871 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9872 | CC libavcodec/dv.o
|
|---|
| 9873 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9874 | CC libavcodec/dv_error_marker_bsf.o
|
|---|
| 9875 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9876 | CC libavcodec/dv_profile.o
|
|---|
| 9877 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9878 | CC libavcodec/dvaudio_parser.o
|
|---|
| 9879 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9880 | CC libavcodec/dvaudiodec.o
|
|---|
| 9881 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9882 | CC libavcodec/dvbsub_parser.o
|
|---|
| 9883 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9884 | CC libavcodec/dvbsubdec.o
|
|---|
| 9885 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9886 | CC libavcodec/dvbsubenc.o
|
|---|
| 9887 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9888 | CC libavcodec/dvd_nav_parser.o
|
|---|
| 9889 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9890 | CC libavcodec/dvdata.o
|
|---|
| 9891 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9892 | CC libavcodec/dvdec.o
|
|---|
| 9893 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9894 | CC libavcodec/dvdsub.o
|
|---|
| 9895 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9896 | CC libavcodec/dvdsub_parser.o
|
|---|
| 9897 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9898 | CC libavcodec/dvdsubdec.o
|
|---|
| 9899 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9900 | CC libavcodec/dvdsubenc.o
|
|---|
| 9901 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9902 | CC libavcodec/dvenc.o
|
|---|
| 9903 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9904 | CC libavcodec/dxa.o
|
|---|
| 9905 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9906 | CC libavcodec/dxtory.o
|
|---|
| 9907 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9908 | CC libavcodec/dxv.o
|
|---|
| 9909 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9910 | CC libavcodec/dynamic_hdr10_plus.o
|
|---|
| 9911 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9912 | CC libavcodec/dynamic_hdr_vivid.o
|
|---|
| 9913 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9914 | CC libavcodec/eac3_core_bsf.o
|
|---|
| 9915 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9916 | CC libavcodec/eac3_data.o
|
|---|
| 9917 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9918 | CC libavcodec/eac3enc.o
|
|---|
| 9919 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9920 | CC libavcodec/eacmv.o
|
|---|
| 9921 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9922 | CC libavcodec/eaidct.o
|
|---|
| 9923 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9924 | CC libavcodec/eamad.o
|
|---|
| 9925 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9926 | CC libavcodec/eatgq.o
|
|---|
| 9927 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9928 | CC libavcodec/eatgv.o
|
|---|
| 9929 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9930 | CC libavcodec/eatqi.o
|
|---|
| 9931 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9932 | CC libavcodec/elbg.o
|
|---|
| 9933 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9934 | CC libavcodec/elsdec.o
|
|---|
| 9935 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9936 | CC libavcodec/encode.o
|
|---|
| 9937 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 9938 | libavcodec/encode.c: In function 'encode_preinit_audio':
|
|---|
| 9939 | libavcodec/encode.c:537:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9940 | 537 | if (avctx->channel_layout && avctx->channels) {
|
|---|
| 9941 | | ^~
|
|---|
| 9942 | In file included from libavcodec/encode.c:29:
|
|---|
| 9943 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9944 | 1060 | uint64_t channel_layout;
|
|---|
| 9945 | | ^~~~~~~~~~~~~~
|
|---|
| 9946 | libavcodec/encode.c:537:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9947 | 537 | if (avctx->channel_layout && avctx->channels) {
|
|---|
| 9948 | | ^~
|
|---|
| 9949 | In file included from libavcodec/encode.c:29:
|
|---|
| 9950 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9951 | 1006 | int channels;
|
|---|
| 9952 | | ^~~~~~~~
|
|---|
| 9953 | libavcodec/encode.c:538:9: warning: 'av_get_channel_layout_nb_channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9954 | 538 | int channels = av_get_channel_layout_nb_channels(avctx->channel_layout);
|
|---|
| 9955 | | ^~~
|
|---|
| 9956 | In file included from libavcodec/encode.c:23:
|
|---|
| 9957 | ./libavutil/channel_layout.h:449:5: note: declared here
|
|---|
| 9958 | 449 | int av_get_channel_layout_nb_channels(uint64_t channel_layout);
|
|---|
| 9959 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9960 | libavcodec/encode.c:538:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9961 | 538 | int channels = av_get_channel_layout_nb_channels(avctx->channel_layout);
|
|---|
| 9962 | | ^~~
|
|---|
| 9963 | In file included from libavcodec/encode.c:29:
|
|---|
| 9964 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9965 | 1060 | uint64_t channel_layout;
|
|---|
| 9966 | | ^~~~~~~~~~~~~~
|
|---|
| 9967 | libavcodec/encode.c:539:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9968 | 539 | if (channels != avctx->channels) {
|
|---|
| 9969 | | ^~
|
|---|
| 9970 | In file included from libavcodec/encode.c:29:
|
|---|
| 9971 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9972 | 1006 | int channels;
|
|---|
| 9973 | | ^~~~~~~~
|
|---|
| 9974 | libavcodec/encode.c:541:13: warning: 'av_get_channel_layout_string' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9975 | 541 | av_get_channel_layout_string(buf, sizeof(buf), -1, avctx->channel_layout);
|
|---|
| 9976 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9977 | In file included from libavcodec/encode.c:23:
|
|---|
| 9978 | ./libavutil/channel_layout.h:435:6: note: declared here
|
|---|
| 9979 | 435 | void av_get_channel_layout_string(char *buf, int buf_size, int nb_channels, uint64_t channel_layout);
|
|---|
| 9980 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9981 | libavcodec/encode.c:541:13: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9982 | 541 | av_get_channel_layout_string(buf, sizeof(buf), -1, avctx->channel_layout);
|
|---|
| 9983 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 9984 | In file included from libavcodec/encode.c:29:
|
|---|
| 9985 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 9986 | 1060 | uint64_t channel_layout;
|
|---|
| 9987 | | ^~~~~~~~~~~~~~
|
|---|
| 9988 | libavcodec/encode.c:544:20: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9989 | 544 | buf, channels, avctx->channels);
|
|---|
| 9990 | | ^~~
|
|---|
| 9991 | In file included from libavcodec/encode.c:29:
|
|---|
| 9992 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 9993 | 1006 | int channels;
|
|---|
| 9994 | | ^~~~~~~~
|
|---|
| 9995 | libavcodec/encode.c:547:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 9996 | 547 | } else if (avctx->channel_layout) {
|
|---|
| 9997 | | ^
|
|---|
| 9998 | In file included from libavcodec/encode.c:29:
|
|---|
| 9999 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 10000 | 1060 | uint64_t channel_layout;
|
|---|
| 10001 | | ^~~~~~~~~~~~~~
|
|---|
| 10002 | libavcodec/encode.c:548:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10003 | 548 | avctx->channels = av_get_channel_layout_nb_channels(avctx->channel_layout);
|
|---|
| 10004 | | ^~~~~
|
|---|
| 10005 | In file included from libavcodec/encode.c:29:
|
|---|
| 10006 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 10007 | 1006 | int channels;
|
|---|
| 10008 | | ^~~~~~~~
|
|---|
| 10009 | libavcodec/encode.c:548:9: warning: 'av_get_channel_layout_nb_channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10010 | 548 | avctx->channels = av_get_channel_layout_nb_channels(avctx->channel_layout);
|
|---|
| 10011 | | ^~~~~
|
|---|
| 10012 | In file included from libavcodec/encode.c:23:
|
|---|
| 10013 | ./libavutil/channel_layout.h:449:5: note: declared here
|
|---|
| 10014 | 449 | int av_get_channel_layout_nb_channels(uint64_t channel_layout);
|
|---|
| 10015 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10016 | libavcodec/encode.c:548:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10017 | 548 | avctx->channels = av_get_channel_layout_nb_channels(avctx->channel_layout);
|
|---|
| 10018 | | ^~~~~
|
|---|
| 10019 | In file included from libavcodec/encode.c:29:
|
|---|
| 10020 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 10021 | 1060 | uint64_t channel_layout;
|
|---|
| 10022 | | ^~~~~~~~~~~~~~
|
|---|
| 10023 | libavcodec/encode.c:550:5: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10024 | 550 | if (avctx->channels < 0) {
|
|---|
| 10025 | | ^~
|
|---|
| 10026 | In file included from libavcodec/encode.c:29:
|
|---|
| 10027 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 10028 | 1006 | int channels;
|
|---|
| 10029 | | ^~~~~~~~
|
|---|
| 10030 | libavcodec/encode.c:552:17: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10031 | 552 | avctx->channels);
|
|---|
| 10032 | | ^~~~~
|
|---|
| 10033 | In file included from libavcodec/encode.c:29:
|
|---|
| 10034 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 10035 | 1006 | int channels;
|
|---|
| 10036 | | ^~~~~~~~
|
|---|
| 10037 | CC libavcodec/error_resilience.o
|
|---|
| 10038 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10039 | CC libavcodec/escape124.o
|
|---|
| 10040 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10041 | CC libavcodec/escape130.o
|
|---|
| 10042 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10043 | CC libavcodec/evrcdec.o
|
|---|
| 10044 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10045 | CC libavcodec/exif.o
|
|---|
| 10046 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10047 | CC libavcodec/exr.o
|
|---|
| 10048 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10049 | CC libavcodec/exrdsp.o
|
|---|
| 10050 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10051 | CC libavcodec/exrenc.o
|
|---|
| 10052 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10053 | CC libavcodec/extract_extradata_bsf.o
|
|---|
| 10054 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10055 | CC libavcodec/faandct.o
|
|---|
| 10056 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10057 | CC libavcodec/faanidct.o
|
|---|
| 10058 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10059 | CC libavcodec/fastaudio.o
|
|---|
| 10060 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10061 | CC libavcodec/faxcompr.o
|
|---|
| 10062 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10063 | CC libavcodec/fdctdsp.o
|
|---|
| 10064 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10065 | CC libavcodec/fft_fixed_32.o
|
|---|
| 10066 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10067 | CC libavcodec/fft_float.o
|
|---|
| 10068 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10069 | CC libavcodec/fft_init_table.o
|
|---|
| 10070 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10071 | CC libavcodec/ffv1.o
|
|---|
| 10072 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10073 | CC libavcodec/ffv1dec.o
|
|---|
| 10074 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10075 | CC libavcodec/ffv1enc.o
|
|---|
| 10076 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10077 | CC libavcodec/ffwavesynth.o
|
|---|
| 10078 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10079 | CC libavcodec/fic.o
|
|---|
| 10080 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10081 | CC libavcodec/fits.o
|
|---|
| 10082 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10083 | CC libavcodec/fitsdec.o
|
|---|
| 10084 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10085 | CC libavcodec/fitsenc.o
|
|---|
| 10086 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10087 | CC libavcodec/flac.o
|
|---|
| 10088 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10089 | CC libavcodec/flac_parser.o
|
|---|
| 10090 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10091 | CC libavcodec/flacdata.o
|
|---|
| 10092 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10093 | CC libavcodec/flacdec.o
|
|---|
| 10094 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10095 | CC libavcodec/flacdsp.o
|
|---|
| 10096 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10097 | CC libavcodec/flacenc.o
|
|---|
| 10098 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10099 | CC libavcodec/flashsv.o
|
|---|
| 10100 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10101 | CC libavcodec/flashsv2enc.o
|
|---|
| 10102 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10103 | CC libavcodec/flashsvenc.o
|
|---|
| 10104 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10105 | CC libavcodec/flicvideo.o
|
|---|
| 10106 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10107 | CC libavcodec/flvdec.o
|
|---|
| 10108 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10109 | CC libavcodec/flvenc.o
|
|---|
| 10110 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10111 | CC libavcodec/fmtconvert.o
|
|---|
| 10112 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10113 | CC libavcodec/fmvc.o
|
|---|
| 10114 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10115 | CC libavcodec/frame_thread_encoder.o
|
|---|
| 10116 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10117 | CC libavcodec/fraps.o
|
|---|
| 10118 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10119 | CC libavcodec/frwu.o
|
|---|
| 10120 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10121 | CC libavcodec/g2meet.o
|
|---|
| 10122 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10123 | CC libavcodec/g722.o
|
|---|
| 10124 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10125 | CC libavcodec/g722dec.o
|
|---|
| 10126 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10127 | CC libavcodec/g722dsp.o
|
|---|
| 10128 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10129 | CC libavcodec/g722enc.o
|
|---|
| 10130 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10131 | CC libavcodec/g723_1.o
|
|---|
| 10132 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10133 | CC libavcodec/g723_1_parser.o
|
|---|
| 10134 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10135 | CC libavcodec/g723_1dec.o
|
|---|
| 10136 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10137 | CC libavcodec/g723_1enc.o
|
|---|
| 10138 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10139 | CC libavcodec/g726.o
|
|---|
| 10140 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10141 | CC libavcodec/g729_parser.o
|
|---|
| 10142 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10143 | CC libavcodec/g729dec.o
|
|---|
| 10144 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10145 | CC libavcodec/g729postfilter.o
|
|---|
| 10146 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10147 | CC libavcodec/gdv.o
|
|---|
| 10148 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10149 | CC libavcodec/gemdec.o
|
|---|
| 10150 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10151 | CC libavcodec/get_buffer.o
|
|---|
| 10152 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10153 | libavcodec/get_buffer.c: In function 'update_frame_pool':
|
|---|
| 10154 | libavcodec/get_buffer.c:97:13: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10155 | 97 | ch = frame->channels;
|
|---|
| 10156 | | ^~
|
|---|
| 10157 | In file included from libavcodec/get_buffer.c:26:
|
|---|
| 10158 | ./libavutil/frame.h:643:9: note: declared here
|
|---|
| 10159 | 643 | int channels;
|
|---|
| 10160 | | ^~~~~~~~
|
|---|
| 10161 | CC libavcodec/gif.o
|
|---|
| 10162 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10163 | CC libavcodec/gif_parser.o
|
|---|
| 10164 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10165 | CC libavcodec/gifdec.o
|
|---|
| 10166 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10167 | CC libavcodec/golomb.o
|
|---|
| 10168 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10169 | CC libavcodec/gsm_parser.o
|
|---|
| 10170 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10171 | CC libavcodec/gsmdec.o
|
|---|
| 10172 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10173 | CC libavcodec/gsmdec_data.o
|
|---|
| 10174 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10175 | CC libavcodec/h261.o
|
|---|
| 10176 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10177 | CC libavcodec/h261_parser.o
|
|---|
| 10178 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10179 | CC libavcodec/h261data.o
|
|---|
| 10180 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10181 | CC libavcodec/h261dec.o
|
|---|
| 10182 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10183 | CC libavcodec/h261enc.o
|
|---|
| 10184 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10185 | CC libavcodec/h263.o
|
|---|
| 10186 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10187 | CC libavcodec/h263_parser.o
|
|---|
| 10188 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10189 | CC libavcodec/h263data.o
|
|---|
| 10190 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10191 | CC libavcodec/h263dec.o
|
|---|
| 10192 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10193 | CC libavcodec/h263dsp.o
|
|---|
| 10194 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10195 | CC libavcodec/h2645_parse.o
|
|---|
| 10196 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10197 | CC libavcodec/h264_cabac.o
|
|---|
| 10198 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10199 | CC libavcodec/h264_cavlc.o
|
|---|
| 10200 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10201 | CC libavcodec/h264_direct.o
|
|---|
| 10202 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10203 | CC libavcodec/h264_loopfilter.o
|
|---|
| 10204 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10205 | CC libavcodec/h264_mb.o
|
|---|
| 10206 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10207 | CC libavcodec/h264_mp4toannexb_bsf.o
|
|---|
| 10208 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10209 | CC libavcodec/h264_parse.o
|
|---|
| 10210 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10211 | CC libavcodec/h264_parser.o
|
|---|
| 10212 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10213 | CC libavcodec/h264_picture.o
|
|---|
| 10214 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10215 | CC libavcodec/h264_ps.o
|
|---|
| 10216 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10217 | CC libavcodec/h264_refs.o
|
|---|
| 10218 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10219 | CC libavcodec/h264_sei.o
|
|---|
| 10220 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10221 | CC libavcodec/h264_slice.o
|
|---|
| 10222 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10223 | CC libavcodec/h264chroma.o
|
|---|
| 10224 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10225 | CC libavcodec/h264data.o
|
|---|
| 10226 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10227 | CC libavcodec/h264dec.o
|
|---|
| 10228 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10229 | CC libavcodec/h264dsp.o
|
|---|
| 10230 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10231 | CC libavcodec/h264idct.o
|
|---|
| 10232 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10233 | CC libavcodec/h264pred.o
|
|---|
| 10234 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10235 | CC libavcodec/h264qpel.o
|
|---|
| 10236 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10237 | CC libavcodec/h274.o
|
|---|
| 10238 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10239 | CC libavcodec/hap.o
|
|---|
| 10240 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10241 | CC libavcodec/hapdec.o
|
|---|
| 10242 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10243 | CC libavcodec/hapqa_extract_bsf.o
|
|---|
| 10244 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10245 | CC libavcodec/hcadec.o
|
|---|
| 10246 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10247 | CC libavcodec/hcom.o
|
|---|
| 10248 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10249 | CC libavcodec/hevc_cabac.o
|
|---|
| 10250 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10251 | CC libavcodec/hevc_data.o
|
|---|
| 10252 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10253 | CC libavcodec/hevc_filter.o
|
|---|
| 10254 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10255 | CC libavcodec/hevc_mp4toannexb_bsf.o
|
|---|
| 10256 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10257 | CC libavcodec/hevc_mvs.o
|
|---|
| 10258 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10259 | CC libavcodec/hevc_parse.o
|
|---|
| 10260 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10261 | CC libavcodec/hevc_parser.o
|
|---|
| 10262 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10263 | CC libavcodec/hevc_ps.o
|
|---|
| 10264 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10265 | CC libavcodec/hevc_refs.o
|
|---|
| 10266 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10267 | CC libavcodec/hevc_sei.o
|
|---|
| 10268 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10269 | CC libavcodec/hevcdec.o
|
|---|
| 10270 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10271 | CC libavcodec/hevcdsp.o
|
|---|
| 10272 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10273 | CC libavcodec/hevcpred.o
|
|---|
| 10274 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10275 | CC libavcodec/hnm4video.o
|
|---|
| 10276 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10277 | CC libavcodec/hpeldsp.o
|
|---|
| 10278 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10279 | CC libavcodec/hq_hqa.o
|
|---|
| 10280 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10281 | CC libavcodec/hq_hqadata.o
|
|---|
| 10282 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10283 | CC libavcodec/hq_hqadsp.o
|
|---|
| 10284 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10285 | CC libavcodec/hqx.o
|
|---|
| 10286 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10287 | CC libavcodec/hqxdsp.o
|
|---|
| 10288 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10289 | CC libavcodec/hqxvlc.o
|
|---|
| 10290 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10291 | CC libavcodec/htmlsubtitles.o
|
|---|
| 10292 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10293 | CC libavcodec/huffman.o
|
|---|
| 10294 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10295 | CC libavcodec/huffyuv.o
|
|---|
| 10296 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10297 | CC libavcodec/huffyuvdec.o
|
|---|
| 10298 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10299 | CC libavcodec/huffyuvdsp.o
|
|---|
| 10300 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10301 | CC libavcodec/huffyuvenc.o
|
|---|
| 10302 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10303 | CC libavcodec/huffyuvencdsp.o
|
|---|
| 10304 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10305 | CC libavcodec/idcinvideo.o
|
|---|
| 10306 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10307 | CC libavcodec/idctdsp.o
|
|---|
| 10308 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10309 | CC libavcodec/iff.o
|
|---|
| 10310 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10311 | CC libavcodec/iirfilter.o
|
|---|
| 10312 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10313 | CC libavcodec/ilbcdec.o
|
|---|
| 10314 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10315 | CC libavcodec/imc.o
|
|---|
| 10316 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10317 | CC libavcodec/imgconvert.o
|
|---|
| 10318 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10319 | CC libavcodec/imm4.o
|
|---|
| 10320 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10321 | CC libavcodec/imm5.o
|
|---|
| 10322 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10323 | CC libavcodec/imx.o
|
|---|
| 10324 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10325 | CC libavcodec/imx_dump_header_bsf.o
|
|---|
| 10326 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10327 | CC libavcodec/indeo2.o
|
|---|
| 10328 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10329 | CC libavcodec/indeo3.o
|
|---|
| 10330 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10331 | CC libavcodec/indeo4.o
|
|---|
| 10332 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10333 | CC libavcodec/indeo5.o
|
|---|
| 10334 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10335 | CC libavcodec/intelh263dec.o
|
|---|
| 10336 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10337 | CC libavcodec/interplayacm.o
|
|---|
| 10338 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10339 | CC libavcodec/interplayvideo.o
|
|---|
| 10340 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10341 | CC libavcodec/intrax8.o
|
|---|
| 10342 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10343 | CC libavcodec/intrax8dsp.o
|
|---|
| 10344 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10345 | CC libavcodec/ipu_parser.o
|
|---|
| 10346 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10347 | CC libavcodec/ituh263dec.o
|
|---|
| 10348 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10349 | CC libavcodec/ituh263enc.o
|
|---|
| 10350 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10351 | CC libavcodec/ivi.o
|
|---|
| 10352 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10353 | CC libavcodec/ivi_dsp.o
|
|---|
| 10354 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10355 | CC libavcodec/j2kenc.o
|
|---|
| 10356 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10357 | CC libavcodec/jacosubdec.o
|
|---|
| 10358 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10359 | CC libavcodec/jfdctfst.o
|
|---|
| 10360 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10361 | CC libavcodec/jfdctint.o
|
|---|
| 10362 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10363 | CC libavcodec/jni.o
|
|---|
| 10364 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10365 | libavcodec/jni.c:30:5: warning: "CONFIG_JNI" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 10366 | 30 | #if CONFIG_JNI
|
|---|
| 10367 | | ^~~~~~~~~~
|
|---|
| 10368 | CC libavcodec/jpeg2000.o
|
|---|
| 10369 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10370 | CC libavcodec/jpeg2000_parser.o
|
|---|
| 10371 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10372 | CC libavcodec/jpeg2000dec.o
|
|---|
| 10373 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10374 | CC libavcodec/jpeg2000dsp.o
|
|---|
| 10375 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10376 | CC libavcodec/jpeg2000dwt.o
|
|---|
| 10377 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10378 | CC libavcodec/jpegls.o
|
|---|
| 10379 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10380 | CC libavcodec/jpeglsdec.o
|
|---|
| 10381 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10382 | CC libavcodec/jpeglsenc.o
|
|---|
| 10383 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10384 | CC libavcodec/jpegtables.o
|
|---|
| 10385 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10386 | CC libavcodec/jrevdct.o
|
|---|
| 10387 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10388 | CC libavcodec/jvdec.o
|
|---|
| 10389 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10390 | CC libavcodec/kbdwin.o
|
|---|
| 10391 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10392 | CC libavcodec/kgv1dec.o
|
|---|
| 10393 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10394 | CC libavcodec/kmvc.o
|
|---|
| 10395 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10396 | CC libavcodec/lagarith.o
|
|---|
| 10397 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10398 | CC libavcodec/lagarithrac.o
|
|---|
| 10399 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10400 | CC libavcodec/latm_parser.o
|
|---|
| 10401 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10402 | CC libavcodec/lcldec.o
|
|---|
| 10403 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10404 | CC libavcodec/lclenc.o
|
|---|
| 10405 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10406 | CC libavcodec/libaomdec.o
|
|---|
| 10407 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10408 | CC libavcodec/libdav1d.o
|
|---|
| 10409 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10410 | CC libavcodec/libilbc.o
|
|---|
| 10411 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10412 | CC libavcodec/libmp3lame.o
|
|---|
| 10413 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10414 | CC libavcodec/libopencore-amr.o
|
|---|
| 10415 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10416 | CC libavcodec/libopus.o
|
|---|
| 10417 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10418 | CC libavcodec/libopusdec.o
|
|---|
| 10419 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10420 | CC libavcodec/libvorbisenc.o
|
|---|
| 10421 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10422 | CC libavcodec/libvpxdec.o
|
|---|
| 10423 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10424 | CC libavcodec/libvpxenc.o
|
|---|
| 10425 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10426 | CC libavcodec/libx264.o
|
|---|
| 10427 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10428 | CC libavcodec/libxvid.o
|
|---|
| 10429 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10430 | CC libavcodec/ljpegenc.o
|
|---|
| 10431 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10432 | CC libavcodec/loco.o
|
|---|
| 10433 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10434 | CC libavcodec/lossless_audiodsp.o
|
|---|
| 10435 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10436 | CC libavcodec/lossless_videodsp.o
|
|---|
| 10437 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10438 | CC libavcodec/lossless_videoencdsp.o
|
|---|
| 10439 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10440 | CC libavcodec/lpc.o
|
|---|
| 10441 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10442 | CC libavcodec/lscrdec.o
|
|---|
| 10443 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10444 | CC libavcodec/lsp.o
|
|---|
| 10445 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10446 | CC libavcodec/lzf.o
|
|---|
| 10447 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10448 | CC libavcodec/lzw.o
|
|---|
| 10449 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10450 | CC libavcodec/lzwenc.o
|
|---|
| 10451 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10452 | CC libavcodec/m101.o
|
|---|
| 10453 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10454 | CC libavcodec/mace.o
|
|---|
| 10455 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10456 | CC libavcodec/magicyuv.o
|
|---|
| 10457 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10458 | CC libavcodec/magicyuvenc.o
|
|---|
| 10459 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10460 | CC libavcodec/mathtables.o
|
|---|
| 10461 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10462 | CC libavcodec/mdct15.o
|
|---|
| 10463 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10464 | CC libavcodec/mdct_fixed_32.o
|
|---|
| 10465 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10466 | CC libavcodec/mdct_float.o
|
|---|
| 10467 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10468 | CC libavcodec/mdec.o
|
|---|
| 10469 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10470 | CC libavcodec/me_cmp.o
|
|---|
| 10471 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10472 | CC libavcodec/mediacodec.o
|
|---|
| 10473 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10474 | libavcodec/mediacodec.c:29:5: warning: "CONFIG_MEDIACODEC" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 10475 | 29 | #if CONFIG_MEDIACODEC
|
|---|
| 10476 | | ^~~~~~~~~~~~~~~~~
|
|---|
| 10477 | CC libavcodec/metasound.o
|
|---|
| 10478 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10479 | CC libavcodec/metasound_data.o
|
|---|
| 10480 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10481 | CC libavcodec/microdvddec.o
|
|---|
| 10482 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10483 | CC libavcodec/midivid.o
|
|---|
| 10484 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10485 | CC libavcodec/mimic.o
|
|---|
| 10486 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10487 | CC libavcodec/mjpeg2jpeg_bsf.o
|
|---|
| 10488 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10489 | CC libavcodec/mjpeg_parser.o
|
|---|
| 10490 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10491 | CC libavcodec/mjpega_dump_header_bsf.o
|
|---|
| 10492 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10493 | CC libavcodec/mjpegbdec.o
|
|---|
| 10494 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10495 | CC libavcodec/mjpegdec.o
|
|---|
| 10496 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10497 | CC libavcodec/mjpegdec_common.o
|
|---|
| 10498 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10499 | CC libavcodec/mjpegenc.o
|
|---|
| 10500 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10501 | CC libavcodec/mjpegenc_common.o
|
|---|
| 10502 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10503 | CC libavcodec/mjpegenc_huffman.o
|
|---|
| 10504 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10505 | CC libavcodec/mlp.o
|
|---|
| 10506 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10507 | CC libavcodec/mlp_parse.o
|
|---|
| 10508 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10509 | CC libavcodec/mlp_parser.o
|
|---|
| 10510 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10511 | CC libavcodec/mlpdec.o
|
|---|
| 10512 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10513 | libavcodec/mlpdec.c: In function 'mlp_decode_init':
|
|---|
| 10514 | libavcodec/mlpdec.c:304:5: warning: 'request_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10515 | 304 | if (avctx->request_channel_layout) {
|
|---|
| 10516 | | ^~
|
|---|
| 10517 | In file included from libavcodec/mlpdec.c:31:
|
|---|
| 10518 | libavcodec/avcodec.h:1069:14: note: declared here
|
|---|
| 10519 | 1069 | uint64_t request_channel_layout;
|
|---|
| 10520 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10521 | libavcodec/mlpdec.c:306:9: warning: 'request_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10522 | 306 | av_channel_layout_from_mask(&m->downmix_layout, avctx->request_channel_layout);
|
|---|
| 10523 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10524 | In file included from libavcodec/mlpdec.c:31:
|
|---|
| 10525 | libavcodec/avcodec.h:1069:14: note: declared here
|
|---|
| 10526 | 1069 | uint64_t request_channel_layout;
|
|---|
| 10527 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10528 | CC libavcodec/mlpdsp.o
|
|---|
| 10529 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10530 | CC libavcodec/mlpenc.o
|
|---|
| 10531 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10532 | CC libavcodec/mlz.o
|
|---|
| 10533 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10534 | CC libavcodec/mmvideo.o
|
|---|
| 10535 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10536 | CC libavcodec/mobiclip.o
|
|---|
| 10537 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10538 | CC libavcodec/motion_est.o
|
|---|
| 10539 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10540 | CC libavcodec/motionpixels.o
|
|---|
| 10541 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10542 | CC libavcodec/movsub_bsf.o
|
|---|
| 10543 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10544 | CC libavcodec/movtextdec.o
|
|---|
| 10545 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10546 | CC libavcodec/movtextenc.o
|
|---|
| 10547 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10548 | CC libavcodec/mp3_header_decompress_bsf.o
|
|---|
| 10549 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10550 | CC libavcodec/mpc.o
|
|---|
| 10551 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10552 | CC libavcodec/mpc7.o
|
|---|
| 10553 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10554 | CC libavcodec/mpc8.o
|
|---|
| 10555 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10556 | CC libavcodec/mpeg12.o
|
|---|
| 10557 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10558 | CC libavcodec/mpeg12data.o
|
|---|
| 10559 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10560 | CC libavcodec/mpeg12dec.o
|
|---|
| 10561 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10562 | CC libavcodec/mpeg12enc.o
|
|---|
| 10563 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10564 | CC libavcodec/mpeg12framerate.o
|
|---|
| 10565 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10566 | CC libavcodec/mpeg4_unpack_bframes_bsf.o
|
|---|
| 10567 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10568 | CC libavcodec/mpeg4audio.o
|
|---|
| 10569 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10570 | CC libavcodec/mpeg4audio_sample_rates.o
|
|---|
| 10571 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10572 | CC libavcodec/mpeg4video.o
|
|---|
| 10573 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10574 | CC libavcodec/mpeg4video_parser.o
|
|---|
| 10575 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10576 | CC libavcodec/mpeg4videodec.o
|
|---|
| 10577 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10578 | CC libavcodec/mpeg4videoenc.o
|
|---|
| 10579 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10580 | CC libavcodec/mpeg_er.o
|
|---|
| 10581 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10582 | CC libavcodec/mpegaudio.o
|
|---|
| 10583 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10584 | CC libavcodec/mpegaudio_parser.o
|
|---|
| 10585 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10586 | CC libavcodec/mpegaudiodata.o
|
|---|
| 10587 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10588 | CC libavcodec/mpegaudiodec_common.o
|
|---|
| 10589 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10590 | CC libavcodec/mpegaudiodec_fixed.o
|
|---|
| 10591 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10592 | CC libavcodec/mpegaudiodec_float.o
|
|---|
| 10593 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10594 | CC libavcodec/mpegaudiodecheader.o
|
|---|
| 10595 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10596 | CC libavcodec/mpegaudiodsp.o
|
|---|
| 10597 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10598 | CC libavcodec/mpegaudiodsp_data.o
|
|---|
| 10599 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10600 | CC libavcodec/mpegaudiodsp_fixed.o
|
|---|
| 10601 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10602 | CC libavcodec/mpegaudiodsp_float.o
|
|---|
| 10603 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10604 | CC libavcodec/mpegaudioenc_fixed.o
|
|---|
| 10605 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10606 | CC libavcodec/mpegaudioenc_float.o
|
|---|
| 10607 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10608 | CC libavcodec/mpegaudiotabs.o
|
|---|
| 10609 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10610 | CC libavcodec/mpegpicture.o
|
|---|
| 10611 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10612 | CC libavcodec/mpegutils.o
|
|---|
| 10613 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10614 | CC libavcodec/mpegvideo.o
|
|---|
| 10615 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10616 | CC libavcodec/mpegvideo_dec.o
|
|---|
| 10617 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10618 | CC libavcodec/mpegvideo_enc.o
|
|---|
| 10619 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10620 | CC libavcodec/mpegvideo_motion.o
|
|---|
| 10621 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10622 | CC libavcodec/mpegvideo_parser.o
|
|---|
| 10623 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10624 | CC libavcodec/mpegvideodata.o
|
|---|
| 10625 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10626 | CC libavcodec/mpegvideodsp.o
|
|---|
| 10627 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10628 | CC libavcodec/mpegvideoencdsp.o
|
|---|
| 10629 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10630 | CC libavcodec/mpl2dec.o
|
|---|
| 10631 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10632 | CC libavcodec/mqc.o
|
|---|
| 10633 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10634 | CC libavcodec/mqcdec.o
|
|---|
| 10635 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10636 | CC libavcodec/mqcenc.o
|
|---|
| 10637 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10638 | CC libavcodec/mscc.o
|
|---|
| 10639 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10640 | CC libavcodec/msgsmdec.o
|
|---|
| 10641 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10642 | CC libavcodec/msmpeg4.o
|
|---|
| 10643 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10644 | CC libavcodec/msmpeg4data.o
|
|---|
| 10645 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10646 | CC libavcodec/msmpeg4dec.o
|
|---|
| 10647 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10648 | CC libavcodec/msmpeg4enc.o
|
|---|
| 10649 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10650 | CC libavcodec/msp2dec.o
|
|---|
| 10651 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10652 | CC libavcodec/msrle.o
|
|---|
| 10653 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10654 | CC libavcodec/msrledec.o
|
|---|
| 10655 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10656 | CC libavcodec/mss1.o
|
|---|
| 10657 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10658 | CC libavcodec/mss12.o
|
|---|
| 10659 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10660 | CC libavcodec/mss2.o
|
|---|
| 10661 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10662 | CC libavcodec/mss2dsp.o
|
|---|
| 10663 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10664 | CC libavcodec/mss3.o
|
|---|
| 10665 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10666 | CC libavcodec/mss34dsp.o
|
|---|
| 10667 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10668 | CC libavcodec/mss4.o
|
|---|
| 10669 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10670 | CC libavcodec/msvideo1.o
|
|---|
| 10671 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10672 | CC libavcodec/msvideo1enc.o
|
|---|
| 10673 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10674 | CC libavcodec/mv30.o
|
|---|
| 10675 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10676 | CC libavcodec/mvcdec.o
|
|---|
| 10677 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10678 | CC libavcodec/mvha.o
|
|---|
| 10679 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10680 | CC libavcodec/mwsc.o
|
|---|
| 10681 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10682 | CC libavcodec/mxpegdec.o
|
|---|
| 10683 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10684 | CC libavcodec/nellymoser.o
|
|---|
| 10685 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10686 | CC libavcodec/nellymoserdec.o
|
|---|
| 10687 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10688 | CC libavcodec/nellymoserenc.o
|
|---|
| 10689 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10690 | CC libavcodec/noise_bsf.o
|
|---|
| 10691 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10692 | CC libavcodec/notchlc.o
|
|---|
| 10693 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10694 | CC libavcodec/null_bsf.o
|
|---|
| 10695 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10696 | CC libavcodec/nuv.o
|
|---|
| 10697 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10698 | CC libavcodec/on2avc.o
|
|---|
| 10699 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10700 | CC libavcodec/on2avcdata.o
|
|---|
| 10701 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10702 | CC libavcodec/options.o
|
|---|
| 10703 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10704 | In file included from libavcodec/options.c:38:
|
|---|
| 10705 | libavcodec/options_table.h:95:1: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10706 | 95 | {"ac", "set number of audio channels", OFFSET(channels), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, INT_MAX, A|D|E},
|
|---|
| 10707 | | ^
|
|---|
| 10708 | In file included from libavcodec/options.c:29:
|
|---|
| 10709 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 10710 | 1006 | int channels;
|
|---|
| 10711 | | ^~~~~~~~
|
|---|
| 10712 | In file included from libavcodec/options.c:38:
|
|---|
| 10713 | libavcodec/options_table.h:271:1: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10714 | 271 | {"channel_layout", NULL, OFFSET(channel_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64 = DEFAULT }, 0, UINT64_MAX, A|E|D, "channel_layout"},
|
|---|
| 10715 | | ^
|
|---|
| 10716 | In file included from libavcodec/options.c:29:
|
|---|
| 10717 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 10718 | 1060 | uint64_t channel_layout;
|
|---|
| 10719 | | ^~~~~~~~~~~~~~
|
|---|
| 10720 | In file included from libavcodec/options.c:38:
|
|---|
| 10721 | libavcodec/options_table.h:272:1: warning: 'request_channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10722 | 272 | {"request_channel_layout", NULL, OFFSET(request_channel_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64 = DEFAULT }, 0, UINT64_MAX, A|D, "request_channel_layout"},
|
|---|
| 10723 | | ^
|
|---|
| 10724 | In file included from libavcodec/options.c:29:
|
|---|
| 10725 | libavcodec/avcodec.h:1069:14: note: declared here
|
|---|
| 10726 | 1069 | uint64_t request_channel_layout;
|
|---|
| 10727 | | ^~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10728 | In file included from libavcodec/options.c:38:
|
|---|
| 10729 | libavcodec/options_table.h:379:1: warning: 'sub_text_format' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10730 | 379 | {"sub_text_format", "Deprecated, does nothing", OFFSET(sub_text_format), AV_OPT_TYPE_INT, {.i64 = FF_SUB_TEXT_FMT_ASS}, 0, 1, S|D | AV_OPT_FLAG_DEPRECATED, "sub_text_format"},
|
|---|
| 10731 | | ^
|
|---|
| 10732 | In file included from libavcodec/options.c:29:
|
|---|
| 10733 | libavcodec/avcodec.h:1888:9: note: declared here
|
|---|
| 10734 | 1888 | int sub_text_format;
|
|---|
| 10735 | | ^~~~~~~~~~~~~~~
|
|---|
| 10736 | libavcodec/options.c:201:1: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10737 | 201 | {"channel_layout", "", FOFFSET(channel_layout), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, 0},
|
|---|
| 10738 | | ^
|
|---|
| 10739 | In file included from libavcodec/avcodec.h:35,
|
|---|
| 10740 | from libavcodec/options.c:29:
|
|---|
| 10741 | ./libavutil/frame.h:510:14: note: declared here
|
|---|
| 10742 | 510 | uint64_t channel_layout;
|
|---|
| 10743 | | ^~~~~~~~~~~~~~
|
|---|
| 10744 | CC libavcodec/opus.o
|
|---|
| 10745 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10746 | CC libavcodec/opus_celt.o
|
|---|
| 10747 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10748 | CC libavcodec/opus_parser.o
|
|---|
| 10749 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10750 | CC libavcodec/opus_pvq.o
|
|---|
| 10751 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10752 | CC libavcodec/opus_rc.o
|
|---|
| 10753 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10754 | CC libavcodec/opus_silk.o
|
|---|
| 10755 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10756 | CC libavcodec/opusdec.o
|
|---|
| 10757 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10758 | CC libavcodec/opusdsp.o
|
|---|
| 10759 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10760 | CC libavcodec/opusenc.o
|
|---|
| 10761 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10762 | CC libavcodec/opusenc_psy.o
|
|---|
| 10763 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10764 | CC libavcodec/opustab.o
|
|---|
| 10765 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10766 | CC libavcodec/pafaudio.o
|
|---|
| 10767 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10768 | CC libavcodec/pafvideo.o
|
|---|
| 10769 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10770 | CC libavcodec/pamenc.o
|
|---|
| 10771 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10772 | CC libavcodec/parser.o
|
|---|
| 10773 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10774 | CC libavcodec/parsers.o
|
|---|
| 10775 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10776 | CC libavcodec/pcm-bluray.o
|
|---|
| 10777 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10778 | CC libavcodec/pcm-blurayenc.o
|
|---|
| 10779 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10780 | CC libavcodec/pcm-dvd.o
|
|---|
| 10781 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10782 | CC libavcodec/pcm-dvdenc.o
|
|---|
| 10783 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10784 | CC libavcodec/pcm.o
|
|---|
| 10785 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10786 | CC libavcodec/pcm_rechunk_bsf.o
|
|---|
| 10787 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10788 | CC libavcodec/pcx.o
|
|---|
| 10789 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10790 | CC libavcodec/pcxenc.o
|
|---|
| 10791 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10792 | CC libavcodec/pgssubdec.o
|
|---|
| 10793 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10794 | CC libavcodec/pgxdec.o
|
|---|
| 10795 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10796 | CC libavcodec/photocd.o
|
|---|
| 10797 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10798 | CC libavcodec/pictordec.o
|
|---|
| 10799 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10800 | CC libavcodec/pixblockdsp.o
|
|---|
| 10801 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10802 | CC libavcodec/pixlet.o
|
|---|
| 10803 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10804 | CC libavcodec/png.o
|
|---|
| 10805 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10806 | CC libavcodec/png_parser.o
|
|---|
| 10807 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10808 | CC libavcodec/pngdec.o
|
|---|
| 10809 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10810 | CC libavcodec/pngdsp.o
|
|---|
| 10811 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10812 | CC libavcodec/pngenc.o
|
|---|
| 10813 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10814 | CC libavcodec/pnm.o
|
|---|
| 10815 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10816 | CC libavcodec/pnm_parser.o
|
|---|
| 10817 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10818 | CC libavcodec/pnmdec.o
|
|---|
| 10819 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10820 | CC libavcodec/pnmenc.o
|
|---|
| 10821 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10822 | CC libavcodec/profiles.o
|
|---|
| 10823 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10824 | CC libavcodec/proresdata.o
|
|---|
| 10825 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10826 | CC libavcodec/proresdec2.o
|
|---|
| 10827 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10828 | CC libavcodec/proresdsp.o
|
|---|
| 10829 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10830 | CC libavcodec/proresenc_anatoliy.o
|
|---|
| 10831 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10832 | CC libavcodec/proresenc_kostya.o
|
|---|
| 10833 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10834 | CC libavcodec/prosumer.o
|
|---|
| 10835 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10836 | CC libavcodec/psd.o
|
|---|
| 10837 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10838 | CC libavcodec/psymodel.o
|
|---|
| 10839 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10840 | CC libavcodec/pthread.o
|
|---|
| 10841 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10842 | CC libavcodec/pthread_frame.o
|
|---|
| 10843 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10844 | libavcodec/pthread_frame.c: In function 'frame_worker_thread':
|
|---|
| 10845 | libavcodec/pthread_frame.c:198:13: warning: 'thread_safe_callbacks' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10846 | 198 | && THREAD_SAFE_CALLBACKS(avctx)
|
|---|
| 10847 | | ^~
|
|---|
| 10848 | In file included from libavcodec/pthread_frame.c:30:
|
|---|
| 10849 | libavcodec/avcodec.h:1502:9: note: declared here
|
|---|
| 10850 | 1502 | int thread_safe_callbacks;
|
|---|
| 10851 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10852 | libavcodec/pthread_frame.c: In function 'update_context_from_thread':
|
|---|
| 10853 | libavcodec/pthread_frame.c:303:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10854 | 303 | dst->channels = src->channels;
|
|---|
| 10855 | | ^~~
|
|---|
| 10856 | In file included from libavcodec/pthread_frame.c:30:
|
|---|
| 10857 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 10858 | 1006 | int channels;
|
|---|
| 10859 | | ^~~~~~~~
|
|---|
| 10860 | libavcodec/pthread_frame.c:303:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10861 | 303 | dst->channels = src->channels;
|
|---|
| 10862 | | ^~~
|
|---|
| 10863 | In file included from libavcodec/pthread_frame.c:30:
|
|---|
| 10864 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 10865 | 1006 | int channels;
|
|---|
| 10866 | | ^~~~~~~~
|
|---|
| 10867 | libavcodec/pthread_frame.c:304:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10868 | 304 | dst->channel_layout = src->channel_layout;
|
|---|
| 10869 | | ^~~
|
|---|
| 10870 | In file included from libavcodec/pthread_frame.c:30:
|
|---|
| 10871 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 10872 | 1060 | uint64_t channel_layout;
|
|---|
| 10873 | | ^~~~~~~~~~~~~~
|
|---|
| 10874 | libavcodec/pthread_frame.c:304:9: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10875 | 304 | dst->channel_layout = src->channel_layout;
|
|---|
| 10876 | | ^~~
|
|---|
| 10877 | In file included from libavcodec/pthread_frame.c:30:
|
|---|
| 10878 | libavcodec/avcodec.h:1060:14: note: declared here
|
|---|
| 10879 | 1060 | uint64_t channel_layout;
|
|---|
| 10880 | | ^~~~~~~~~~~~~~
|
|---|
| 10881 | libavcodec/pthread_frame.c: In function 'update_context_from_user':
|
|---|
| 10882 | libavcodec/pthread_frame.c:371:5: warning: 'thread_safe_callbacks' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10883 | 371 | dst->thread_safe_callbacks = src->thread_safe_callbacks;
|
|---|
| 10884 | | ^~~
|
|---|
| 10885 | In file included from libavcodec/pthread_frame.c:30:
|
|---|
| 10886 | libavcodec/avcodec.h:1502:9: note: declared here
|
|---|
| 10887 | 1502 | int thread_safe_callbacks;
|
|---|
| 10888 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10889 | libavcodec/pthread_frame.c:371:5: warning: 'thread_safe_callbacks' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10890 | 371 | dst->thread_safe_callbacks = src->thread_safe_callbacks;
|
|---|
| 10891 | | ^~~
|
|---|
| 10892 | In file included from libavcodec/pthread_frame.c:30:
|
|---|
| 10893 | libavcodec/avcodec.h:1502:9: note: declared here
|
|---|
| 10894 | 1502 | int thread_safe_callbacks;
|
|---|
| 10895 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10896 | libavcodec/pthread_frame.c: In function 'submit_packet':
|
|---|
| 10897 | libavcodec/pthread_frame.c:474:5: warning: 'thread_safe_callbacks' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10898 | 474 | if (!p->avctx->thread_safe_callbacks && (
|
|---|
| 10899 | | ^~
|
|---|
| 10900 | In file included from libavcodec/pthread_frame.c:30:
|
|---|
| 10901 | libavcodec/avcodec.h:1502:9: note: declared here
|
|---|
| 10902 | 1502 | int thread_safe_callbacks;
|
|---|
| 10903 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10904 | libavcodec/pthread_frame.c: In function 'ff_thread_can_start_frame':
|
|---|
| 10905 | libavcodec/pthread_frame.c:948:10: warning: 'thread_safe_callbacks' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10906 | 948 | || !THREAD_SAFE_CALLBACKS(avctx)
|
|---|
| 10907 | | ^~
|
|---|
| 10908 | In file included from libavcodec/pthread_frame.c:30:
|
|---|
| 10909 | libavcodec/avcodec.h:1502:9: note: declared here
|
|---|
| 10910 | 1502 | int thread_safe_callbacks;
|
|---|
| 10911 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10912 | libavcodec/pthread_frame.c: In function 'thread_get_buffer_internal':
|
|---|
| 10913 | libavcodec/pthread_frame.c:970:10: warning: 'thread_safe_callbacks' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10914 | 970 | || !THREAD_SAFE_CALLBACKS(avctx)
|
|---|
| 10915 | | ^~
|
|---|
| 10916 | In file included from libavcodec/pthread_frame.c:30:
|
|---|
| 10917 | libavcodec/avcodec.h:1502:9: note: declared here
|
|---|
| 10918 | 1502 | int thread_safe_callbacks;
|
|---|
| 10919 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10920 | libavcodec/pthread_frame.c:983:5: warning: 'thread_safe_callbacks' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10921 | 983 | if (THREAD_SAFE_CALLBACKS(avctx)) {
|
|---|
| 10922 | | ^~
|
|---|
| 10923 | In file included from libavcodec/pthread_frame.c:30:
|
|---|
| 10924 | libavcodec/avcodec.h:1502:9: note: declared here
|
|---|
| 10925 | 1502 | int thread_safe_callbacks;
|
|---|
| 10926 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10927 | libavcodec/pthread_frame.c:1000:5: warning: 'thread_safe_callbacks' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10928 | 1000 | if (!THREAD_SAFE_CALLBACKS(avctx) && !ffcodec(avctx->codec)->update_thread_context)
|
|---|
| 10929 | | ^~
|
|---|
| 10930 | In file included from libavcodec/pthread_frame.c:30:
|
|---|
| 10931 | libavcodec/avcodec.h:1502:9: note: declared here
|
|---|
| 10932 | 1502 | int thread_safe_callbacks;
|
|---|
| 10933 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10934 | libavcodec/pthread_frame.c: In function 'ff_thread_get_format':
|
|---|
| 10935 | libavcodec/pthread_frame.c:1016:5: warning: 'thread_safe_callbacks' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10936 | 1016 | if (!(avctx->active_thread_type & FF_THREAD_FRAME) || avctx->thread_safe_callbacks ||
|
|---|
| 10937 | | ^~
|
|---|
| 10938 | In file included from libavcodec/pthread_frame.c:30:
|
|---|
| 10939 | libavcodec/avcodec.h:1502:9: note: declared here
|
|---|
| 10940 | 1502 | int thread_safe_callbacks;
|
|---|
| 10941 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10942 | libavcodec/pthread_frame.c: In function 'ff_thread_release_buffer':
|
|---|
| 10943 | libavcodec/pthread_frame.c:1090:27: warning: 'thread_safe_callbacks' is deprecated [-Wdeprecated-declarations]
|
|---|
| 10944 | 1090 | THREAD_SAFE_CALLBACKS(avctx);
|
|---|
| 10945 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10946 | In file included from libavcodec/pthread_frame.c:30:
|
|---|
| 10947 | libavcodec/avcodec.h:1502:9: note: declared here
|
|---|
| 10948 | 1502 | int thread_safe_callbacks;
|
|---|
| 10949 | | ^~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10950 | CC libavcodec/pthread_slice.o
|
|---|
| 10951 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10952 | CC libavcodec/ptx.o
|
|---|
| 10953 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10954 | CC libavcodec/qcelpdec.o
|
|---|
| 10955 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10956 | CC libavcodec/qdm2.o
|
|---|
| 10957 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10958 | CC libavcodec/qdmc.o
|
|---|
| 10959 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10960 | CC libavcodec/qdrw.o
|
|---|
| 10961 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10962 | CC libavcodec/qpeg.o
|
|---|
| 10963 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10964 | CC libavcodec/qpeldsp.o
|
|---|
| 10965 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10966 | CC libavcodec/qsv_api.o
|
|---|
| 10967 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10968 | CC libavcodec/qtrle.o
|
|---|
| 10969 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10970 | CC libavcodec/qtrleenc.o
|
|---|
| 10971 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10972 | CC libavcodec/r210dec.o
|
|---|
| 10973 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10974 | CC libavcodec/r210enc.o
|
|---|
| 10975 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10976 | CC libavcodec/ra144.o
|
|---|
| 10977 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10978 | CC libavcodec/ra144dec.o
|
|---|
| 10979 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10980 | CC libavcodec/ra144enc.o
|
|---|
| 10981 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10982 | CC libavcodec/ra288.o
|
|---|
| 10983 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10984 | CC libavcodec/ralf.o
|
|---|
| 10985 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10986 | CC libavcodec/rangecoder.o
|
|---|
| 10987 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10988 | CC libavcodec/rasc.o
|
|---|
| 10989 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10990 | CC libavcodec/ratecontrol.o
|
|---|
| 10991 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10992 | CC libavcodec/raw.o
|
|---|
| 10993 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10994 | CC libavcodec/rawdec.o
|
|---|
| 10995 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10996 | CC libavcodec/rawenc.o
|
|---|
| 10997 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 10998 | CC libavcodec/rdft.o
|
|---|
| 10999 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11000 | CC libavcodec/realtextdec.o
|
|---|
| 11001 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11002 | CC libavcodec/remove_extradata_bsf.o
|
|---|
| 11003 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11004 | CC libavcodec/rl.o
|
|---|
| 11005 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11006 | CC libavcodec/rl2.o
|
|---|
| 11007 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11008 | CC libavcodec/rle.o
|
|---|
| 11009 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11010 | CC libavcodec/roqaudioenc.o
|
|---|
| 11011 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11012 | CC libavcodec/roqvideo.o
|
|---|
| 11013 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11014 | CC libavcodec/roqvideodec.o
|
|---|
| 11015 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11016 | CC libavcodec/roqvideoenc.o
|
|---|
| 11017 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11018 | CC libavcodec/rpza.o
|
|---|
| 11019 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11020 | CC libavcodec/rpzaenc.o
|
|---|
| 11021 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11022 | CC libavcodec/rscc.o
|
|---|
| 11023 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11024 | CC libavcodec/rtjpeg.o
|
|---|
| 11025 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11026 | CC libavcodec/rv10.o
|
|---|
| 11027 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11028 | CC libavcodec/rv10enc.o
|
|---|
| 11029 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11030 | CC libavcodec/rv20enc.o
|
|---|
| 11031 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11032 | CC libavcodec/rv30.o
|
|---|
| 11033 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11034 | CC libavcodec/rv30dsp.o
|
|---|
| 11035 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11036 | CC libavcodec/rv34.o
|
|---|
| 11037 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11038 | CC libavcodec/rv34_parser.o
|
|---|
| 11039 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11040 | CC libavcodec/rv34dsp.o
|
|---|
| 11041 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11042 | CC libavcodec/rv40.o
|
|---|
| 11043 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11044 | CC libavcodec/rv40dsp.o
|
|---|
| 11045 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11046 | CC libavcodec/s302m.o
|
|---|
| 11047 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11048 | CC libavcodec/s302menc.o
|
|---|
| 11049 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11050 | CC libavcodec/samidec.o
|
|---|
| 11051 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11052 | CC libavcodec/sanm.o
|
|---|
| 11053 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11054 | CC libavcodec/sbc.o
|
|---|
| 11055 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11056 | CC libavcodec/sbc_parser.o
|
|---|
| 11057 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11058 | CC libavcodec/sbcdec.o
|
|---|
| 11059 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11060 | CC libavcodec/sbcdec_data.o
|
|---|
| 11061 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11062 | CC libavcodec/sbcdsp.o
|
|---|
| 11063 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11064 | CC libavcodec/sbcdsp_data.o
|
|---|
| 11065 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11066 | CC libavcodec/sbcenc.o
|
|---|
| 11067 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11068 | CC libavcodec/sbrdsp.o
|
|---|
| 11069 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11070 | CC libavcodec/sbrdsp_fixed.o
|
|---|
| 11071 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11072 | CC libavcodec/scpr.o
|
|---|
| 11073 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11074 | CC libavcodec/screenpresso.o
|
|---|
| 11075 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11076 | CC libavcodec/setts_bsf.o
|
|---|
| 11077 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11078 | CC libavcodec/sga.o
|
|---|
| 11079 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11080 | CC libavcodec/sgidec.o
|
|---|
| 11081 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11082 | CC libavcodec/sgienc.o
|
|---|
| 11083 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11084 | CC libavcodec/sgirledec.o
|
|---|
| 11085 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11086 | CC libavcodec/sheervideo.o
|
|---|
| 11087 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11088 | CC libavcodec/shorten.o
|
|---|
| 11089 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11090 | CC libavcodec/simple_idct.o
|
|---|
| 11091 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11092 | CC libavcodec/sinewin.o
|
|---|
| 11093 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11094 | CC libavcodec/sipr.o
|
|---|
| 11095 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11096 | CC libavcodec/sipr16k.o
|
|---|
| 11097 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11098 | CC libavcodec/sipr_parser.o
|
|---|
| 11099 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11100 | CC libavcodec/siren.o
|
|---|
| 11101 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11102 | CC libavcodec/smacker.o
|
|---|
| 11103 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11104 | CC libavcodec/smc.o
|
|---|
| 11105 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11106 | CC libavcodec/smcenc.o
|
|---|
| 11107 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11108 | CC libavcodec/snappy.o
|
|---|
| 11109 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11110 | CC libavcodec/snow.o
|
|---|
| 11111 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11112 | CC libavcodec/snow_dwt.o
|
|---|
| 11113 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11114 | CC libavcodec/snowdec.o
|
|---|
| 11115 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11116 | CC libavcodec/snowenc.o
|
|---|
| 11117 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11118 | CC libavcodec/sonic.o
|
|---|
| 11119 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11120 | CC libavcodec/sp5xdec.o
|
|---|
| 11121 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11122 | CC libavcodec/speedhq.o
|
|---|
| 11123 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11124 | CC libavcodec/speedhqenc.o
|
|---|
| 11125 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11126 | CC libavcodec/speexdec.o
|
|---|
| 11127 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11128 | CC libavcodec/srtdec.o
|
|---|
| 11129 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11130 | CC libavcodec/srtenc.o
|
|---|
| 11131 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11132 | CC libavcodec/startcode.o
|
|---|
| 11133 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11134 | CC libavcodec/subviewerdec.o
|
|---|
| 11135 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11136 | CC libavcodec/sunrast.o
|
|---|
| 11137 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11138 | CC libavcodec/sunrastenc.o
|
|---|
| 11139 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11140 | CC libavcodec/svq1.o
|
|---|
| 11141 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11142 | CC libavcodec/svq1dec.o
|
|---|
| 11143 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11144 | CC libavcodec/svq1enc.o
|
|---|
| 11145 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11146 | CC libavcodec/svq3.o
|
|---|
| 11147 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11148 | CC libavcodec/synth_filter.o
|
|---|
| 11149 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11150 | CC libavcodec/tak.o
|
|---|
| 11151 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11152 | CC libavcodec/tak_parser.o
|
|---|
| 11153 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11154 | CC libavcodec/takdec.o
|
|---|
| 11155 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11156 | CC libavcodec/takdsp.o
|
|---|
| 11157 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11158 | CC libavcodec/targa.o
|
|---|
| 11159 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11160 | CC libavcodec/targa_y216dec.o
|
|---|
| 11161 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11162 | CC libavcodec/targaenc.o
|
|---|
| 11163 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11164 | CC libavcodec/tdsc.o
|
|---|
| 11165 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11166 | CC libavcodec/textdec.o
|
|---|
| 11167 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11168 | CC libavcodec/texturedsp.o
|
|---|
| 11169 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11170 | CC libavcodec/texturedspenc.o
|
|---|
| 11171 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11172 | CC libavcodec/tiertexseqv.o
|
|---|
| 11173 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11174 | CC libavcodec/tiff.o
|
|---|
| 11175 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11176 | libavcodec/tiff.c:31:5: warning: "CONFIG_LZMA" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 11177 | 31 | #if CONFIG_LZMA
|
|---|
| 11178 | | ^~~~~~~~~~~
|
|---|
| 11179 | libavcodec/tiff.c:550:5: warning: "CONFIG_LZMA" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 11180 | 550 | #if CONFIG_LZMA
|
|---|
| 11181 | | ^~~~~~~~~~~
|
|---|
| 11182 | libavcodec/tiff.c: In function 'tiff_unpack_strip':
|
|---|
| 11183 | libavcodec/tiff.c:786:5: warning: "CONFIG_LZMA" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 11184 | 786 | #if CONFIG_LZMA
|
|---|
| 11185 | | ^~~~~~~~~~~
|
|---|
| 11186 | libavcodec/tiff.c: In function 'tiff_decode_tag':
|
|---|
| 11187 | libavcodec/tiff.c:1338:5: warning: "CONFIG_LZMA" is not defined, evaluates to 0 [-Wundef]
|
|---|
| 11188 | 1338 | #if CONFIG_LZMA
|
|---|
| 11189 | | ^~~~~~~~~~~
|
|---|
| 11190 | CC libavcodec/tiff_common.o
|
|---|
| 11191 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11192 | CC libavcodec/tiffenc.o
|
|---|
| 11193 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11194 | CC libavcodec/tmv.o
|
|---|
| 11195 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11196 | CC libavcodec/to_upper4.o
|
|---|
| 11197 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11198 | CC libavcodec/tpeldsp.o
|
|---|
| 11199 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11200 | CC libavcodec/truehd_core_bsf.o
|
|---|
| 11201 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11202 | CC libavcodec/truemotion1.o
|
|---|
| 11203 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11204 | CC libavcodec/truemotion2.o
|
|---|
| 11205 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11206 | CC libavcodec/truemotion2rt.o
|
|---|
| 11207 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11208 | CC libavcodec/truespeech.o
|
|---|
| 11209 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11210 | CC libavcodec/tscc.o
|
|---|
| 11211 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11212 | CC libavcodec/tscc2.o
|
|---|
| 11213 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11214 | CC libavcodec/tta.o
|
|---|
| 11215 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11216 | CC libavcodec/ttadata.o
|
|---|
| 11217 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11218 | CC libavcodec/ttadsp.o
|
|---|
| 11219 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11220 | CC libavcodec/ttaenc.o
|
|---|
| 11221 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11222 | CC libavcodec/ttaencdsp.o
|
|---|
| 11223 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11224 | CC libavcodec/ttmlenc.o
|
|---|
| 11225 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11226 | CC libavcodec/twinvq.o
|
|---|
| 11227 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11228 | CC libavcodec/twinvqdec.o
|
|---|
| 11229 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11230 | CC libavcodec/txd.o
|
|---|
| 11231 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11232 | CC libavcodec/ulti.o
|
|---|
| 11233 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11234 | CC libavcodec/utils.o
|
|---|
| 11235 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11236 | libavcodec/utils.c: In function 'av_get_audio_frame_duration':
|
|---|
| 11237 | libavcodec/utils.c:819:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 11238 | 819 | channels = avctx->channels;
|
|---|
| 11239 | | ^~~~~~~~
|
|---|
| 11240 | In file included from libavcodec/utils.c:36:
|
|---|
| 11241 | libavcodec/avcodec.h:1006:9: note: declared here
|
|---|
| 11242 | 1006 | int channels;
|
|---|
| 11243 | | ^~~~~~~~
|
|---|
| 11244 | libavcodec/utils.c: In function 'av_get_audio_frame_duration2':
|
|---|
| 11245 | libavcodec/utils.c:837:9: warning: 'channels' is deprecated [-Wdeprecated-declarations]
|
|---|
| 11246 | 837 | channels = par->channels;
|
|---|
| 11247 | | ^~~~~~~~
|
|---|
| 11248 | In file included from libavcodec/avcodec.h:42,
|
|---|
| 11249 | from libavcodec/utils.c:36:
|
|---|
| 11250 | libavcodec/codec_par.h:172:14: note: declared here
|
|---|
| 11251 | 172 | int channels;
|
|---|
| 11252 | | ^~~~~~~~
|
|---|
| 11253 | CC libavcodec/utvideodec.o
|
|---|
| 11254 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11255 | CC libavcodec/utvideodsp.o
|
|---|
| 11256 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11257 | CC libavcodec/utvideoenc.o
|
|---|
| 11258 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11259 | CC libavcodec/v210dec.o
|
|---|
| 11260 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11261 | CC libavcodec/v210enc.o
|
|---|
| 11262 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11263 | CC libavcodec/v210x.o
|
|---|
| 11264 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11265 | CC libavcodec/v308dec.o
|
|---|
| 11266 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11267 | CC libavcodec/v308enc.o
|
|---|
| 11268 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11269 | CC libavcodec/v408dec.o
|
|---|
| 11270 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11271 | CC libavcodec/v408enc.o
|
|---|
| 11272 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11273 | CC libavcodec/v410dec.o
|
|---|
| 11274 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11275 | CC libavcodec/v410enc.o
|
|---|
| 11276 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11277 | CC libavcodec/vb.o
|
|---|
| 11278 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11279 | CC libavcodec/vble.o
|
|---|
| 11280 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11281 | CC libavcodec/vbndec.o
|
|---|
| 11282 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11283 | CC libavcodec/vbnenc.o
|
|---|
| 11284 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11285 | CC libavcodec/vc1.o
|
|---|
| 11286 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11287 | CC libavcodec/vc1_block.o
|
|---|
| 11288 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11289 | CC libavcodec/vc1_loopfilter.o
|
|---|
| 11290 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11291 | CC libavcodec/vc1_mc.o
|
|---|
| 11292 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11293 | CC libavcodec/vc1_parser.o
|
|---|
| 11294 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11295 | CC libavcodec/vc1_pred.o
|
|---|
| 11296 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11297 | CC libavcodec/vc1data.o
|
|---|
| 11298 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11299 | CC libavcodec/vc1dec.o
|
|---|
| 11300 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11301 | CC libavcodec/vc1dsp.o
|
|---|
| 11302 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11303 | CC libavcodec/vc2enc.o
|
|---|
| 11304 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11305 | CC libavcodec/vc2enc_dwt.o
|
|---|
| 11306 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11307 | CC libavcodec/vcr1.o
|
|---|
| 11308 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11309 | CC libavcodec/videodsp.o
|
|---|
| 11310 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11311 | CC libavcodec/vima.o
|
|---|
| 11312 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11313 | CC libavcodec/vlc.o
|
|---|
| 11314 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11315 | CC libavcodec/vmdaudio.o
|
|---|
| 11316 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11317 | CC libavcodec/vmdvideo.o
|
|---|
| 11318 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11319 | CC libavcodec/vmnc.o
|
|---|
| 11320 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11321 | CC libavcodec/vorbis.o
|
|---|
| 11322 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11323 | CC libavcodec/vorbis_data.o
|
|---|
| 11324 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11325 | CC libavcodec/vorbis_parser.o
|
|---|
| 11326 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11327 | CC libavcodec/vorbisdec.o
|
|---|
| 11328 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11329 | CC libavcodec/vorbisdsp.o
|
|---|
| 11330 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11331 | CC libavcodec/vorbisenc.o
|
|---|
| 11332 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11333 | CC libavcodec/vp3.o
|
|---|
| 11334 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11335 | CC libavcodec/vp3_parser.o
|
|---|
| 11336 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11337 | CC libavcodec/vp3dsp.o
|
|---|
| 11338 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11339 | CC libavcodec/vp5.o
|
|---|
| 11340 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11341 | CC libavcodec/vp56.o
|
|---|
| 11342 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11343 | CC libavcodec/vp56data.o
|
|---|
| 11344 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11345 | CC libavcodec/vp56dsp.o
|
|---|
| 11346 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11347 | CC libavcodec/vp56rac.o
|
|---|
| 11348 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11349 | CC libavcodec/vp6.o
|
|---|
| 11350 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11351 | CC libavcodec/vp6dsp.o
|
|---|
| 11352 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11353 | CC libavcodec/vp8.o
|
|---|
| 11354 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11355 | CC libavcodec/vp8_parser.o
|
|---|
| 11356 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11357 | CC libavcodec/vp8dsp.o
|
|---|
| 11358 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11359 | CC libavcodec/vp9.o
|
|---|
| 11360 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11361 | CC libavcodec/vp9_parser.o
|
|---|
| 11362 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11363 | CC libavcodec/vp9_raw_reorder_bsf.o
|
|---|
| 11364 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11365 | CC libavcodec/vp9_superframe_bsf.o
|
|---|
| 11366 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11367 | CC libavcodec/vp9_superframe_split_bsf.o
|
|---|
| 11368 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11369 | CC libavcodec/vp9block.o
|
|---|
| 11370 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11371 | CC libavcodec/vp9data.o
|
|---|
| 11372 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11373 | CC libavcodec/vp9dsp.o
|
|---|
| 11374 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11375 | CC libavcodec/vp9dsp_10bpp.o
|
|---|
| 11376 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11377 | CC libavcodec/vp9dsp_12bpp.o
|
|---|
| 11378 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11379 | CC libavcodec/vp9dsp_8bpp.o
|
|---|
| 11380 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11381 | CC libavcodec/vp9lpf.o
|
|---|
| 11382 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11383 | CC libavcodec/vp9mvs.o
|
|---|
| 11384 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11385 | CC libavcodec/vp9prob.o
|
|---|
| 11386 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11387 | CC libavcodec/vp9recon.o
|
|---|
| 11388 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11389 | CC libavcodec/vqavideo.o
|
|---|
| 11390 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11391 | CC libavcodec/wavpack.o
|
|---|
| 11392 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11393 | CC libavcodec/wavpackdata.o
|
|---|
| 11394 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11395 | CC libavcodec/wavpackenc.o
|
|---|
| 11396 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11397 | CC libavcodec/wcmv.o
|
|---|
| 11398 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11399 | CC libavcodec/webp.o
|
|---|
| 11400 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11401 | CC libavcodec/webp_parser.o
|
|---|
| 11402 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11403 | CC libavcodec/webvttdec.o
|
|---|
| 11404 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11405 | CC libavcodec/webvttenc.o
|
|---|
| 11406 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11407 | CC libavcodec/wma.o
|
|---|
| 11408 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11409 | CC libavcodec/wma_common.o
|
|---|
| 11410 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11411 | CC libavcodec/wma_freqs.o
|
|---|
| 11412 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11413 | CC libavcodec/wmadec.o
|
|---|
| 11414 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11415 | CC libavcodec/wmaenc.o
|
|---|
| 11416 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11417 | CC libavcodec/wmalosslessdec.o
|
|---|
| 11418 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11419 | CC libavcodec/wmaprodec.o
|
|---|
| 11420 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11421 | CC libavcodec/wmavoice.o
|
|---|
| 11422 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11423 | CC libavcodec/wmv2.o
|
|---|
| 11424 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11425 | CC libavcodec/wmv2data.o
|
|---|
| 11426 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11427 | CC libavcodec/wmv2dec.o
|
|---|
| 11428 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11429 | CC libavcodec/wmv2dsp.o
|
|---|
| 11430 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11431 | CC libavcodec/wmv2enc.o
|
|---|
| 11432 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11433 | CC libavcodec/wnv1.o
|
|---|
| 11434 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11435 | CC libavcodec/wrapped_avframe.o
|
|---|
| 11436 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11437 | CC libavcodec/ws-snd1.o
|
|---|
| 11438 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11439 | X86ASM libavcodec/x86/aacencdsp.o
|
|---|
| 11440 | CC libavcodec/x86/aacencdsp_init.o
|
|---|
| 11441 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11442 | X86ASM libavcodec/x86/aacpsdsp.o
|
|---|
| 11443 | CC libavcodec/x86/aacpsdsp_init.o
|
|---|
| 11444 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11445 | X86ASM libavcodec/x86/ac3dsp.o
|
|---|
| 11446 | X86ASM libavcodec/x86/ac3dsp_downmix.o
|
|---|
| 11447 | CC libavcodec/x86/ac3dsp_init.o
|
|---|
| 11448 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11449 | X86ASM libavcodec/x86/alacdsp.o
|
|---|
| 11450 | CC libavcodec/x86/alacdsp_init.o
|
|---|
| 11451 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11452 | X86ASM libavcodec/x86/audiodsp.o
|
|---|
| 11453 | CC libavcodec/x86/audiodsp_init.o
|
|---|
| 11454 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11455 | X86ASM libavcodec/x86/blockdsp.o
|
|---|
| 11456 | CC libavcodec/x86/blockdsp_init.o
|
|---|
| 11457 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11458 | X86ASM libavcodec/x86/bswapdsp.o
|
|---|
| 11459 | CC libavcodec/x86/bswapdsp_init.o
|
|---|
| 11460 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11461 | CC libavcodec/x86/cavsdsp.o
|
|---|
| 11462 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11463 | X86ASM libavcodec/x86/cavsidct.o
|
|---|
| 11464 | CC libavcodec/x86/celt_pvq_init.o
|
|---|
| 11465 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11466 | X86ASM libavcodec/x86/celt_pvq_search.o
|
|---|
| 11467 | X86ASM libavcodec/x86/cfhddsp.o
|
|---|
| 11468 | CC libavcodec/x86/cfhddsp_init.o
|
|---|
| 11469 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11470 | X86ASM libavcodec/x86/cfhdencdsp.o
|
|---|
| 11471 | CC libavcodec/x86/cfhdencdsp_init.o
|
|---|
| 11472 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11473 | CC libavcodec/x86/constants.o
|
|---|
| 11474 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11475 | X86ASM libavcodec/x86/dcadsp.o
|
|---|
| 11476 | CC libavcodec/x86/dcadsp_init.o
|
|---|
| 11477 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11478 | X86ASM libavcodec/x86/dct32.o
|
|---|
| 11479 | CC libavcodec/x86/dct_init.o
|
|---|
| 11480 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11481 | X86ASM libavcodec/x86/dirac_dwt.o
|
|---|
| 11482 | CC libavcodec/x86/dirac_dwt_init.o
|
|---|
| 11483 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11484 | X86ASM libavcodec/x86/diracdsp.o
|
|---|
| 11485 | CC libavcodec/x86/diracdsp_init.o
|
|---|
| 11486 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11487 | X86ASM libavcodec/x86/dnxhdenc.o
|
|---|
| 11488 | CC libavcodec/x86/dnxhdenc_init.o
|
|---|
| 11489 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11490 | X86ASM libavcodec/x86/exrdsp.o
|
|---|
| 11491 | CC libavcodec/x86/exrdsp_init.o
|
|---|
| 11492 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11493 | CC libavcodec/x86/fdct.o
|
|---|
| 11494 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11495 | CC libavcodec/x86/fdctdsp_init.o
|
|---|
| 11496 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11497 | X86ASM libavcodec/x86/fft.o
|
|---|
| 11498 | CC libavcodec/x86/fft_init.o
|
|---|
| 11499 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11500 | X86ASM libavcodec/x86/flac_dsp_gpl.o
|
|---|
| 11501 | X86ASM libavcodec/x86/flacdsp.o
|
|---|
| 11502 | CC libavcodec/x86/flacdsp_init.o
|
|---|
| 11503 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11504 | X86ASM libavcodec/x86/fmtconvert.o
|
|---|
| 11505 | CC libavcodec/x86/fmtconvert_init.o
|
|---|
| 11506 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11507 | X86ASM libavcodec/x86/fpel.o
|
|---|
| 11508 | X86ASM libavcodec/x86/g722dsp.o
|
|---|
| 11509 | CC libavcodec/x86/g722dsp_init.o
|
|---|
| 11510 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11511 | X86ASM libavcodec/x86/h263_loopfilter.o
|
|---|
| 11512 | CC libavcodec/x86/h263dsp_init.o
|
|---|
| 11513 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11514 | X86ASM libavcodec/x86/h264_chromamc.o
|
|---|
| 11515 | X86ASM libavcodec/x86/h264_chromamc_10bit.o
|
|---|
| 11516 | X86ASM libavcodec/x86/h264_deblock.o
|
|---|
| 11517 | X86ASM libavcodec/x86/h264_deblock_10bit.o
|
|---|
| 11518 | X86ASM libavcodec/x86/h264_idct.o
|
|---|
| 11519 | libavcodec/x86/h264_idct.asm:1152: warning: redefining multi-line macro `STORE_DIFFx2'
|
|---|
| 11520 | X86ASM libavcodec/x86/h264_idct_10bit.o
|
|---|
| 11521 | X86ASM libavcodec/x86/h264_intrapred.o
|
|---|
| 11522 | X86ASM libavcodec/x86/h264_intrapred_10bit.o
|
|---|
| 11523 | CC libavcodec/x86/h264_intrapred_init.o
|
|---|
| 11524 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11525 | CC libavcodec/x86/h264_qpel.o
|
|---|
| 11526 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11527 | X86ASM libavcodec/x86/h264_qpel_10bit.o
|
|---|
| 11528 | X86ASM libavcodec/x86/h264_qpel_8bit.o
|
|---|
| 11529 | X86ASM libavcodec/x86/h264_weight.o
|
|---|
| 11530 | X86ASM libavcodec/x86/h264_weight_10bit.o
|
|---|
| 11531 | CC libavcodec/x86/h264chroma_init.o
|
|---|
| 11532 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11533 | CC libavcodec/x86/h264dsp_init.o
|
|---|
| 11534 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11535 | X86ASM libavcodec/x86/hevc_add_res.o
|
|---|
| 11536 | X86ASM libavcodec/x86/hevc_deblock.o
|
|---|
| 11537 | X86ASM libavcodec/x86/hevc_idct.o
|
|---|
| 11538 | X86ASM libavcodec/x86/hevc_mc.o
|
|---|
| 11539 | X86ASM libavcodec/x86/hevc_sao.o
|
|---|
| 11540 | X86ASM libavcodec/x86/hevc_sao_10bit.o
|
|---|
| 11541 | CC libavcodec/x86/hevcdsp_init.o
|
|---|
| 11542 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11543 | In file included from ./libavutil/x86/cpu.h:23,
|
|---|
| 11544 | from libavcodec/x86/hevcdsp_init.c:27:
|
|---|
| 11545 | libavcodec/x86/hevcdsp_init.c: In function 'ff_hevc_dsp_init_x86':
|
|---|
| 11546 | ./libavutil/cpu_internal.h:27:6: error: 'HAVE_AVX512ICL_EXTERNAL' undeclared (first use in this function); did you mean 'HAVE_AVX512_EXTERNAL'?
|
|---|
| 11547 | 27 | (HAVE_ ## cpuext ## suffix && ((flags) & AV_CPU_FLAG_ ## cpuext))
|
|---|
| 11548 | | ^~~~~
|
|---|
| 11549 | ./libavutil/x86/cpu.h:83:37: note: in expansion of macro 'CPUEXT_SUFFIX'
|
|---|
| 11550 | 83 | #define EXTERNAL_AVX512ICL(flags) CPUEXT_SUFFIX(flags, _EXTERNAL, AVX512ICL)
|
|---|
| 11551 | | ^~~~~~~~~~~~~
|
|---|
| 11552 | libavcodec/x86/hevcdsp_init.c:881:13: note: in expansion of macro 'EXTERNAL_AVX512ICL'
|
|---|
| 11553 | 881 | if (EXTERNAL_AVX512ICL(cpu_flags) && ARCH_X86_64) {
|
|---|
| 11554 | | ^~~~~~~~~~~~~~~~~~
|
|---|
| 11555 | ./libavutil/cpu_internal.h:27:6: note: each undeclared identifier is reported only once for each function it appears in
|
|---|
| 11556 | 27 | (HAVE_ ## cpuext ## suffix && ((flags) & AV_CPU_FLAG_ ## cpuext))
|
|---|
| 11557 | | ^~~~~
|
|---|
| 11558 | ./libavutil/x86/cpu.h:83:37: note: in expansion of macro 'CPUEXT_SUFFIX'
|
|---|
| 11559 | 83 | #define EXTERNAL_AVX512ICL(flags) CPUEXT_SUFFIX(flags, _EXTERNAL, AVX512ICL)
|
|---|
| 11560 | | ^~~~~~~~~~~~~
|
|---|
| 11561 | libavcodec/x86/hevcdsp_init.c:881:13: note: in expansion of macro 'EXTERNAL_AVX512ICL'
|
|---|
| 11562 | 881 | if (EXTERNAL_AVX512ICL(cpu_flags) && ARCH_X86_64) {
|
|---|
| 11563 | | ^~~~~~~~~~~~~~~~~~
|
|---|
| 11564 | make[1]: *** [ffbuild/common.mak:78: libavcodec/x86/hevcdsp_init.o] Error 1
|
|---|
| 11565 | make[1]: Leaving directory '/build/mplayer-svn/ffmpeg'
|
|---|
| 11566 | make: *** [Makefile:744: ffmpeg/libavcodec/libavcodec.a] Error 2
|
|---|
| 11567 | make -C ffmpeg libavcodec/libavcodec.a
|
|---|
| 11568 | make[1]: Entering directory '/build/mplayer-svn/ffmpeg'
|
|---|
| 11569 | [1m
|
|---|
| 11570 | WARNING: libavdevice/alldevices.c libavfilter/allfilters.c libavformat/allformats.c libavcodec/allcodecs.c libavcodec/bitstream_filters.c libavcodec/parsers.c libavformat/protocols.c newer than config_components.h, rerun configure
|
|---|
| 11571 |
|
|---|
| 11572 | (B[mCC libavcodec/x86/hevcdsp_init.o
|
|---|
| 11573 | cc1.exe: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
|
|---|
| 11574 | In file included from ./libavutil/x86/cpu.h:23,
|
|---|
| 11575 | from libavcodec/x86/hevcdsp_init.c:27:
|
|---|
| 11576 | libavcodec/x86/hevcdsp_init.c: In function 'ff_hevc_dsp_init_x86':
|
|---|
| 11577 | ./libavutil/cpu_internal.h:27:6: error: 'HAVE_AVX512ICL_EXTERNAL' undeclared (first use in this function); did you mean 'HAVE_AVX512_EXTERNAL'?
|
|---|
| 11578 | 27 | (HAVE_ ## cpuext ## suffix && ((flags) & AV_CPU_FLAG_ ## cpuext))
|
|---|
| 11579 | | ^~~~~
|
|---|
| 11580 | ./libavutil/x86/cpu.h:83:37: note: in expansion of macro 'CPUEXT_SUFFIX'
|
|---|
| 11581 | 83 | #define EXTERNAL_AVX512ICL(flags) CPUEXT_SUFFIX(flags, _EXTERNAL, AVX512ICL)
|
|---|
| 11582 | | ^~~~~~~~~~~~~
|
|---|
| 11583 | libavcodec/x86/hevcdsp_init.c:881:13: note: in expansion of macro 'EXTERNAL_AVX512ICL'
|
|---|
| 11584 | 881 | if (EXTERNAL_AVX512ICL(cpu_flags) && ARCH_X86_64) {
|
|---|
| 11585 | | ^~~~~~~~~~~~~~~~~~
|
|---|
| 11586 | ./libavutil/cpu_internal.h:27:6: note: each undeclared identifier is reported only once for each function it appears in
|
|---|
| 11587 | 27 | (HAVE_ ## cpuext ## suffix && ((flags) & AV_CPU_FLAG_ ## cpuext))
|
|---|
| 11588 | | ^~~~~
|
|---|
| 11589 | ./libavutil/x86/cpu.h:83:37: note: in expansion of macro 'CPUEXT_SUFFIX'
|
|---|
| 11590 | 83 | #define EXTERNAL_AVX512ICL(flags) CPUEXT_SUFFIX(flags, _EXTERNAL, AVX512ICL)
|
|---|
| 11591 | | ^~~~~~~~~~~~~
|
|---|
| 11592 | libavcodec/x86/hevcdsp_init.c:881:13: note: in expansion of macro 'EXTERNAL_AVX512ICL'
|
|---|
| 11593 | 881 | if (EXTERNAL_AVX512ICL(cpu_flags) && ARCH_X86_64) {
|
|---|
| 11594 | | ^~~~~~~~~~~~~~~~~~
|
|---|
| 11595 | make[1]: *** [ffbuild/common.mak:78: libavcodec/x86/hevcdsp_init.o] Error 1
|
|---|
| 11596 | make[1]: Leaving directory '/build/mplayer-svn/ffmpeg'
|
|---|
| 11597 | make: *** [Makefile:744: ffmpeg/libavcodec/libavcodec.a] Error 2
|
|---|