vlc | branch: master | Steve Lhomme <[email protected]> | Thu Jun 18 15:42:59 2020 +0200| [ab088720569f0a847401829c0e85536c14a88ff2] | committer: Steve Lhomme
mft: remove dead mingw code We require a minimum version of mingw-w64 of 5 in configure.ac. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab088720569f0a847401829c0e85536c14a88ff2 --- modules/codec/mft.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/codec/mft.c b/modules/codec/mft.c index 175fd6b63f..46e03bdcab 100644 --- a/modules/codec/mft.c +++ b/modules/codec/mft.c @@ -199,9 +199,6 @@ static const pair_format_guid d3d_format_table[] = { { 0, NULL } }; -#if defined(__MINGW64_VERSION_MAJOR) && __MINGW64_VERSION_MAJOR < 4 -DEFINE_GUID(MFAudioFormat_Dolby_AC3, 0xe06d802c, 0xdb46, 0x11cf, 0xb4, 0xd1, 0x00, 0x80, 0x5f, 0x6c, 0xbb, 0xea); -#endif /* * We cannot use the FOURCC code for audio either since the * WAVE_FORMAT value is used to create the GUID. _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
