Skip to content

Commit f3504ba

Browse files
z-khanWyattBlue
authored andcommitted
update cuda config flags
update cuda config flag to "--enable-cuda-nvcc" as per Video Codec SDK v13.0 https://docs.nvidia.com/video-technologies/video-codec-sdk/13.0/ffmpeg-with-nvidia-gpu/index.html
1 parent cc45b2c commit f3504ba

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/build-deps

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ if [[ -e /usr/local/cuda ]]; then
2929
fi
3030

3131
PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
32-
CONFFLAGS_NVIDIA="--enable-cuda \
33-
--enable-cuvid \
34-
--enable-nvenc \
32+
CONFFLAGS_NVIDIA="--enable-cuda-nvcc \
3533
--enable-nonfree \
3634
--enable-libnpp \
3735
--extra-cflags=-I/usr/local/cuda/include \

0 commit comments

Comments
 (0)