Updates to rocDecode and rocJPEG samples (#166)

* Edit CMakeList files and include paths for library headers.
This commit is contained in:
Sajina PK
2025-04-16 17:12:21 -04:00
committed by GitHub
parent b25b6cec92
commit e805c0f3e7
6 changed files with 11 additions and 26 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ namespace fs = std::filesystem;
# include <experimental/filesystem>
namespace fs = std::experimental::filesystem;
#endif
#include "rocjpeg.h"
#include <chrono>
#include <rocjpeg/rocjpeg.h>
#define CHECK_ROCJPEG(call) \
{ \
@@ -900,4 +900,4 @@ protected:
std::queue<std::function<void()>> decode_jobs_queue_;
std::vector<std::thread> threads_;
};
#endif // ROC_JPEG_SAMPLES_COMMON
#endif // ROC_JPEG_SAMPLES_COMMON