Skip to content

Commit

Permalink
vlc_codecs: fix warning with mingw-w64
Browse files Browse the repository at this point in the history
We don't want the OS/SDK values, even though they might/should be the
same.
  • Loading branch information
robUx4 committed Dec 2, 2022
1 parent 57a72de commit cf52315
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/vlc_codecs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit cf52315

Please sign in to comment.