diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-10-21 18:23:40 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-10-21 23:26:28 +0200 |
commit | 19c054d92887434a31f13ad49b323f13688b895a (patch) | |
tree | 4a16a77179ac90803824180066509ffdddfccaed /project.conf | |
parent | 6ebe8fb2a9c838e076286d960b3ef3c9482433b3 (diff) |
Redesign audio input to make it easier to understand that you have to
add audio to use it.
Add framerate mode option.
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.conf b/project.conf index 9c58c71..8c6239e 100644 --- a/project.conf +++ b/project.conf @@ -5,7 +5,7 @@ version = "3.0.0" platforms = ["posix"] [config] -error_on_warning = "true" +#error_on_warning = "true" [dependencies] gtk+-3.0 = "3" |