![configure で ffnvcodec の依存関係が見つからない](https://rvso.com/image/1557247/configure%20%E3%81%A7%20ffnvcodec%20%E3%81%AE%E4%BE%9D%E5%AD%98%E9%96%A2%E4%BF%82%E3%81%8C%E8%A6%8B%E3%81%A4%E3%81%8B%E3%82%89%E3%81%AA%E3%81%84.png)
実行中
./configure --enable-cuda --enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib
私は出会った
ERROR: cuda requested, but not all dependencies are satisfied: ffnvcodec
外部のNvidiaヘッダーリポジトリをクローンしたにもかかわらず、https://git.videolan.org/git/ffmpeg/nv-codec-headers.git、make と make install を実行します。
make installはffnvcodec.pcを/usr/local/lib/pkgconfig/に配置します。これは、実行時にリストされます。
pkg-config --variable pc_path pkg-config
PKG_CONFIG_PATH はデフォルトでは設定されていませんでしたが、上記コマンドの出力を PKG_CONFIG_PATH にエクスポートしてみました。
しかし、どれもうまくいきませんでした。私はmacOSを使用しています。何か見落としていることがあるのでしょうか?