netbsd10# pkg-config --libs ffmpeg
Package ffmpeg was not found in the pkg-config search path.
Perhaps you should add the directory containing `ffmpeg.pc'
to the PKG_CONFIG_PATH environment variable
Package 'ffmpeg' not found
netbsd10# pkg-config --libs ffmpeg6
Package ffmpeg6 was not found in the pkg-config search path.
Perhaps you should add the directory containing `ffmpeg6.pc'
to the PKG_CONFIG_PATH environment variable
Package 'ffmpeg6' not found
so, for this to work one already must know where package installs its .pc files ......