# Pastebin EVP7Vbnk transcode.cpp:228:24: error: no member named 'make_unique' in namespace 'std' hls = std::make_unique(m_hlsStreamID); ~~~~~^ transcode.cpp:228:36: error: 'HTTPLiveStream' does not refer to a value hls = std::make_unique(m_hlsStreamID); ^ ../../libs/libmythtv/HLS/httplivestream.h:22:46: note: declared here class __attribute__((visibility("default"))) HTTPLiveStream ^ transcode.cpp:429:21: error: no member named 'make_unique' in namespace 'std' avfw = std::make_unique(); ~~~~~^ transcode.cpp:429:33: error: 'AVFormatWriter' does not refer to a value avfw = std::make_unique(); ^ ../../libs/libmythtv/avformatwriter.h:17:46: note: declared here class __attribute__((visibility("default"))) AVFormatWriter : public FileWriterBase ^ transcode.cpp:429:49: error: expected expression avfw = std::make_unique(); ^ transcode.cpp:452:28: error: no member named 'make_unique' in namespace 'std' hls = std::make_unique(inputname, newWidth, newHeight, ~~~~~^ transcode.cpp:452:40: error: 'HTTPLiveStream' does not refer to a value hls = std::make_unique(inputname, newWidth, newHeight, ^ ../../libs/libmythtv/HLS/httplivestream.h:22:46: note: declared here class __attribute__((visibility("default"))) HTTPLiveStream ^ transcode.cpp:475:30: error: no member named 'make_unique' in namespace 'std' avfw2 = std::make_unique(); ~~~~~^ transcode.cpp:475:42: error: 'AVFormatWriter' does not refer to a value avfw2 = std::make_unique(); ^ ../../libs/libmythtv/avformatwriter.h:17:46: note: declared here class __attribute__((visibility("default"))) AVFormatWriter : public FileWriterBase ^ transcode.cpp:475:58: error: expected expression avfw2 = std::make_unique(); ^ transcode.cpp:819:27: error: no member named 'make_unique' in namespace 'std' cutter = std::make_unique(); ~~~~~^ transcode.cpp:819:39: error: 'Cutter' does not refer to a value cutter = std::make_unique(); ^ ./cutter.h:13:7: note: declared here class Cutter ^ transcode.cpp:819:47: error: expected expression cutter = std::make_unique(); ^ 1 warning and 13 errors generated.