comparison configure @ 24654:effaeb5f7fde

Require atleast libnemesi 0.6.2 (range api and h263 support
author lu_zero
date Sun, 30 Sep 2007 11:11:54 +0000
parents 9835aef30037
children a5ff078d7471
comparison
equal deleted inserted replaced
24653:46dbc2e8c800 24654:effaeb5f7fde
6220 echores "$_qtx" 6220 echores "$_qtx"
6221 6221
6222 echocheck "Nemesi Streaming Media libraries" 6222 echocheck "Nemesi Streaming Media libraries"
6223 if test "$_nemesi" = auto && test "$_network" = yes ; then 6223 if test "$_nemesi" = auto && test "$_network" = yes ; then
6224 _nemesi=no 6224 _nemesi=no
6225 if $_pkg_config --exists libnemesi ; then 6225 if $_pkg_config libnemesi --atleast-version=0.6.2 ; then
6226 _ld_extra="$_ld_extra `$_pkg_config --libs libnemesi`" 6226 _ld_extra="$_ld_extra `$_pkg_config --libs libnemesi`"
6227 _nemesi=yes 6227 _nemesi=yes
6228 fi 6228 fi
6229 fi 6229 fi
6230 if test "$_nemesi" = yes; then 6230 if test "$_nemesi" = yes; then