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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d9232b8..c1f1c6d 100644 --- a/configure.ac +++ b/configure.ac @@ -45,6 +45,7 @@ AC_CONFIG_FILES([ src/modules/ray/Makefile src/modules/roto/Makefile src/modules/rtv/Makefile + src/modules/snow/Makefile src/modules/sparkler/Makefile src/modules/stars/Makefile src/modules/submit/Makefile |