meson: Explicitly pass -DWIN32 while building speex
authorNirbheek Chauhan <nirbheek@centricular.com>
Fri, 7 Sep 2018 13:17:22 +0000 (18:47 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Fri, 7 Sep 2018 13:21:17 +0000 (18:51 +0530)
commit3da5144bbe9cd45b7cda1057fc51aa69b9213679
treeb7a553bf2e73145fb7ce5490f4cd0fee140a2be5
parent1cd5a5241f3f0450f03fc54c5fe2e43b75ae4e7d
meson: Explicitly pass -DWIN32 while building speex

The speex headers assume that WIN32 will always be defined when
building on Windows, but this is only true by default on MinGW.
Always set it explicitly.
ext/speex/meson.build