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
0bbdffbd
Commit
0bbdffbd
authored
Jul 13, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move rv32 to video_chroma directory
parent
07188532
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
modules/video_chroma/Modules.am
modules/video_chroma/Modules.am
+3
-0
modules/video_chroma/rv32.c
modules/video_chroma/rv32.c
+0
-0
modules/video_filter/Modules.am
modules/video_filter/Modules.am
+0
-2
po/POTFILES.in
po/POTFILES.in
+1
-1
No files found.
modules/video_chroma/Modules.am
View file @
0bbdffbd
...
...
@@ -32,6 +32,8 @@ SOURCES_yuy2_i420 = \
yuy2_i420.c \
$(NULL)
SOURCES_rv32 = rv32.c
libvlc_LTLIBRARIES += \
libi420_rgb_plugin.la \
libi420_yuy2_plugin.la \
...
...
@@ -40,6 +42,7 @@ libvlc_LTLIBRARIES += \
libgrey_yuv_plugin.la \
libyuy2_i420_plugin.la \
libyuy2_i422_plugin.la \
librv32_plugin.la \
$(NULL)
libchroma_omx_plugin_la_SOURCES = omxdl.c
...
...
modules/video_
filter
/rv32.c
→
modules/video_
chroma
/rv32.c
View file @
0bbdffbd
File moved
modules/video_filter/Modules.am
View file @
0bbdffbd
...
...
@@ -25,7 +25,6 @@ SOURCES_scale = scale.c
SOURCES_marq = marq.c
SOURCES_rss = rss.c
SOURCES_motiondetect = motiondetect.c
SOURCES_rv32 = rv32.c
SOURCES_osdmenu = osdmenu.c
SOURCES_remoteosd = remoteosd.c remoteosd_rfbproto.h
SOURCES_magnify = magnify.c
...
...
@@ -116,7 +115,6 @@ libvlc_LTLIBRARIES += \
libripple_plugin.la \
librotate_plugin.la \
librss_plugin.la \
librv32_plugin.la \
libscale_plugin.la \
libscene_plugin.la \
libsepia_plugin.la \
...
...
po/POTFILES.in
View file @
0bbdffbd
...
...
@@ -1022,6 +1022,7 @@ modules/video_chroma/i420_yuy2.h
modules/video_chroma/i422_i420.c
modules/video_chroma/i422_yuy2.c
modules/video_chroma/i422_yuy2.h
modules/video_chroma/rv32.c
modules/video_chroma/yuy2_i420.c
modules/video_chroma/yuy2_i422.c
modules/video_filter/adjust.c
...
...
@@ -1101,7 +1102,6 @@ modules/video_filter/remoteosd_rfbproto.h
modules/video_filter/ripple.c
modules/video_filter/rotate.c
modules/video_filter/rss.c
modules/video_filter/rv32.c
modules/video_filter/scale.c
modules/video_filter/scene.c
modules/video_filter/sepia.c
...
...
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