From 8751b370bf2f0cc566f49a3140fe7f632fb3bb0a Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Thu, 4 Apr 2019 01:31:28 +0000 Subject: Fixed if statement and pkg-config for ffmpeg. --- util/pkg-config.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util') diff --git a/util/pkg-config.sh b/util/pkg-config.sh index c1dc486c1..94edf7d95 100755 --- a/util/pkg-config.sh +++ b/util/pkg-config.sh @@ -8,6 +8,10 @@ declare -a pkgs unset dbpf while [[ $# -ne 0 ]]; do case "$1" in + (--version) + echo "0.29.1" + exit 0 + ;; (--atleast-pkgconfig-version) exec pkg-config "$1" "$2" ;; -- cgit v1.2.3