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
dfc5fb5d
Commit
dfc5fb5d
authored
Oct 06, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc: remove Modules.am
parent
6148edce
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
7 deletions
+15
-7
configure.ac
configure.ac
+1
-1
modules/misc/.gitignore
modules/misc/.gitignore
+0
-1
modules/misc/Makefile.am
modules/misc/Makefile.am
+14
-5
No files found.
configure.ac
View file @
dfc5fb5d
...
...
@@ -636,7 +636,7 @@ AC_CHECK_FUNCS([if_nameindex if_nametoindex])
VLC_RESTORE_FLAGS
AS_IF([test -n "$SOCKET_LIBS"], [
VLC_ADD_LIBS([access_rtmp access_output_shout sap stream_out_standard stream_out_rtp stream_out_raop stream_out_chromecast
vod_rtsp
oldrc netsync ts remoteosd audiobargraph_a],[${SOCKET_LIBS}])
VLC_ADD_LIBS([access_rtmp access_output_shout sap stream_out_standard stream_out_rtp stream_out_raop stream_out_chromecast oldrc netsync ts remoteosd audiobargraph_a],[${SOCKET_LIBS}])
])
AC_SUBST(SOCKET_LIBS)
...
...
modules/misc/.gitignore
deleted
100644 → 0
View file @
6148edce
Makefile.am
modules/misc/M
odules
.am
→
modules/misc/M
akefile
.am
View file @
dfc5fb5d
SOURCES_vod_rtsp = rtsp.c
miscdir
=
$(pluginsdir)
/misc
misc_LTLIBRARIES
=
EXTRA_LTLIBRARIES
=
SOURCES_xml = xml/libxml.c
include
$(top_srcdir)/modules/common.am
libaudioscrobbler_plugin_la_SOURCES
=
audioscrobbler.c
libaudioscrobbler_plugin_la_LIBADD
=
$(SOCKET_LIBS)
$(LIBPTHREAD)
...
...
@@ -71,8 +73,15 @@ misc_LTLIBRARIES += \
liblogger_plugin.la
\
libstats_plugin.la
libvod_rtsp_plugin_la_SOURCES
=
rtsp.c
libvod_rtsp_plugin_la_LIBADD
=
$(SOCKET_LIBS)
if
ENABLE_SOUT
misc_LTLIBRARIES += \
libvod_rtsp_plugin.la \
$(NULL)
misc_LTLIBRARIES
+=
libvod_rtsp_plugin.la
endif
libxml_plugin_la_SOURCES
=
xml/libxml.c
libxml_plugin_la_CFLAGS
=
$(AM_CFLAGS)
$(LIBXML2_CFLAGS)
libxml_plugin_la_LIBADD
=
$(LIBXML2_LIBS)
libxml_plugin_la_LDFLAGS
=
$(AM_LDFLAGS)
-rpath
'
$(miscdir)
'
$(LDFLAGS_xml)
EXTRA_LTLIBRARIES
+=
libxml_plugin.la
misc_LTLIBRARIES
+=
$(LTLIBxml)
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