NVIDIA / GMAT

A toolkit showing GPU's all-round capability in video processing
Other
175 stars 40 forks source link

libavfilter/format_cuda_kernel.cu:22:10: fatal error: libavutil/pixfmt.h: No such file or directory #3

Closed wkal closed 2 years ago

wkal commented 2 years ago

@xiaoweiw-nv Dear weiw, I followed the REAME's instructions to compile this project, the compilation task was failed, the error info like these: libavfilter/format_cuda_kernel.cu:22:10: fatal error: libavutil/pixfmt.h: No such file or directory

Platform information: Ubuntu18.04 x64, cuda: 10.2 Nvidia Driver: 510.60.02, gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 My compiling command: make clean && bash config_ffmpeg_libtorch.sh /home/user/FFmpeg-GPU-Demo/libtorch && make -j5 && sudo make install -j5

xiaoweiw-nv commented 2 years ago

This is a strange problem, libavutil/pixfmt.h is part of ffmpeg, should be located in ffmpeg-gpu-demo/ffmpeg-gpu/libavutil/pixfmt.h.

Can you post the output of make V=1? It shows the detailed compiler options.

xiaoweiw-nv commented 2 years ago

@wkal We have added a Dockerfile to the repo, please check out the new readme and docs.

Closing the issue due to long inactivity.