vlc_codecs: fix warning with mingw-w64

We don't want the OS/SDK values, even though they might/should be the
same.
This commit is contained in:
Steve Lhomme 2022-11-30 09:47:44 +01:00
parent 57a72ded4b
commit cf52315aba
1 changed files with 4 additions and 0 deletions

View File

@ -183,6 +183,10 @@ ATTR_PACKED
# pragma pack(pop)
#endif
/* disable Windws ones, keep consistency throughout our source code */
#undef WAVE_FORMAT_PCM
#undef WAVE_FORMAT_IMA_ADPCM
/* WAVE format wFormatTag IDs */
/* See http://msdn.microsoft.com/en-us/library/aa904731%28v=vs.80%29.aspx */
#define WAVE_FORMAT_UNKNOWN 0x0000 /* Microsoft Corporation */