ext/gl: Don't define boolean on Windows with MSVC
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 27 Oct 2016 03:40:03 +0000 (09:10 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:23 +0000 (19:32 +0000)
commit0d37cc3b117e09ebd3661ba480744d04b18b37d1
treed2d2b57b85eb06abdcbc1cae740579aa60be9bef
parent45ad33c94c9cc625a83f857e767c8633edfe8816
ext/gl: Don't define boolean on Windows with MSVC

The headers we include already define boolean on Windows with MSVC, and
it leads to a typedef redefinition error with jpeglib.h which tries to
redefine it in jmorecfg.h
ext/gl/gstgloverlay.c