From: Steinar H. Gunderson Date: Sun, 16 Mar 2014 19:19:36 +0000 (+0100) Subject: Add the two missing FFT shaders to MISSING_SHADERS. X-Git-Tag: 1.0~2 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=7032541edf2920e88b5a13f62bf808eb8aee73b4;hp=05466cbaae2befac3d3ab8bbba614bc08646d3f2 Add the two missing FFT shaders to MISSING_SHADERS. --- diff --git a/Makefile.in b/Makefile.in index f82be17..2cd3e77 100644 --- a/Makefile.in +++ b/Makefile.in @@ -163,6 +163,7 @@ SHADERS += texture1d.frag # These purposefully do not exist. MISSING_SHADERS = diffusion_effect.frag glow_effect.frag unsharp_mask_effect.frag resize_effect.frag +MISSING_SHADERS += fft_convolution_effect.frag fft_input.frag SHADERS := $(filter-out $(MISSING_SHADERS),$(SHADERS)) install: libmovit.la