Opened 5 years ago
Closed 5 years ago
Last modified 5 years ago
#13609 closed Patch - Bug Fix (fixed)
libmythtv.pro compile error on MacOS with case sensitive file system
Reported by: | John Hoyt | Owned by: | Mark Kendall |
---|---|---|---|
Priority: | minor | Milestone: | 31.1 |
Component: | MythTV - General | Version: | v31-fixes |
Severity: | low | Keywords: | MacOS |
Cc: | Ticket locked: | no |
Description
Add of VideoToolBox? framework in libs/libmythtv/libmythtv.pro
should be
LIBS += -framework VideoToolbox
not
LIBS += -framework VideoToolBox
This compile error seems to only occur on case sensitive filesystems.
Attachments (1)
Change History (4)
Changed 5 years ago by
Attachment: | libmythtv.pro.patch added |
---|
comment:1 Changed 5 years ago by
Milestone: | needs_triage → 31.1 |
---|---|
Owner: | set to Mark Kendall |
Status: | new → accepted |
comment:2 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
patch file