]> git.sesse.net Git - ffmpeg/blobdiff - version.sh
Intel H.263 aspect ratio processing fix.
[ffmpeg] / version.sh
index be6394501499f87d55283c3df3e950c9bdc4897e..51bca4f21ae4c072250a3e44fb67439d09ff823d 100755 (executable)
@@ -1,8 +1,5 @@
 #!/bin/sh
 
-revision=$(cd "$1" && cat snapshot_version 2> /dev/null)
-test "$revision" && revision=SVN-r$revision
-
 # check for git short hash
 if ! test "$revision"; then
     revision=$(cd "$1" && git describe --tags --match N 2> /dev/null)