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 9fabdc7 commit 587e498Copy full SHA for 587e498
cmake_modules/FindTegraJPEG.cmake
@@ -37,6 +37,8 @@ IF(TegraJPEG_IS_L4T)
37
SET(L4T_GSTJPEG_URL_PART r21_Release_v3.0/sources)
38
ELSEIF(L4T_VER MATCHES ^21.4)
39
SET(L4T_GSTJPEG_URL_PART r21_Release_v4.0/source)
40
+ ELSEIF(L4T_VER MATCHES ^21.5)
41
+ SET(L4T_GSTJPEG_URL_PART r21_Release_v5.0/source)
42
ELSEIF(L4T_VER MATCHES ^23.1)
43
SET(L4T_GSTJPEG_URL_PART r23_Release_v1.0/source)
44
ELSEIF(L4T_VER MATCHES ^23.2)
0 commit comments