mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"
This reverts commit a03be6e1ba4cbf9984b0bbdb674704bbb2da6713.
This commit is contained in:
@ -23,7 +23,7 @@ if [ -z "$2" ]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
NEW_REVISION="#define LIBAV_VERSION \"$version\""
|
||||
NEW_REVISION="#define FFMPEG_VERSION \"$version\""
|
||||
OLD_REVISION=$(cat version.h 2> /dev/null)
|
||||
|
||||
# Update version.h only on revision changes to avoid spurious rebuilds
|
||||
|
Reference in New Issue
Block a user