This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Cope with localized Subversion clients.
Originally committed as revision 5859 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
19 years ago
parent
9cf94714d0
commit
7ea3b2e00e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
version.sh
+ 1
- 1
version.sh
View File
@@ -1,6 +1,6 @@
#!/bin/sh
svn_revision=`cd "$1" && svn info 2> /dev/null | grep Revision | cut -d' ' -f2`
svn_revision=`cd "$1" &&
LANG=C
svn info 2> /dev/null | grep Revision | cut -d' ' -f2`
test $svn_revision || svn_revision=UNKNOWN
NEW_REVISION="#define FFMPEG_VERSION \"SVN-r$svn_revision\""
Write
Preview
Loading…
Cancel
Save