You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
less preprocessor magic in version number macros
Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -2009,7 +2009,7 @@ fi
|
||||
get_version(){
|
||||
name=$1
|
||||
file=$source_path/$2
|
||||
grep "#define ${name}_VERSION_TRIPLET " "$file" | sed 's/[^0-9,]//g' | tr , .
|
||||
printf '%s.%s.%s' $(grep "#define ${name}_VERSION_M" "$file" | sed 's/[^0-9]//g')
|
||||
}
|
||||
|
||||
sws_version=$(get_version LIBSWSCALE libswscale/swscale.h)
|
||||
|
||||
Reference in New Issue
Block a user