Opened 21 years ago
Closed 21 years ago
#463 closed defect (fixed)
missing #ifdefs to --disable-rtsp in mfd
| Reported by: | Owned by: | thor | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
you can ./configure --diable-rtsp however not all of the dependencies are '#ifdef'ed out.
I will attach a small patch (technology willing)
Attachments (1)
Change History (5)
by , 21 years ago
| Attachment: | disablertsp.patch added |
|---|
comment:1 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 21 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
This broke the mfe's runtime resolution of symbols in the mfd client library fairly badly.
I'll try and clean it up shortly and then reclose this ticket.
comment:3 by , 21 years ago
| Owner: | changed from to |
|---|---|
| Status: | reopened → new |
comment:4 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
This is now fixed, hopefully correctly :-)
An mfe build against the mfd client library where rtsp has been disabled will not be able to display visualizations, but is otherwise fuctional.
Note:
See TracTickets
for help on using tickets.

patch to fix above problem, just adds some '#ifdef's