Fix a link error when building the sample apps. (#5)
[ROCm/rocdecode commit: 3767aae7a1]
This commit is contained in:
@@ -28,7 +28,7 @@ THE SOFTWARE.
|
||||
|
||||
struct DecHandle {
|
||||
|
||||
explicit DecHandle(); //constructor
|
||||
explicit DecHandle() {}; //constructor
|
||||
~DecHandle() { clear_errors(); }
|
||||
std::shared_ptr<RocDecoder> roc_decoder; // class instantiation
|
||||
bool no_error() { return error.empty(); }
|
||||
|
||||
Viittaa uudesa ongelmassa
Block a user