[vlc-devel] [PATCH] mft: remove dead mingw code

Steve Lhomme robux4 at ycbcr.xyz
Thu Jun 18 15:43:05 CEST 2020


We require a minimum version of mingw-w64 of 5 in configure.ac.
---
 modules/codec/mft.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/codec/mft.c b/modules/codec/mft.c
index 175fd6b63fc4..46e03bdcab0b 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.
-- 
2.26.2



More information about the vlc-devel mailing list