Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
cf23322c
Commit
cf23322c
authored
Sep 22, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable by default live555 module
parent
959a473d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
configure.ac
configure.ac
+8
-6
No files found.
configure.ac
View file @
cf23322c
...
...
@@ -1596,13 +1596,13 @@ then
AC_MSG_WARN(--{en|dis}able-livedotcom is deprecated. Use --{en|dis}able-live555 instead.)
fi
if test "${enable_livedotcom}" = "
yes
"
if test "${enable_livedotcom}" = "
no
"
then
enable_live555="
yes
"
enable_live555="
no
"
fi
AC_ARG_ENABLE(live555,
[ --enable-live555 live555 RTSP input plugin (default
dis
abled)])
if test "${enable_live555}" = "
yes
"; then
[ --enable-live555 live555 RTSP input plugin (default
en
abled)])
if test "${enable_live555}"
!
= "
no
"; then
AC_ARG_WITH(live555-tree,
[ --with-live555-tree=PATH live.com tree for static linking])
...
...
@@ -1675,8 +1675,10 @@ if test "${enable_live555}" = "yes"; then
fi
else
dnl The given live555 wasn't built
AC_MSG_RESULT(no)
AC_MSG_ERROR([cannot find ${real_live555_tree}/liveMedia/libliveMedia.a, make sure you compiled live555 in ${with_live555_tree}])
AC_MSG_RESULT(no)
if test "${enable_live555}" = "yes"; then
AC_MSG_ERROR([cannot find ${real_live555_tree}/liveMedia/libliveMedia.a, make sure you compiled live555 in ${with_live555_tree}])
fi
fi
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment