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
9854c23e
Commit
9854c23e
authored
Sep 28, 2013
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
video_splitter: remove recursion
parent
c414a287
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
configure.ac
configure.ac
+0
-1
modules/Makefile.am
modules/Makefile.am
+1
-1
modules/video_splitter/Makefile.am
modules/video_splitter/Makefile.am
+3
-4
No files found.
configure.ac
View file @
9854c23e
...
...
@@ -4203,7 +4203,6 @@ AC_CONFIG_FILES([
modules/text_renderer/Makefile
modules/video_filter/Makefile
modules/video_output/Makefile
modules/video_splitter/Makefile
modules/visualization/Makefile
modules/hw/vdpau/Makefile
])
...
...
modules/Makefile.am
View file @
9854c23e
...
...
@@ -11,7 +11,6 @@ BASE_SUBDIRS = \
text_renderer
\
video_filter
\
video_output
\
video_splitter
\
visualization
EXTRA_SUBDIRS
=
\
access_output
\
...
...
@@ -44,6 +43,7 @@ include notify/Makefile.am
include
services_discovery/Makefile.am
include
stream_filter/Makefile.am
include
video_chroma/Makefile.am
include
video_splitter/Makefile.am
BUILT_SOURCES
+=
dummy.cpp
...
...
modules/video_splitter/Makefile.am
View file @
9854c23e
include
$(top_srcdir)/modules/common.am
splitterdir
=
$(pluginsdir)
/video_splitter
splitter_LTLIBRARIES
=
\
libclone_plugin.la
\
libwall_plugin.la
libclone_plugin_la_SOURCES
=
clone.c
libclone_plugin_la_SOURCES
=
video_splitter/
clone.c
libwall_plugin_la_SOURCES
=
wall.c
libwall_plugin_la_SOURCES
=
video_splitter/
wall.c
libpanoramix_plugin_la_SOURCES
=
panoramix.c
libpanoramix_plugin_la_SOURCES
=
video_splitter/
panoramix.c
libpanoramix_plugin_la_CFLAGS
=
$(AM_CFLAGS)
libpanoramix_plugin_la_LIBADD
=
$(LIBM)
if
HAVE_WIN32
...
...
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