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
aom-rav1e
Commits
22fe4a13
Commit
22fe4a13
authored
Sep 13, 2017
by
Nathan E. Egge
Committed by
Nathan Egge
Sep 15, 2017
Browse files
Remove tabs in configure.
Change-Id: I0b6a1781ab3bf8e32874fe71e24a4cb8c9943357
parent
4e884047
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
22fe4a13
...
...
@@ -580,11 +580,8 @@ post_process_cmdline() {
log_echo
"daala_dct64 requires tx64x64, so disabling daala_dct64"
disable_feature daala_dct64
fi
if
enabled daala_dct4
||
enabled daala_dct8
||
enabled daala_dct16
||
enabled daala_dct32
||
enabled daala_dct64
;
then
if
enabled daala_dct4
||
enabled daala_dct8
||
enabled daala_dct16
||
enabled daala_dct32
||
enabled daala_dct64
;
then
disable_feature rect_tx
disable_feature var_tx
disable_feature lgt
...
...
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