summaryrefslogtreecommitdiff
path: root/src/rmd_poll_events.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2022-07-24 10:18:56 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-01-14 18:46:32 -0800
commite47512b23dfbabb106dfa2be335405b95a23e192 (patch)
tree55695cd71c5953238d65d76bf056f32140c9da23 /src/rmd_poll_events.h
parent38f7a693753292564099a70ad4a272bbe1d67ed0 (diff)
parseargs: fix --use-jack
This changes --use-jack PORT to expect a single port in its argument, since popt doesn't really support what was being attempted. Instead, to specify multiple JACK ports, you just repeat --use-jack PORTN N times, e.g: --use-jack system:capture_1 --use-jack system:capture_2 This way we don't get into the business of parsing multiple ports from a single argument, and picking which separator to use. It appears JACK port names don't have any reserved characters, judging from the API docs and a brief perusal of the code. So we couldn't even pick a bulletproof separator if we wanted to. Fixes https://github.com/recordmydesktop/recordmydesktop/issues/8 Jack support is totally untested in my fork so it's largely as-inherited still.
Diffstat (limited to 'src/rmd_poll_events.h')
0 files changed, 0 insertions, 0 deletions
© All Rights Reserved