Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
300ce853
Commit
300ce853
authored
Feb 12, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: move SOCKET_LIBS to Makefiles where needed
parent
edba5bbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
configure.ac
configure.ac
+0
-4
modules/video_filter/Makefile.am
modules/video_filter/Makefile.am
+1
-1
No files found.
configure.ac
View file @
300ce853
...
...
@@ -648,10 +648,6 @@ AC_LINK_IFELSE([
])],[AC_DEFINE([HAVE_INET_PTON],[1],[Define to 1 if you have inet_pton function])],[AC_LIBOBJ([inet_pton])])
AC_CHECK_FUNCS([if_nameindex if_nametoindex])
VLC_RESTORE_FLAGS
AS_IF([test -n "$SOCKET_LIBS"], [
VLC_ADD_LIBS([sap ts remoteosd audiobargraph_a],[${SOCKET_LIBS}])
])
AC_SUBST(SOCKET_LIBS)
dnl Check for socklen_t
...
...
modules/video_filter/Makefile.am
View file @
300ce853
...
...
@@ -196,7 +196,7 @@ video_filter_LTLIBRARIES += \
libremoteosd_plugin_la_SOURCES
=
video_filter/remoteosd.c video_filter/remoteosd_rfbproto.h
libremoteosd_plugin_la_CFLAGS
=
$(AM_CFLAGS)
$(GCRYPT_CFLAGS)
libremoteosd_plugin_la_LIBADD
=
$(GCRYPT_LIBS)
$(
LIBS_remoteosd
)
$(LIBPTHREAD)
libremoteosd_plugin_la_LIBADD
=
$(GCRYPT_LIBS)
$(
SOCKET_LIBS
)
$(LIBPTHREAD)
if
HAVE_GCRYPT
video_filter_LTLIBRARIES
+=
libremoteosd_plugin.la
endif
...
...
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