diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-11-18 19:34:26 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-11-18 19:34:26 -0800 |
commit | 6c657a9579c417395e7fa91f6f120541c69d089b (patch) | |
tree | 7aca2280dbf889264dbf9eff697a7ea12470c637 /src/modules/roto | |
parent | 3008ec783740e64d9a4b900e870ae21282a20ce2 (diff) |
*: apply TIL_MODULE_AUDIO_ONLY where appropriate
This changes modules/playit from experimental to "audio only".
Several other modules now incorporate the new flag into their
excludes to prevent inclusion where inappropriate.
Diffstat (limited to 'src/modules/roto')
-rw-r--r-- | src/modules/roto/roto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/roto/roto.c b/src/modules/roto/roto.c index 4d97fa5..f58c797 100644 --- a/src/modules/roto/roto.c +++ b/src/modules/roto/roto.c @@ -425,7 +425,7 @@ static int roto_fill_module_setup(const til_settings_t *settings, til_setting_t res_setup, "Fill module name", ROTO_DEFAULT_FILL_MODULE, - (TIL_MODULE_EXPERIMENTAL | TIL_MODULE_HERMETIC), + (TIL_MODULE_EXPERIMENTAL | TIL_MODULE_HERMETIC | TIL_MODULE_AUDIO_ONLY), NULL); } |