1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 03:15:52 +00:00

live555 and libnemesi support coexists

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25297 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lu_zero 2007-12-04 15:13:50 +00:00
parent 4135fd19a7
commit cb9fb32bb2

4
configure vendored
View File

@ -6275,11 +6275,11 @@ EOF
fi
fi
fi
if test "$_live" = yes && test "$_network" = yes && test "$_nemesi" = no; then
if test "$_live" = yes && test "$_network" = yes; then
_res_comment="using $_livelibdir"
_def_live='#define STREAMING_LIVE555 1'
_inputmodules="live555 $_inputmodules"
elif test "$_live_dist" = yes && test "$_network" = yes && test "$_nemesi" = no; then
elif test "$_live_dist" = yes && test "$_network" = yes; then
_res_comment="using distribution version"
_live="yes"
_def_live='#define STREAMING_LIVE555 1'