Skip to content

Commit 587e498

Browse files
authored
Added TegraJPEG supporting for TK1 L4T r21.5.
add downloading tegra jpeg at L4T r21.5. you also can download the file from http://developer.download.nvidia.com/embedded/L4T/r21_Release_v5.0/source/gstjpeg_src.tbz2 to folder ${srouce_root}/depends/gstjpeg/
1 parent 9fabdc7 commit 587e498

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake_modules/FindTegraJPEG.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ IF(TegraJPEG_IS_L4T)
3737
SET(L4T_GSTJPEG_URL_PART r21_Release_v3.0/sources)
3838
ELSEIF(L4T_VER MATCHES ^21.4)
3939
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)
4042
ELSEIF(L4T_VER MATCHES ^23.1)
4143
SET(L4T_GSTJPEG_URL_PART r23_Release_v1.0/source)
4244
ELSEIF(L4T_VER MATCHES ^23.2)

0 commit comments

Comments
 (0)