mirror of
https://github.com/mpv-player/mpv
synced 2025-02-09 08:27:18 +00:00
Require atleast libnemesi 0.6.2 (range api and h263 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24674 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2b9b873707
commit
ec89943846
2
configure
vendored
2
configure
vendored
@ -6222,7 +6222,7 @@ echores "$_qtx"
|
||||
echocheck "Nemesi Streaming Media libraries"
|
||||
if test "$_nemesi" = auto && test "$_network" = yes ; then
|
||||
_nemesi=no
|
||||
if $_pkg_config --exists libnemesi ; then
|
||||
if $_pkg_config libnemesi --atleast-version=0.6.2 ; then
|
||||
_ld_extra="$_ld_extra `$_pkg_config --libs libnemesi`"
|
||||
_nemesi=yes
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user