Skip to content

Commit 9e6f256

Browse files
authored
Address old TODO (#1382)
1 parent 3db2a60 commit 9e6f256

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packaging/post_build_script.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ else
2323
exit 1
2424
fi
2525

26-
# TODO: Make ffmpeg4 work with nvcc.
2726
if [[ "$ENABLE_CUDA" -eq 1 ]]; then
28-
ffmpeg_versions=(5 6 7)
27+
ffmpeg_versions=(4 5 6 7)
2928
fi
3029

3130
for ffmpeg_major_version in ${ffmpeg_versions[@]}; do

0 commit comments

Comments
 (0)