Mercurial > mplayer.hg
comparison configure @ 24855:2c790baff42c
Update to use newer libnemesi, should fix desync, fps guessing may fail now
author | lu_zero |
---|---|
date | Mon, 29 Oct 2007 18:31:47 +0000 |
parents | 300dd571ba64 |
children | 45359b137c95 |
comparison
equal
deleted
inserted
replaced
24854:8d8e46de9df6 | 24855:2c790baff42c |
---|---|
6236 echores "$_qtx" | 6236 echores "$_qtx" |
6237 | 6237 |
6238 echocheck "Nemesi Streaming Media libraries" | 6238 echocheck "Nemesi Streaming Media libraries" |
6239 if test "$_nemesi" = auto && test "$_network" = yes ; then | 6239 if test "$_nemesi" = auto && test "$_network" = yes ; then |
6240 _nemesi=no | 6240 _nemesi=no |
6241 if $_pkg_config libnemesi --atleast-version=0.6.2 ; then | 6241 if $_pkg_config libnemesi --atleast-version=0.6.3 ; then |
6242 _ld_extra="$_ld_extra `$_pkg_config --libs libnemesi`" | 6242 _ld_extra="$_ld_extra `$_pkg_config --libs libnemesi`" |
6243 _nemesi=yes | 6243 _nemesi=yes |
6244 fi | 6244 fi |
6245 fi | 6245 fi |
6246 if test "$_nemesi" = yes; then | 6246 if test "$_nemesi" = yes; then |