[mythtv-commits] [MythTV/mythtv] 0c44ab: Fix compile on OSX Monterey.
David Hampton
noreply at github.com
Mon Dec 20 22:42:06 UTC 2021
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 0c44ab21fed7c01fdc90addd5661576b81bd1eb5
https://github.com/MythTV/mythtv/commit/0c44ab21fed7c01fdc90addd5661576b81bd1eb5
Author: David Hampton <mythtv at love2code.net>
Date: 2021-12-20 (Mon, 20 Dec 2021)
Changed paths:
M mythplugins/mythgame/mythgame/gamesettings.cpp
M mythplugins/mythgame/mythgame/rom_metadata.cpp
M mythplugins/mythzoneminder/mythzoneminder/zmclient.h
M mythtv/libs/libmyth/remoteutil.h
M mythtv/libs/libmyth/test/test_programinfo/test_programinfo.h
M mythtv/libs/libmythbase/http/mythhttptypes.h
M mythtv/libs/libmythbase/mythbinaryplist.cpp
M mythtv/libs/libmythbase/mythcoreutil.cpp
M mythtv/libs/libmythmetadata/musicmetadata.h
M mythtv/libs/libmythtv/HLS/httplivestreambuffer.cpp
M mythtv/libs/libmythtv/diseqcsettings.cpp
M mythtv/libs/libmythtv/io/mythfilebuffer.cpp
M mythtv/libs/libmythtv/iptvtuningdata.h
M mythtv/libs/libmythtv/mpeg/HEVCParser.h
M mythtv/libs/libmythtv/mpeg/tspacket.h
M mythtv/libs/libmythtv/recorders/HLS/HLSStream.cpp
M mythtv/libs/libmythtv/recordingprofile.h
M mythtv/libs/libmythtv/test/test_mpegtables/specimen.cpp
M mythtv/libs/libmythui/mythuiguidegrid.h
M mythtv/libs/libmythui/mythvirtualkeyboard.cpp
M mythtv/libs/libmythui/opengl/mythpainteropengl.h
M mythtv/libs/libmythui/opengl/mythrenderopengl.h
M mythtv/libs/libmythui/platforms/mythscreensaverdbus.cpp
M mythtv/libs/libmythupnp/bufferedsocketdevice.cpp
M mythtv/libs/libmythupnp/ssdp.h
M mythtv/programs/mythexternrecorder/MythExternControl.cpp
M mythtv/programs/mythfilerecorder/mythfilerecorder.cpp
Log Message:
-----------
Fix compile on OSX Monterey.
Need to include <array> in a bunch of places.
Commit: ed7778247bc4b719fdc1799380bb2d61a3cc1cda
https://github.com/MythTV/mythtv/commit/ed7778247bc4b719fdc1799380bb2d61a3cc1cda
Author: David Hampton <mythtv at love2code.net>
Date: 2021-12-20 (Mon, 20 Dec 2021)
Changed paths:
M mythtv/libs/libmythbase/platforms/mythpowerosx.h
Log Message:
-----------
Move final declaration on MythPowerOSX to class level.
Declaring the destructor as final makes it impossible to subclass this
class. A better way is to mark the entire class as final, instead of
marking individual functions as final.
Compare: https://github.com/MythTV/mythtv/compare/0f4b8e886ec7...ed7778247bc4
More information about the mythtv-commits
mailing list