Mercurial > mplayer.hg
comparison configure @ 8385:59231cab01f7
enable Albeu's config code bu default (it's time to test it :))
report any problems ASAP!
author | arpi |
---|---|
date | Fri, 06 Dec 2002 23:54:02 +0000 |
parents | c68e053b53b9 |
children | 2dd791127398 |
comparison
equal
deleted
inserted
replaced
8384:7a7980b874f5 | 8385:59231cab01f7 |
---|---|
149 --disable-mpdvdkit Disable mpdvdkit/mpdvdkit2 support [autodetect] | 149 --disable-mpdvdkit Disable mpdvdkit/mpdvdkit2 support [autodetect] |
150 --disable-css Disable old-style libcss DVD support [autodetect] | 150 --disable-css Disable old-style libcss DVD support [autodetect] |
151 --disable-cdparanoia Disable cdparanoia support [autodetect] | 151 --disable-cdparanoia Disable cdparanoia support [autodetect] |
152 --enable-freetype Enable freetype2 font rendering support [disabled] | 152 --enable-freetype Enable freetype2 font rendering support [disabled] |
153 --disable-unrarlib Disable Unique RAR File Library [enabled] | 153 --disable-unrarlib Disable Unique RAR File Library [enabled] |
154 --enable-new-conf Enable new config stuff [disabled] | 154 --disable-new-conf Disable new experimental config parser code [enabled] |
155 --enable-menu Enable osd menu support (need new config) [disabled] | 155 --enable-menu Enable osd menu support (need new config) [disabled] |
156 --disable-sortsub Disable subtitles sorting [enabled] | 156 --disable-sortsub Disable subtitles sorting [enabled] |
157 | 157 |
158 Codecs: | 158 Codecs: |
159 --enable-gif enable gif89a output support [autodetect] | 159 --enable-gif enable gif89a output support [autodetect] |
1025 _libdv=auto | 1025 _libdv=auto |
1026 _cdparanoia=auto | 1026 _cdparanoia=auto |
1027 _big_endian=auto | 1027 _big_endian=auto |
1028 _freetype=no | 1028 _freetype=no |
1029 _shared_pp=no | 1029 _shared_pp=no |
1030 _new_conf=no | 1030 _new_conf=yes |
1031 _menu=no | 1031 _menu=no |
1032 _qtx_codecs=auto | 1032 _qtx_codecs=auto |
1033 _sortsub=yes | 1033 _sortsub=yes |
1034 | 1034 |
1035 for ac_option do | 1035 for ac_option do |