[vlc-devel] [PATCH] mft: remove deprecated hack

Steve Lhomme robux4 at ycbcr.xyz
Thu Mar 26 14:08:02 CET 2020


We only support __MINGW64_VERSION_MAJOR via configure.ac. So this test is
always false.
---
 modules/codec/mft.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/codec/mft.c b/modules/codec/mft.c
index 175fd6b63fc..46e03bdcab0 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.17.1



More information about the vlc-devel mailing list