Tests and samples - Bugfix (#673)

* Tests and samples - bugfixes

* CMakeLists - add CMAKE_MODULE_PATH

* Fix header - Host

* Host - decouple

* Host Utils - Reset

* Test - enable advanced test with host lib

[ROCm/rocdecode commit: a1b9583353]
This commit is contained in:
Kiriti Gowda
2025-11-18 22:06:46 -08:00
gecommit door GitHub
bovenliggende 04117a091d
commit 577d1e842d
4 gewijzigde bestanden met toevoegingen van 147 en 132 verwijderingen
@@ -36,6 +36,9 @@ THE SOFTWARE.
#include "roc_video_dec.h"
#include "ffmpeg_video_dec.h"
#include "common.h"
#if ENABLE_HOST_DECODE
#include "rocdecode/rocdecode_host.h"
#endif
void ShowHelpAndExit(const char *option = NULL) {
std::cout << "Options:" << std::endl
@@ -387,8 +390,8 @@ int main(int argc, char **argv) {
delete md5_generator;
}
} catch (const std::exception &ex) {
std::cout << ex.what() << std::endl;
exit(1);
std::cout << ex.what() << std::endl;
exit(1);
}
return 0;