Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
60e28ddc
Commit
60e28ddc
authored
Jun 09, 2008
by
Felix Paul Kühne
Browse files
Fixed linking the remote OSD plugin
parent
e4213408
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
60e28ddc
...
...
@@ -5350,8 +5350,8 @@ AC_ARG_ENABLE(remoteosd,
AS_IF([test "${enable_remoteosd}" != "no"], [
AS_IF([test "${have_libgcrypt}" = "yes"],[
VLC_ADD_PLUGIN([remoteosd])
VLC_ADD_LIBS([remoteosd], ${GCRYPT_LIBS})
VLC_ADD_CFLAGS([remoteosd], ${GCRYPT_CFLAGS})
VLC_ADD_LIBS([remoteosd], ${
LIB
GCRYPT_LIBS})
VLC_ADD_CFLAGS([remoteosd], ${
LIB
GCRYPT_CFLAGS})
], [
AC_MSG_ERROR([libgcrypt support required for RemoteOSD plugin])
])
...
...
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