{"body":"transcode.cpp:228:24: error: no member named 'make_unique' in namespace 'std'\n            hls = std::make_unique<HTTPLiveStream>(m_hlsStreamID);\n                  ~~~~~^\ntranscode.cpp:228:36: error: 'HTTPLiveStream' does not refer to a value\n            hls = std::make_unique<HTTPLiveStream>(m_hlsStreamID);\n                                   ^\n../../libs/libmythtv/HLS/httplivestream.h:22:46: note: declared here\nclass __attribute__((visibility(\"default\"))) HTTPLiveStream\n                                             ^\ntranscode.cpp:429:21: error: no member named 'make_unique' in namespace 'std'\n        avfw = std::make_unique<AVFormatWriter>();\n               ~~~~~^\ntranscode.cpp:429:33: error: 'AVFormatWriter' does not refer to a value\n        avfw = std::make_unique<AVFormatWriter>();\n                                ^\n../../libs/libmythtv/avformatwriter.h:17:46: note: declared here\nclass __attribute__((visibility(\"default\"))) AVFormatWriter : public FileWriterBase\n                                             ^\ntranscode.cpp:429:49: error: expected expression\n        avfw = std::make_unique<AVFormatWriter>();\n                                                ^\ntranscode.cpp:452:28: error: no member named 'make_unique' in namespace 'std'\n                hls = std::make_unique<HTTPLiveStream>(inputname, newWidth, newHeight,\n                      ~~~~~^\ntranscode.cpp:452:40: error: 'HTTPLiveStream' does not refer to a value\n                hls = std::make_unique<HTTPLiveStream>(inputname, newWidth, newHeight,\n                                       ^\n../../libs/libmythtv/HLS/httplivestream.h:22:46: note: declared here\nclass __attribute__((visibility(\"default\"))) HTTPLiveStream\n                                             ^\ntranscode.cpp:475:30: error: no member named 'make_unique' in namespace 'std'\n                avfw2 = std::make_unique<AVFormatWriter>();\n                        ~~~~~^\ntranscode.cpp:475:42: error: 'AVFormatWriter' does not refer to a value\n                avfw2 = std::make_unique<AVFormatWriter>();\n                                         ^\n../../libs/libmythtv/avformatwriter.h:17:46: note: declared here\nclass __attribute__((visibility(\"default\"))) AVFormatWriter : public FileWriterBase\n                                             ^\ntranscode.cpp:475:58: error: expected expression\n                avfw2 = std::make_unique<AVFormatWriter>();\n                                                         ^\ntranscode.cpp:819:27: error: no member named 'make_unique' in namespace 'std'\n            cutter = std::make_unique<Cutter>();\n                     ~~~~~^\ntranscode.cpp:819:39: error: 'Cutter' does not refer to a value\n            cutter = std::make_unique<Cutter>();\n                                      ^\n./cutter.h:13:7: note: declared here\nclass Cutter\n      ^\ntranscode.cpp:819:47: error: expected expression\n            cutter = std::make_unique<Cutter>();\n                                              ^\n1 warning and 13 errors generated.","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/EVP7Vbnk","modified":1586507885,"id":"EVP7Vbnk","size":3000,"lines":55,"own_paste":false,"theme":"","date":1586507885}