comparison configure @ 16276:414ece37801b

remove broken shared libpostproc stuff
author rfelker
date Fri, 19 Aug 2005 19:24:30 +0000
parents 7949a0c4e5ad
children 26401de08141
comparison
equal deleted inserted replaced
16275:7fb03699efd9 16276:414ece37801b
305 for translated man pages, the first language is the 305 for translated man pages, the first language is the
306 primary and therefore used for translated messages 306 primary and therefore used for translated messages
307 and GUI (also the environment variable \$LINGUAS is 307 and GUI (also the environment variable \$LINGUAS is
308 honored) [en] 308 honored) [en]
309 (Available: $LANGUAGES all) 309 (Available: $LANGUAGES all)
310 --enable-shared-pp install & use shared postprocessing lib
311 --with-install=PATH use a custom install program (useful if your OS uses 310 --with-install=PATH use a custom install program (useful if your OS uses
312 a GNU-incompatible install utility by default and 311 a GNU-incompatible install utility by default and
313 you want to use GNU version) 312 you want to use GNU version)
314 --install-path=PATH the path to a custom install program 313 --install-path=PATH the path to a custom install program
315 this option is obsolete and will be removed soon, 314 this option is obsolete and will be removed soon,
1462 _libdv=auto 1461 _libdv=auto
1463 _cdparanoia=auto 1462 _cdparanoia=auto
1464 _big_endian=auto 1463 _big_endian=auto
1465 _freetype=auto 1464 _freetype=auto
1466 _fontconfig=auto 1465 _fontconfig=auto
1467 _shared_pp=no
1468 _menu=no 1466 _menu=no
1469 _qtx=auto 1467 _qtx=auto
1470 _macosx=auto 1468 _macosx=auto
1471 _macosx_finder_support=no 1469 _macosx_finder_support=no
1472 _macosx_bundle=auto 1470 _macosx_bundle=auto
1753 1751
1754 --enable-dga) _dga=auto ;; # as we don't know if it's 1 or 2 1752 --enable-dga) _dga=auto ;; # as we don't know if it's 1 or 2
1755 --enable-dga=*) _dga=`echo $ac_option | cut -d '=' -f 2` ;; 1753 --enable-dga=*) _dga=`echo $ac_option | cut -d '=' -f 2` ;;
1756 --disable-dga) _dga=no ;; 1754 --disable-dga) _dga=no ;;
1757 1755
1758 --enable-shared-pp) _shared_pp=yes ;;
1759 --disable-shared-pp) _shared_pp=no ;;
1760
1761 --enable-menu) _menu=yes ;; 1756 --enable-menu) _menu=yes ;;
1762 --disable-menu) _menu=no ;; 1757 --disable-menu) _menu=no ;;
1763 1758
1764 --enable-qtx) _qtx=yes ;; 1759 --enable-qtx) _qtx=yes ;;
1765 --disable-qtx) _qtx=no ;; 1760 --disable-qtx) _qtx=no ;;
6480 _byte_order='little-endian' 6475 _byte_order='little-endian'
6481 _def_words_endian='#undef WORDS_BIGENDIAN' 6476 _def_words_endian='#undef WORDS_BIGENDIAN'
6482 fi 6477 fi
6483 echores "$_byte_order" 6478 echores "$_byte_order"
6484 6479
6485 echocheck "shared postprocess lib"
6486 echores "$_shared_pp"
6487
6488 echocheck "OSD menu" 6480 echocheck "OSD menu"
6489 if test "$_menu" = yes ; then 6481 if test "$_menu" = yes ; then
6490 _def_menu='#define HAVE_MENU 1' 6482 _def_menu='#define HAVE_MENU 1'
6491 else 6483 else
6492 _def_menu='#undef HAVE_MENU' 6484 _def_menu='#undef HAVE_MENU'
6965 MPLAYER_NETWORK = $_network 6957 MPLAYER_NETWORK = $_network
6966 STREAMING_LIVE_DOT_COM = $_live 6958 STREAMING_LIVE_DOT_COM = $_live
6967 MPLAYER_NETWORK_LIB = $_ld_live $_ld_vstream $_ld_network 6959 MPLAYER_NETWORK_LIB = $_ld_live $_ld_vstream $_ld_network
6968 DVBIN = $_dvbin 6960 DVBIN = $_dvbin
6969 VIDIX = $_vidix 6961 VIDIX = $_vidix
6970 SHARED_PP = $_shared_pp
6971 CONFIG_PP = yes 6962 CONFIG_PP = yes
6972 CONFIG_RISKY = yes 6963 CONFIG_RISKY = yes
6973 CONFIG_MP3LAME = $_mp3lame 6964 CONFIG_MP3LAME = $_mp3lame
6974 LIBMENU = $_menu 6965 LIBMENU = $_menu
6975 I18NLIBS = $_i18n_libs 6966 I18NLIBS = $_i18n_libs