diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2019-11-14 23:06:52 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2019-11-14 23:06:52 -0800 |
commit | 350f89859501fbe759634e77733ecba2c97fd06d (patch) | |
tree | ca03bff696e25b3c437590b2de107c4698ce0721 /src/modules/Makefile.am | |
parent | c3c3f2d9098911bc76694aa90f182d6bd5050eb3 (diff) |
snow: add a simple tv snow / white noise module
I wanted to add some noise to the rtv module and figured why not
just add a snow module and make rtv pass through it briefly when
switching modules.
It's not interesting by itself, but as more composite/meta modules
like rtv get made it might be handy beyond rtv.
Diffstat (limited to 'src/modules/Makefile.am')
-rw-r--r-- | src/modules/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index fa4e852..fa913a0 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -1 +1 @@ -SUBDIRS = flui2d julia pixbounce plasma ray roto rtv sparkler stars submit +SUBDIRS = flui2d julia pixbounce plasma ray roto rtv snow sparkler stars submit |