Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
a773cb8a
Commit
a773cb8a
authored
Sep 15, 2014
by
Gautier Pelloux-Prayer
Browse files
Add vim dependency (for xxd tool)
parent
4404b1eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
View file @
a773cb8a
...
...
@@ -29,6 +29,7 @@ Compilation and installation
* Required dependencies:
- oRTP
- libspeex and libspeexdsp
- vim
* Optional dependencies (for video to be enabled, see --enable-video):
- libavcodec
- libswscale
...
...
configure.ac
View file @
a773cb8a
...
...
@@ -1027,7 +1027,7 @@ AM_CONDITIONAL(WITH_EPM,test $EPM != false && test $MKEPMLIST != false && test $
dnl Check for xxd
AC_CHECK_PROG(xxd_found, xxd, yes)
if test "$xxd_found" != yes ;then
AC_MSG_ERROR("xxd is required")
AC_MSG_ERROR("xxd is required
(provided by vim package)
")
fi
# Preferred packaging system, as per EPM terminology
...
...
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