comparison configure @ 30024:b7b76236691d

Experimental support for external libass. So far probably only works with the libass from Ubuntu 9.10
author reimar
date Sat, 19 Dec 2009 15:18:22 +0000
parents b7a703cf9178
children 868442ec038e
comparison
equal deleted inserted replaced
30023:b7a703cf9178 30024:b7b76236691d
278 --disable-gethostbyname2 gethostbyname2 part of the C library [autodetect] 278 --disable-gethostbyname2 gethostbyname2 part of the C library [autodetect]
279 --disable-ftp disable FTP support [enabled] 279 --disable-ftp disable FTP support [enabled]
280 --disable-vstream disable TiVo vstream client support [autodetect] 280 --disable-vstream disable TiVo vstream client support [autodetect]
281 --disable-pthreads disable Posix threads support [autodetect] 281 --disable-pthreads disable Posix threads support [autodetect]
282 --disable-w32threads disable Win32 threads support [autodetect] 282 --disable-w32threads disable Win32 threads support [autodetect]
283 --disable-ass disable internal SSA/ASS subtitle support [autodetect] 283 --disable-ass-internal disable internal SSA/ASS subtitle support [autodetect]
284 --disable-ass disable SSA/ASS subtitle support [autodetect]
284 --enable-rpath enable runtime linker path for extra libs [disabled] 285 --enable-rpath enable runtime linker path for extra libs [disabled]
285 286
286 Codecs: 287 Codecs:
287 --enable-gif enable GIF support [autodetect] 288 --enable-gif enable GIF support [autodetect]
288 --enable-png enable PNG input/output support [autodetect] 289 --enable-png enable PNG input/output support [autodetect]
739 _musepack=auto 740 _musepack=auto
740 _vstream=auto 741 _vstream=auto
741 _pthreads=auto 742 _pthreads=auto
742 _w32threads=auto 743 _w32threads=auto
743 _ass=auto 744 _ass=auto
745 ass_internal=yes
744 _rpath=no 746 _rpath=no
745 _asmalign_pot=auto 747 _asmalign_pot=auto
746 _stream_cache=yes 748 _stream_cache=yes
747 _priority=no 749 _priority=no
748 def_dos_paths="#define HAVE_DOS_PATHS 0" 750 def_dos_paths="#define HAVE_DOS_PATHS 0"
1246 --disable-pthreads) _pthreads=no ;; 1248 --disable-pthreads) _pthreads=no ;;
1247 --enable-w32threads) _w32threads=yes ;; 1249 --enable-w32threads) _w32threads=yes ;;
1248 --disable-w32threads) _w32threads=no ;; 1250 --disable-w32threads) _w32threads=no ;;
1249 --enable-ass) _ass=yes ;; 1251 --enable-ass) _ass=yes ;;
1250 --disable-ass) _ass=no ;; 1252 --disable-ass) _ass=no ;;
1253 --enable-ass-internal) ass_internal=yes ;;
1254 --disable-ass-internal) ass_internal=no ;;
1251 --enable-rpath) _rpath=yes ;; 1255 --enable-rpath) _rpath=yes ;;
1252 --disable-rpath) _rpath=no ;; 1256 --disable-rpath) _rpath=no ;;
1253 1257
1254 --enable-fribidi) _fribidi=yes ;; 1258 --enable-fribidi) _fribidi=yes ;;
1255 --disable-fribidi) _fribidi=no ;; 1259 --disable-fribidi) _fribidi=no ;;
6164 EOF 6168 EOF
6165 _ass=no 6169 _ass=no
6166 cc_check $($_freetypeconfig --cflags) $($_freetypeconfig --libs) && _ass=yes 6170 cc_check $($_freetypeconfig --cflags) $($_freetypeconfig --libs) && _ass=yes
6167 if test "$_ass" = no ; then 6171 if test "$_ass" = no ; then
6168 _res_comment="FreeType >= 2.1.8 needed" 6172 _res_comment="FreeType >= 2.1.8 needed"
6173 elif test "$ass_internal" = no ; then
6174 _res_comment="external"
6175 extra_ldflags="$extra_ldflags -lass"
6169 fi 6176 fi
6170 fi 6177 fi
6171 if test "$_ass" = yes ; then 6178 if test "$_ass" = yes ; then
6172 def_ass='#define CONFIG_ASS 1' 6179 def_ass='#define CONFIG_ASS 1'
6173 else 6180 else
8302 KVA = $_kva 8309 KVA = $_kva
8303 LADSPA = $_ladspa 8310 LADSPA = $_ladspa
8304 LIBA52 = $_liba52 8311 LIBA52 = $_liba52
8305 LIBA52_INTERNAL = $_liba52_internal 8312 LIBA52_INTERNAL = $_liba52_internal
8306 LIBASS = $_ass 8313 LIBASS = $_ass
8314 LIBASS_INTERNAL = $ass_internal
8307 LIBBS2B = $_libbs2b 8315 LIBBS2B = $_libbs2b
8308 LIBDCA = $_libdca 8316 LIBDCA = $_libdca
8309 LIBDV = $_libdv 8317 LIBDV = $_libdv
8310 LIBDVDCSS_INTERNAL = $_libdvdcss_internal 8318 LIBDVDCSS_INTERNAL = $_libdvdcss_internal
8311 LIBLZO = $_liblzo 8319 LIBLZO = $_liblzo