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
cc9c4253
Commit
cc9c4253
authored
Mar 27, 2009
by
Jan Gerber
Browse files
cleanup wrong helptext
parent
4b4c5434
Changes
1
Hide whitespace changes
Inline
Side-by-side
SConstruct
View file @
cc9c4253
...
...
@@ -23,7 +23,7 @@ opts = Options()
opts
.
AddOptions
(
BoolOption
(
'static'
,
'Set to 1 for static linking'
,
0
),
BoolOption
(
'debug'
,
'Set to 1 to enable debugging'
,
0
),
(
'prefix'
,
'install
architecture-independent
files in'
,
'/usr/local'
),
(
'prefix'
,
'install files in'
,
'/usr/local'
),
(
'bindir'
,
'user executables'
,
'PREFIX/bin'
),
(
'mandir'
,
'man documentation'
,
'PREFIX/man'
),
(
'destdir'
,
'extra install time prefix'
,
''
),
...
...
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