Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
ffmpeg2theora
Commits
32199022
Commit
32199022
authored
Aug 24, 2009
by
Jan Gerber
Browse files
include svn revision
parent
a0943c6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
SConstruct
View file @
32199022
...
...
@@ -4,8 +4,13 @@ import os
import
SCons
def
svnversion
():
f
=
os
.
popen
(
"svnversion"
)
version
=
f
.
read
().
strip
()
f
.
close
()
return
version
pkg_version
=
"0.24+svn"
pkg_version
=
"0.24+svn"
+
svnversion
()
pkg_name
=
"ffmpeg2theora"
scons_version
=
(
0
,
97
,
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment