Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
f369524f
Commit
f369524f
authored
Sep 09, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove recursion into modules/misc/stats/
parent
c5517b22
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
12 deletions
+11
-12
configure.ac
configure.ac
+0
-1
modules/misc/Modules.am
modules/misc/Modules.am
+11
-2
modules/misc/stats/Modules.am
modules/misc/stats/Modules.am
+0
-9
No files found.
configure.ac
View file @
f369524f
...
...
@@ -4092,7 +4092,6 @@ AC_CONFIG_FILES([
modules/meta_engine/Makefile
modules/misc/Makefile
modules/misc/osd/Makefile
modules/misc/stats/Makefile
modules/media_library/Makefile
modules/mux/Makefile
modules/notify/Makefile
...
...
modules/misc/Modules.am
View file @
f369524f
SUBDIRS =
stats
osd
SUBDIRS = osd
SOURCES_vod_rtsp = rtsp.c
SOURCES_audioscrobbler = audioscrobbler.c
...
...
@@ -55,9 +55,18 @@ if HAVE_ANDROID
liblogger_plugin_la_LIBADD += -llog
endif
libstats_plugin_la_SOURCES = \
stats/demux.c \
stats/decoder.c \
stats/encoder.c \
stats/stats.c stats/stats.h
libstats_plugin_la_CFLAGS = $(AM_CFLAGS)
libstats_plugin_la_LIBADD = $(AM_LIBADD)
libvlc_LTLIBRARIES += \
libaudioscrobbler_plugin.la \
liblogger_plugin.la
liblogger_plugin.la \
libstats_plugin.la
if ENABLE_SOUT
libvlc_LTLIBRARIES += \
...
...
modules/misc/stats/Modules.am
deleted
100644 → 0
View file @
c5517b22
SOURCES_stats = \
stats.c \
stats.h \
decoder.c \
demux.c \
encoder.c \
$(NULL)
libvlc_LTLIBRARIES += libstats_plugin.la
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