[FFmpeg-devel] Added require fallback for libmfx in the case that pkg-config cannot find libmfx
Ricardo Constantino
wiiaboo at gmail.com
Sat Apr 15 17:00:56 EEST 2017
On 15 April 2017 at 13:41, Aaron Levinson <alevinsn at aracnet.com> wrote:
> Doesn't require() already do that? Here is the contents of require():
>
> require(){
> log require "$@"
> name_version="$1"
> headers="$2"
> func="$3"
> shift 3
> check_lib "$headers" $func "$@" || die "ERROR: $name_version not found"
> }
Right. Desregard my comment.
More information about the ffmpeg-devel
mailing list