]> git.sesse.net Git - movit/commitdiff
Add the two missing FFT shaders to MISSING_SHADERS.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Mar 2014 19:19:36 +0000 (20:19 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Mar 2014 19:19:36 +0000 (20:19 +0100)
Makefile.in

index f82be17d422468f45a4eca3362eb72a565e5ae00..2cd3e77ebf8c1b79de54df474d21edbcb1bf3f53 100644 (file)
@@ -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