From: Steinar H. Gunderson Date: Tue, 6 Oct 2015 18:08:05 +0000 (+0200) Subject: Fix GLSL compilation errors on some drivers. X-Git-Tag: 1.3.0~30 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=5b08f06cd4547102186932ce789788e07ea8fd8c;hp=5b08f06cd4547102186932ce789788e07ea8fd8c Fix GLSL compilation errors on some drivers. Evidently #if FOO is illegal in GLSL if FOO is not defined, unlike in C++. Reported by Dan Dennedy. ---