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
2c5e4d39
Commit
2c5e4d39
authored
Jul 21, 2013
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move swscale and chain with other video conversion filters
parent
da06b6bf
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
modules/video_chroma/Modules.am
modules/video_chroma/Modules.am
+10
-1
modules/video_chroma/chain.c
modules/video_chroma/chain.c
+0
-0
modules/video_chroma/swscale.c
modules/video_chroma/swscale.c
+0
-0
modules/video_filter/Modules.am
modules/video_filter/Modules.am
+0
-3
No files found.
modules/video_chroma/Modules.am
View file @
2c5e4d39
...
@@ -34,6 +34,14 @@ SOURCES_yuy2_i420 = \
...
@@ -34,6 +34,14 @@ SOURCES_yuy2_i420 = \
SOURCES_rv32 = rv32.c
SOURCES_rv32 = rv32.c
libchain_plugin_la_SOURCES = chain.c
libchain_plugin_la_CPPFLAGS = $(AM_CPPFLAGS)
libswscale_plugin_la_SOURCES = swscale.c ../codec/avcodec/chroma.c
libswscale_plugin_la_CFLAGS = $(AM_CFLAGS) $(SWSCALE_FLAGS)
libswscale_plugin_la_LIBADD = $(AM_LIBADD) $(SWSCALE_LIBS)
EXTRA_LTLIBRARIES += libswscale_plugin.la
libvlc_LTLIBRARIES += \
libvlc_LTLIBRARIES += \
libi420_rgb_plugin.la \
libi420_rgb_plugin.la \
libi420_yuy2_plugin.la \
libi420_yuy2_plugin.la \
...
@@ -43,7 +51,8 @@ libvlc_LTLIBRARIES += \
...
@@ -43,7 +51,8 @@ libvlc_LTLIBRARIES += \
libyuy2_i420_plugin.la \
libyuy2_i420_plugin.la \
libyuy2_i422_plugin.la \
libyuy2_i422_plugin.la \
librv32_plugin.la \
librv32_plugin.la \
$(NULL)
libchain_plugin.la \
$(LTLIBswscale)
libchroma_omx_plugin_la_SOURCES = omxdl.c
libchroma_omx_plugin_la_SOURCES = omxdl.c
libchroma_omx_plugin_la_CFLAGS = $(AM_CFLAGS) $(OMXIP_CFLAGS)
libchroma_omx_plugin_la_CFLAGS = $(AM_CFLAGS) $(OMXIP_CFLAGS)
...
...
modules/video_
filter
/chain.c
→
modules/video_
chroma
/chain.c
View file @
2c5e4d39
File moved
modules/video_
filter
/swscale.c
→
modules/video_
chroma
/swscale.c
View file @
2c5e4d39
File moved
modules/video_filter/Modules.am
View file @
2c5e4d39
...
@@ -97,9 +97,7 @@ SOURCES_grain = grain.c
...
@@ -97,9 +97,7 @@ SOURCES_grain = grain.c
SOURCES_croppadd = croppadd.c
SOURCES_croppadd = croppadd.c
SOURCES_canvas = canvas.c
SOURCES_canvas = canvas.c
SOURCES_blendbench = blendbench.c
SOURCES_blendbench = blendbench.c
SOURCES_chain = chain.c
SOURCES_postproc = postproc.c
SOURCES_postproc = postproc.c
SOURCES_swscale = swscale.c ../codec/avcodec/chroma.c
SOURCES_scene = scene.c
SOURCES_scene = scene.c
SOURCES_sepia = sepia.c
SOURCES_sepia = sepia.c
SOURCES_yuvp = yuvp.c
SOURCES_yuvp = yuvp.c
...
@@ -140,7 +138,6 @@ libvlc_LTLIBRARIES += \
...
@@ -140,7 +138,6 @@ libvlc_LTLIBRARIES += \
libblendbench_plugin.la \
libblendbench_plugin.la \
libbluescreen_plugin.la \
libbluescreen_plugin.la \
libcanvas_plugin.la \
libcanvas_plugin.la \
libchain_plugin.la \
libclone_plugin.la \
libclone_plugin.la \
libcolorthres_plugin.la \
libcolorthres_plugin.la \
libcroppadd_plugin.la \
libcroppadd_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