plugin: fix macro processor check
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Fri, 29 Apr 2016 11:11:48 +0000 (13:11 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Fri, 29 Apr 2016 11:15:01 +0000 (13:15 +0200)
commit4f30d28ff03569e9dd889e05bf0ffc2181dafaf6
tree1e894235402fb3c9609505800c15b01f0a401de9
parent3fcfd40fb5817a6f0c3cb52aff7202baad1f5b78
plugin: fix macro processor check

Instead of #ifdef it should be used #if becasuse USE_GST_GL_HELPERS is always
defined in config.h, but it would be 0 or 1 depending on the configure output.

https://bugzilla.gnome.org/show_bug.cgi?id=765702
gst/vaapi/gstvaapipluginbase.h