summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-04 15:13:50 +0000
committerlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-04 15:13:50 +0000
commitcb9fb32bb22ac363f385bd2182e3c2ecbb9e50f5 (patch)
tree6df4ec7c82b92f9c61423aceff088e6b0986ee39 /configure
parent4135fd19a75b801b6cd11ce73fb461fba50464a6 (diff)
downloadmpv-cb9fb32bb22ac363f385bd2182e3c2ecbb9e50f5.tar.bz2
mpv-cb9fb32bb22ac363f385bd2182e3c2ecbb9e50f5.tar.xz
live555 and libnemesi support coexists
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25297 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 16310860e7..d711cbebe0 100755
--- a/configure
+++ b/configure
@@ -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'