Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
fd42ed01
Commit
fd42ed01
authored
Aug 20, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update list of SOCKET_LIBS-dependent plugins
parent
ead6422c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
configure.ac
configure.ac
+1
-2
No files found.
configure.ac
View file @
fd42ed01
...
@@ -179,7 +179,6 @@ dnl
...
@@ -179,7 +179,6 @@ dnl
dnl Set default values
dnl Set default values
dnl
dnl
LDFLAGS_vlc="${LDFLAGS}"
LDFLAGS_vlc="${LDFLAGS}"
SOCKET_LIBS=""
dnl
dnl
dnl Check the operating system
dnl Check the operating system
...
@@ -623,7 +622,7 @@ AC_SEARCH_LIBS(connect, [socket], [
...
@@ -623,7 +622,7 @@ AC_SEARCH_LIBS(connect, [socket], [
])
])
LIBS="$LIBS_save"
LIBS="$LIBS_save"
AS_IF([test -n "$SOCKET_LIBS"], [
AS_IF([test -n "$SOCKET_LIBS"], [
VLC_ADD_LIBS([libvlccore
cdda access_http access_mms access_udp access_tcp access_ftp access_rtmp sap access_output_udp access_output_rtmp stream_out_standard growl_udp remoteosd
netsync],[${SOCKET_LIBS}])
VLC_ADD_LIBS([libvlccore
access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_shout sap stream_out_standard stream_out_rtp stream_out_raop vod_rtsp access_realrtsp rtp oldrc netsync gnutls growl_udp flac ts audioscrobbler lua remoteosd zvbi audiobargraph_a
netsync],[${SOCKET_LIBS}])
])
])
AC_SUBST(SOCKET_LIBS)
AC_SUBST(SOCKET_LIBS)
...
...
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