From: Steinar H. Gunderson Date: Thu, 13 Mar 2014 20:44:15 +0000 (+0100) Subject: Properly install texture1d.frag, which is needed during init. X-Git-Tag: 1.0~11 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=208bc4b0a8172f7de3f617455837447f85c0b163;hp=583151ff64eaa763508e09940b8db9097dc049dc Properly install texture1d.frag, which is needed during init. --- diff --git a/Makefile.in b/Makefile.in index 20586b6..8164e38 100644 --- a/Makefile.in +++ b/Makefile.in @@ -149,6 +149,7 @@ SHADERS += $(INPUTS:=.frag) SHADERS += $(EFFECTS:=.frag) SHADERS += highlight_cutoff_effect.frag SHADERS += overlay_matte_effect.frag +SHADERS += texture1d.frag # These purposefully do not exist. MISSING_SHADERS = diffusion_effect.frag glow_effect.frag unsharp_mask_effect.frag resize_effect.frag