tests/glheaders: use #if for platform selection
authorMatthew Waters <matthew@centricular.com>
Wed, 3 Jan 2018 12:09:20 +0000 (23:09 +1100)
committerMatthew Waters <matthew@centricular.com>
Wed, 3 Jan 2018 12:09:20 +0000 (23:09 +1100)
commit9e563a20c28db26715a8d261731b93348abe6bcf
treea69ba3a98f899cc9971271e1359b6db51628f879
parentc117460420ef8c21eb85d5dfcfd9004c4418c00a
tests/glheaders: use #if for platform selection

GST_GL_HAVE_* are always defined to 0 or 1 so an #ifdef will always
succeed which is not the intention here.
tests/check/libs/gstglheaders.c