Mercurial > mplayer.hg
comparison configure @ 27278:4411ed11575e
Simplify summary output, add an extra empty line to it.
author | diego |
---|---|
date | Thu, 17 Jul 2008 12:24:47 +0000 |
parents | 0318eb9b09f1 |
children | 6d8527aeeebb |
comparison
equal
deleted
inserted
replaced
27277:0318eb9b09f1 | 27278:4411ed11575e |
---|---|
8603 Byte order: $_byte_order | 8603 Byte order: $_byte_order |
8604 Optimizing for: $_optimizing | 8604 Optimizing for: $_optimizing |
8605 | 8605 |
8606 Languages: | 8606 Languages: |
8607 Messages/GUI: $_language | 8607 Messages/GUI: $_language |
8608 EOF | 8608 Manual pages: $MAN_LANG_ALL |
8609 | |
8610 echo ${_echo_n} " Manual pages: $MAN_LANG_ALL ${_echo_c}" | |
8611 echo | |
8612 | |
8613 cat << EOF | |
8614 | 8609 |
8615 Enabled optional drivers: | 8610 Enabled optional drivers: |
8616 Input: $_inputmodules | 8611 Input: $_inputmodules |
8617 Codecs: $_codecmodules | 8612 Codecs: $_codecmodules |
8618 Audio output: $_aomodules | 8613 Audio output: $_aomodules |
8619 Video output: $_vomodules | 8614 Video output: $_vomodules |
8615 | |
8620 Disabled optional drivers: | 8616 Disabled optional drivers: |
8621 Input: $_noinputmodules | 8617 Input: $_noinputmodules |
8622 Codecs: $_nocodecmodules | 8618 Codecs: $_nocodecmodules |
8623 Audio output: $_noaomodules | 8619 Audio output: $_noaomodules |
8624 Video output: $_novomodules | 8620 Video output: $_novomodules |