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)
committerNirbheek Chauhan <nirbheek@centricular.com>
Thu, 27 Oct 2016 17:36:25 +0000 (23:06 +0530)
commit49ab51dc7d9b4fdb9028a07d5ad12cca60078d74
treedd8449bfedffbfb4ab45838caef7e4112cc980a3
parentd5dba89fc032ba13c9b220208af98b42a1cd527e
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