Commit 85adefd9 authored by Max Kellermann's avatar Max Kellermann

encoder/wave: remove `constexpr` because memcpy() is not allowed

parent 22804cfb
......@@ -63,7 +63,7 @@ struct WaveHeader {
static_assert(sizeof(WaveHeader) == 44);
static constexpr WaveHeader
static WaveHeader
MakeWaveHeader(int channels, int bits,
int freq, int block_size) noexcept
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment