[mythtv-commits] Ticket #12359: C++11 feature patch - external/libmythsoundtouch/cpu_detect_x86_gcc.cpp

MythTV noreply at mythtv.org
Tue Jan 27 18:32:33 UTC 2015


#12359: C++11 feature patch - external/libmythsoundtouch/cpu_detect_x86_gcc.cpp
-------------------------------------------------+-------------------------
     Reporter:  Gary Buhrmaster                  |      Owner:  jyavenard
  <gary.buhrmaster@…>                            |
         Type:  Patch - Feature                  |     Status:  new
     Priority:  trivial                          |  Milestone:  unknown
    Component:  MythTV - Audio Output            |    Version:  Master Head
     Severity:  low                              |   Keywords:
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 The C++11 standard requires a space between literal and identifier in
 order to support user defined literal types via suffixes.

 This patch provides the needed spaces around the use of the defines.

 As C++11 is not currently required by MythTV, this should be considered a
 really low priority in the code cleanliness queue.

 Note: A better fix would be to update to the latest soundtouch library,
 but that requires much more analysis and testing time to insure that the
 improvements to soundtouch in current versions (esp. multi-channel) are
 compatible with the existing MythTV patches for multi-channel.  This is a
 minimal update for C++11 compliance.


 github ref:
 https://github.com/garybuhrmaster/mythtv/commit/8c92ae1ba905696f4ab4bf82296e8969fbcd0756
 [[BR]]
 github git-am ref:
 https://github.com/garybuhrmaster/mythtv/commit/8c92ae1ba905696f4ab4bf82296e8969fbcd0756.patch

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


More information about the mythtv-commits mailing list