You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit '7f9e893f56db52078e0f46677ed337b2e25fa94d'
* commit '7f9e893f56db52078e0f46677ed337b2e25fa94d': build: Report an error message when a pc file is not found Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -995,7 +995,7 @@ check_pkg_config(){
|
|||||||
headers="$2"
|
headers="$2"
|
||||||
funcs="$3"
|
funcs="$3"
|
||||||
shift 3
|
shift 3
|
||||||
$pkg_config --exists $pkg 2>/dev/null || return
|
check_cmd $pkg_config --exists --print-errors $pkg || return
|
||||||
pkg_cflags=$($pkg_config --cflags $pkg)
|
pkg_cflags=$($pkg_config --cflags $pkg)
|
||||||
pkg_libs=$($pkg_config --libs $pkg)
|
pkg_libs=$($pkg_config --libs $pkg)
|
||||||
check_func_headers "$headers" "$funcs" $pkg_cflags $pkg_libs "$@" &&
|
check_func_headers "$headers" "$funcs" $pkg_cflags $pkg_libs "$@" &&
|
||||||
|
Reference in New Issue
Block a user