summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 194808feee..be46e5922c 100755
--- a/configure
+++ b/configure
@@ -2005,7 +2005,7 @@ fi
get_version(){
name=$1
file=$source_path/$2
- grep "#define ${name}_VERSION " "$file" | sed 's/[^0-9\.]//g'
+ grep "#define ${name}_VERSION_TRIPLET " "$file" | sed 's/[^0-9,]//g' | tr , .
}
sws_version=$(get_version LIBSWSCALE libswscale/swscale.h)