Browse Source

vlc_codecs: fix warning with mingw-w64

We don't want the OS/SDK values, even though they might/should be the
same.
pull/141/head
Steve Lhomme 4 years ago
parent
commit
cf52315aba
  1. 4
      include/vlc_codecs.h

4
include/vlc_codecs.h

@ -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 */

Loading…
Cancel
Save