Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"

This reverts commit a03be6e1ba4cbf9984b0bbdb674704bbb2da6713.
This commit is contained in:
Michael Niedermayer
2011-03-17 16:57:37 +01:00
parent a6be21d3ba
commit 0cb88628fb
10 changed files with 11 additions and 11 deletions

View File

@ -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