Opened 11 years ago
Closed 11 years ago
#244 closed enhancement (wontfix)
roard specific FN regs should check host appname/version
Reported by: | ph3-der-loewe | Owned by: | ph3-der-loewe |
---|---|---|---|
Priority: | minor | Milestone: | RoarAudio major release 1.0 |
Component: | roard | Version: | current |
Keywords: | plugins multi-host debian-wheezy | Cc: | |
Architecture: | Compiler: | ||
Difficulty: | easy | Kernel: | |
Operating System: | Parent Tickets: | ||
Patch attached: | no | Protocol: | |
Sound driver: | Topic: | New feature |
Description
roard specific FN registrations (plugin API) should check the host appname and version to ensure they match. This is important for multi-host plugins.
Subtickets
Change History (2)
comment:1 Changed 11 years ago by ph3-der-loewe
- Keywords debian-wheezy added
comment:2 Changed 11 years ago by ph3-der-loewe
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
roard requires the plugin to link directly against it's symbols (using -rdynamic). This means that multi host support is not given anyway (except for universal plugins of cause or plugins with roard not be one of those hosts).
Closing it was wontfix for now, maybe reopen laster if this is changed.