Mercurial > mplayer.hg
comparison configure @ 20281:812f9cd94b28
Add configure switch to enable fixed-pointed mode of internal libfaad2.
author | diego |
---|---|
date | Tue, 17 Oct 2006 16:01:25 +0000 |
parents | e825159f3b94 |
children | 9f1ee847e8ca |
comparison
equal
deleted
inserted
replaced
20280:5c8f177a0478 | 20281:812f9cd94b28 |
---|---|
290 --disable-libvorbis disable libvorbis support [autodetect] | 290 --disable-libvorbis disable libvorbis support [autodetect] |
291 --disable-speex disable Speex support [autodetect] | 291 --disable-speex disable Speex support [autodetect] |
292 --enable-theora build with OggTheora support [autodetect] | 292 --enable-theora build with OggTheora support [autodetect] |
293 --enable-faad-external build with external FAAD2 (AAC) support [autodetect] | 293 --enable-faad-external build with external FAAD2 (AAC) support [autodetect] |
294 --disable-faad-internal disable internal FAAD2 (AAC) support [autodetect] | 294 --disable-faad-internal disable internal FAAD2 (AAC) support [autodetect] |
295 --enable-faad-fixed enable fixed-point mode in internal FAAD2 [disabled] | |
295 --disable-faac disable support for FAAC (AAC encoder) [autodetect] | 296 --disable-faac disable support for FAAC (AAC encoder) [autodetect] |
296 --disable-ladspa disable LADSPA plugin support [autodetect] | 297 --disable-ladspa disable LADSPA plugin support [autodetect] |
297 --disable-libdv disable libdv 0.9.5 en/decoding support [autodetect] | 298 --disable-libdv disable libdv 0.9.5 en/decoding support [autodetect] |
298 --disable-mad disable libmad (MPEG audio) support [autodetect] | 299 --disable-mad disable libmad (MPEG audio) support [autodetect] |
299 --disable-toolame disable Toolame (MPEG layer 2 audio) support in mencoder [autodetect] | 300 --disable-toolame disable Toolame (MPEG layer 2 audio) support in mencoder [autodetect] |
1623 _liba52=yes | 1624 _liba52=yes |
1624 _libdts=auto | 1625 _libdts=auto |
1625 _libmpeg2=yes | 1626 _libmpeg2=yes |
1626 _faad_internal=auto | 1627 _faad_internal=auto |
1627 _faad_external=auto | 1628 _faad_external=auto |
1629 _faad_fixed=no | |
1628 _faac=auto | 1630 _faac=auto |
1629 _ladspa=auto | 1631 _ladspa=auto |
1630 _xmms=no | 1632 _xmms=no |
1631 _have_dvd=no | 1633 _have_dvd=no |
1632 _dvdnav=auto | 1634 _dvdnav=auto |
1852 --disable-musepack) _musepack=no ;; | 1854 --disable-musepack) _musepack=no ;; |
1853 --enable-faad-internal) _faad_internal=yes ;; | 1855 --enable-faad-internal) _faad_internal=yes ;; |
1854 --disable-faad-internal) _faad_internal=no ;; | 1856 --disable-faad-internal) _faad_internal=no ;; |
1855 --enable-faad-external) _faad_external=yes ;; | 1857 --enable-faad-external) _faad_external=yes ;; |
1856 --disable-faad-external) _faad_external=no ;; | 1858 --disable-faad-external) _faad_external=no ;; |
1859 --enable-faad-fixed) _faad_fixed=yes ;; | |
1860 --disable-faad-fixed) _faad_fixed=no ;; | |
1857 --enable-faac) _faac=yes ;; | 1861 --enable-faac) _faac=yes ;; |
1858 --disable-faac) _faac=no ;; | 1862 --disable-faac) _faac=no ;; |
1859 --enable-ladspa) _ladspa=yes ;; | 1863 --enable-ladspa) _ladspa=yes ;; |
1860 --disable-ladspa) _ladspa=no ;; | 1864 --disable-ladspa) _ladspa=no ;; |
1861 --enable-xmms) _xmms=yes ;; | 1865 --enable-xmms) _xmms=yes ;; |
5884 fi | 5888 fi |
5885 | 5889 |
5886 if test "$_faad_internal" = yes ; then | 5890 if test "$_faad_internal" = yes ; then |
5887 _def_faad_internal="#define USE_FAAD_INTERNAL 1" | 5891 _def_faad_internal="#define USE_FAAD_INTERNAL 1" |
5888 _faad=yes | 5892 _faad=yes |
5893 _res_comment="internal floating-point" | |
5894 test "$_faad_fixed" = yes && _res_comment="internal fixed-point" | |
5889 elif test "$_faad_external" = yes ; then | 5895 elif test "$_faad_external" = yes ; then |
5890 _faad=yes | 5896 _faad=yes |
5891 else | 5897 else |
5892 _def_faad_internal="#undef USE_FAAD_INTERNAL" | 5898 _def_faad_internal="#undef USE_FAAD_INTERNAL" |
5893 _faad=no | 5899 _faad=no |
7595 SPEEX_LIB = $_ld_speex | 7601 SPEEX_LIB = $_ld_speex |
7596 LIBTHEORA = $_theora | 7602 LIBTHEORA = $_theora |
7597 THEORA_LIB = $_ld_theora | 7603 THEORA_LIB = $_ld_theora |
7598 FAAD_LIB = $_ld_faad | 7604 FAAD_LIB = $_ld_faad |
7599 FAAD_INTERNAL = $_faad_internal | 7605 FAAD_INTERNAL = $_faad_internal |
7606 FAAD_FIXED = $_faad_fixed | |
7600 LIBSMBCLIENT = $_smbsupport | 7607 LIBSMBCLIENT = $_smbsupport |
7601 SMBSUPPORT_LIB = $_ld_smb | 7608 SMBSUPPORT_LIB = $_ld_smb |
7602 XMMS_PLUGINS = $_xmms | 7609 XMMS_PLUGINS = $_xmms |
7603 XMMS_LIB = $_xmms_lib | 7610 XMMS_LIB = $_xmms_lib |
7604 MACOSX = $_macosx | 7611 MACOSX = $_macosx |