Find rocJPEG - Updates (#129)

* CMake Config - updates

* Find rocjpeg - updates

* Build Fix

* CMake Prefix - Updates

* CMakeLists - Prefix updates

* CMakeLists - Remove cmake modules from package

* CMakeLists - Fix typo

* Include file - SRC Location updates

[ROCm/rocjpeg commit: f8f3f423fd]
This commit is contained in:
Kiriti Gowda
2025-03-13 19:23:22 -05:00
zatwierdzone przez GitHub
rodzic 459faa1628
commit df49cbfbbb
13 zmienionych plików z 41 dodań i 107 usunięć
+1 -1
Wyświetl plik
@@ -27,7 +27,7 @@ THE SOFTWARE.
#include <vector>
#include <mutex>
#include <queue>
#include "../api/rocjpeg.h"
#include "../api/rocjpeg/rocjpeg.h"
#include "rocjpeg_api_stream_handle.h"
#include "rocjpeg_parser.h"
#include "rocjpeg_commons.h"
@@ -43,7 +43,7 @@ THE SOFTWARE.
#include <va/va_drmcommon.h>
#include "rocjpeg_commons.h"
#include "rocjpeg_parser.h"
#include "../api/rocjpeg.h"
#include "../api/rocjpeg/rocjpeg.h"
/**
* @brief Enumeration representing the compute partition for the MI300+ family of GPUs.