Skip to content
Snippets Groups Projects
Commit cf52315a authored by Steve Lhomme's avatar Steve Lhomme
Browse files

vlc_codecs: fix warning with mingw-w64

We don't want the OS/SDK values, even though they might/should be the
same.
parent 57a72ded
No related branches found
No related tags found
Loading
Pipeline #288933 passed with stage
in 17 minutes and 54 seconds
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment