Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
ffmpeg2theora
Commits
e792d39b
Commit
e792d39b
authored
Feb 05, 2010
by
Jan Gerber
Browse files
back to svn version
parent
9c4badc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e792d39b
svn
0.26 2010-02-05
- use a/v sync from input container
this should fix many issues that came up with variable framerate inputs
...
...
SConstruct
View file @
e792d39b
...
...
@@ -10,8 +10,8 @@ def svnversion():
f
.
close
()
return
version
#
pkg_version="0.26+svn" + svnversion()
pkg_version
=
"0.26"
pkg_version
=
"0.26+svn"
+
svnversion
()
pkg_name
=
"ffmpeg2theora"
scons_version
=
(
0
,
97
,
0
)
...
...
Write
Preview
Supports
Markdown
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