Opened 13 years ago
Closed 13 years ago
#10308 closed Bug Report - General (Fixed)
Mythmusic fails to compile - configure fails to check for cdio/paranoia.h & cdio/cdda.h
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | Plugin - MythMusic | Version: | Master Head |
Severity: | medium | Keywords: | cdio cdda paranoia |
Cc: | Ticket locked: | no |
Description
Line 474 of the configure script checks for cdio/cdio.h, but not cdio/paranoia.h & cdio/cdda.h, which are packaged seperately in Ubuntu based systems.
This results in the configure script enabling libcdio support if only libcdio-dev is installed, when it also depends on libcdio-cdda-dev and libcdio-paranoia-dev. Without these packages compiling fails.
Change History (1)
comment:1 Changed 13 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed by 90168902bdbb41734
MythMusic: Check for some additional cdio headers
Ubuntu based systems split cdio into 3 separate dev packages so we need to add checks for 2 more headers to be sure the cdio support will compile OK.