[mythtv-commits] Ticket #13609: libmythtv.pro compile error on MacOS with case sensitive file system

MythTV noreply at mythtv.org
Fri Apr 17 19:29:22 UTC 2020


#13609: libmythtv.pro compile error on MacOS with case sensitive file system
----------------------------------+--------------------------
     Reporter:  jhoyt4            |      Owner:  (none)
         Type:  Patch - Bug Fix   |     Status:  new
     Priority:  minor             |  Milestone:  needs_triage
    Component:  MythTV - General  |    Version:  v31-fixes
     Severity:  low               |   Keywords:  MacOS
Ticket locked:  0                 |
----------------------------------+--------------------------
 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.

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13609>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list