[mythtv-commits] Ticket #9470: [PATCH] Win32: Link with correct thread library

MythTV noreply at mythtv.org
Mon Jan 10 13:46:19 UTC 2011


#9470: [PATCH] Win32: Link with correct thread library
-------------------------------------------------+-------------------------
     Reporter:  Lawrence Rust <lvr@…>            |      Owner:  janne
         Type:  Bug Report                       |     Status:  new
     Priority:  minor                            |  Milestone:  unknown
    Component:  MythTV - configure script        |    Version:  Unspecified
     Severity:  medium                           |   Keywords:
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 The mythtv configure script contains some logic for detecting the correct
 compiler flags and libraries to use when pthread support is required on
 Windows.  However, a number of mythtv projects ignore this and just add
 "LIBS += -lpthread" for Windows builds.

 The attached patch replaces "mingw:LIBS += -lpthread" with mingw:LIBS +=
 $$EXTRA_LIBS where EXTRA_LIBS is set in configure to the correct value.

 This affects the following projects: kerneldeint yadif libmyth libmythdb
 libmythhdhomerun libmythtv mythtvosd and programs-libs

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


More information about the mythtv-commits mailing list