From 350f89859501fbe759634e77733ecba2c97fd06d Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Thu, 14 Nov 2019 23:06:52 -0800 Subject: 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. --- src/modules/snow/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/modules/snow/Makefile.am (limited to 'src/modules/snow/Makefile.am') diff --git a/src/modules/snow/Makefile.am b/src/modules/snow/Makefile.am new file mode 100644 index 0000000..73f767d --- /dev/null +++ b/src/modules/snow/Makefile.am @@ -0,0 +1,3 @@ +noinst_LIBRARIES = libsnow.a +libsnow_a_SOURCES = snow.c +libsnow_a_CPPFLAGS = -I@top_srcdir@/src -- cgit v1.2.1