We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c80ccd commit b167284Copy full SHA for b167284
cmake_modules/FindTegraJPEG.cmake
@@ -39,6 +39,8 @@ IF(TegraJPEG_IS_L4T)
39
SET(L4T_GSTJPEG_URL_PART r21_Release_v4.0/source)
40
ELSEIF(L4T_VER MATCHES ^23.1)
41
SET(L4T_GSTJPEG_URL_PART r23_Release_v1.0/source)
42
+ ELSEIF(L4T_VER MATCHES ^23.2)
43
+ SET(L4T_GSTJPEG_URL_PART r23_Release_v2.0/source)
44
ELSEIF(L4T_VER MATCHES ^24.0)
45
SET(L4T_GSTJPEG_URL_PART r24_Release_v1.0/Vulkan_Beta/source)
46
ELSE()
0 commit comments