You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	version.sh: write version to stdout if no output file specified
Originally committed as revision 24527 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -31,6 +31,11 @@ test $version || version=$revision | ||||
|  | ||||
| test -n "$3" && version=$version-$3 | ||||
|  | ||||
| if [ -z "$2" ]; then | ||||
|     echo "$version" | ||||
|     exit | ||||
| fi | ||||
|  | ||||
| NEW_REVISION="#define FFMPEG_VERSION \"$version\"" | ||||
| OLD_REVISION=$(cat version.h 2> /dev/null) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user