projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c48b3d1
)
gl: fix build with more recent versions of MinGW
author
Andoni Morales Alastruey
<ylatuya@gmail.com>
Fri, 4 Jan 2019 23:16:36 +0000
(
00:16
+0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Mon, 7 Jan 2019 10:17:25 +0000
(10:17 +0000)
ext/gl/gstgloverlay.c
patch
|
blob
|
history
diff --git
a/ext/gl/gstgloverlay.c
b/ext/gl/gstgloverlay.c
index 59096cb3205f6c97dbe9c628c40466b1e279306f..a2c9fbb20d4295c816aa3a59b4d344656c0c3321 100644
(file)
--- a/
ext/gl/gstgloverlay.c
+++ b/
ext/gl/gstgloverlay.c
@@
-45,7
+45,7
@@
#include <stdio.h>
#include <stdlib.h>
-#if
def _MSC_VER
+#if
defined(_MSC_VER) || (defined (__MINGW64_VERSION_MAJOR) && __MINGW64_VERSION_MAJOR >= 6)
#define HAVE_BOOLEAN
#endif
#include <jpeglib.h>