Re: [FFmpeg-devel] Unable to compile with cuda

2021-05-24 Thread Dylan Fernando
On Sun, May 23, 2021 at 3:03 PM Dennis Mungai wrote: > On Sun, 23 May 2021 at 15:08, Dylan Fernando wrote: > > > I got it to work, with --enable-cuda as well, using: > > > > PKG_CONFIG_PATH="/home/dylan/Files/nv-codec-headers" ./configure > > --enable-opencl --enable-vulkan --enable-libglslang -

Re: [FFmpeg-devel] Unable to compile with cuda

2021-05-23 Thread Dennis Mungai
On Sun, 23 May 2021 at 15:08, Dylan Fernando wrote: > I got it to work, with --enable-cuda as well, using: > > PKG_CONFIG_PATH="/home/dylan/Files/nv-codec-headers" ./configure > --enable-opencl --enable-vulkan --enable-libglslang --disable-stripping > --enable-nonfree --enable-cuda --enable-cuda-

Re: [FFmpeg-devel] Unable to compile with cuda

2021-05-23 Thread Timo Rothenpieler
On 24.05.2021 00:08, Dylan Fernando wrote: I got it to work, with --enable-cuda as well, using: PKG_CONFIG_PATH="/home/dylan/Files/nv-codec-headers" ./configure --enable-opencl --enable-vulkan --enable-libglslang --disable-stripping --enable-nonfree --enable-cuda --enable-cuda-nvcc --extra-cflag

Re: [FFmpeg-devel] Unable to compile with cuda

2021-05-23 Thread Dylan Fernando
I got it to work, with --enable-cuda as well, using: PKG_CONFIG_PATH="/home/dylan/Files/nv-codec-headers" ./configure --enable-opencl --enable-vulkan --enable-libglslang --disable-stripping --enable-nonfree --enable-cuda --enable-cuda-nvcc --extra-cflags=-I/opt/local/cuda/include --nvccflags="-gen

Re: [FFmpeg-devel] Unable to compile with cuda

2021-05-22 Thread Timo Rothenpieler
On 22.05.2021 20:54, Dylan Fernando wrote: I'm unable to compile on Arch Linux with cuda enabled. Command: ./configure --enable-opencl --enable-vulkan --enable-libglslang --disable-stripping --enable-nonfree --enable-cuda-nvcc --extra-c flags=-I/opt/local/cuda/include Error: ERROR: failed chec

Re: [FFmpeg-devel] Unable to compile with cuda

2021-05-22 Thread Dennis Mungai
On Sat, 22 May 2021 at 11:55, Dylan Fernando wrote: > I'm unable to compile on Arch Linux with cuda enabled. Command: > > ./configure --enable-opencl --enable-vulkan --enable-libglslang > --disable-stripping --enable-nonfree --enable-cuda-nvcc --extra-c > flags=-I/opt/local/cuda/include > > Error