Opened 10 years ago
Closed 10 years ago
Last modified 10 years ago
#9490 closed Bug Report (fixed)
libmythmetadata AVCVideoServices dependency needs framework
Reported by: | Owned by: | Stuart Auchterlonie | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | Ports - OSX | Version: | Master Head |
Severity: | medium | Keywords: | osx |
Cc: | Ticket locked: | no |
Description
Builds of the git master currently come to a full stop with ld failing to find the symbols from the AVCVideoServices framework (I believe this happens only when firewire is enabled).
The problem can be corrected by including the line
LIBS += -F$${CONFIG_MAC_AVC} -framework AVCVideoServices
in libs/libmythmetadata/libmythmetadata.pro
Change History (3)
comment:1 Changed 10 years ago by
Milestone: | unknown → 0.25 |
---|---|
Owner: | changed from Nigel to Stuart Auchterlonie |
Status: | new → accepted |
comment:2 Changed 10 years ago by
Resolution: | → Fixed |
---|---|
Status: | accepted → closed |
comment:3 Changed 10 years ago by
Resolution: | Fixed → fixed |
---|
Fixes #9490. Conditionally add AVCVideoServices framework to the lib. Enabled if firewire is enabled.
Changeset: 1882c4e82d69620f91f2931480757b4decdcfeff
Note: See
TracTickets for help on using
tickets.
Fixed in https://github.com/MythTV/mythtv/commit/1882c4e82