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
d44c9f64
Commit
d44c9f64
authored
Feb 10, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
video_filter: remove Makefile recursion
parent
14203444
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
215 additions
and
4 deletions
+215
-4
configure.ac
configure.ac
+0
-1
modules/Makefile.am
modules/Makefile.am
+1
-1
modules/video_filter/.gitignore
modules/video_filter/.gitignore
+0
-1
modules/video_filter/Makefile.am
modules/video_filter/Makefile.am
+213
-0
modules/video_filter/atmo/atmo.cpp
modules/video_filter/atmo/atmo.cpp
+1
-1
No files found.
configure.ac
View file @
d44c9f64
...
...
@@ -4141,7 +4141,6 @@ AC_CONFIG_FILES([
modules/gui/skins2/Makefile
modules/mux/Makefile
modules/stream_out/Makefile
modules/video_filter/Makefile
modules/visualization/Makefile
modules/hw/mmal/Makefile
])
...
...
modules/Makefile.am
View file @
d44c9f64
...
...
@@ -5,7 +5,6 @@ EXTRA_DIST =
BASE_SUBDIRS
=
\
gui
\
video_filter
\
visualization
EXTRA_SUBDIRS
=
\
access_output
\
...
...
@@ -49,6 +48,7 @@ include services_discovery/Makefile.am
include
stream_filter/Makefile.am
include
text_renderer/Makefile.am
include
video_chroma/Makefile.am
include
video_filter/Makefile.am
include
video_splitter/Makefile.am
include
video_output/Makefile.am
...
...
modules/video_filter/.gitignore
deleted
100644 → 0
View file @
14203444
Makefile.am
modules/video_filter/M
odules
.am
→
modules/video_filter/M
akefile
.am
View file @
d44c9f64
This diff is collapsed.
Click to expand it.
modules/video_filter/atmo/atmo.cpp
View file @
d44c9f64
...
...
@@ -45,7 +45,7 @@
#include <vlc_atomic.h>
#include <vlc_charset.h>
#include "filter_picture.h"
#include "
../
filter_picture.h"
#include "AtmoDefs.h"
#include "AtmoDynData.h"
...
...
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