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
d7c76ba9
Commit
d7c76ba9
authored
Oct 06, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wayland: agree on the name of video_output subdirectory
parent
35738e89
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
7 deletions
+8
-7
modules/video_output/Makefile.am
modules/video_output/Makefile.am
+6
-5
modules/video_output/wayland/scaler.xml
modules/video_output/wayland/scaler.xml
+0
-0
modules/video_output/wayland/shell_surface.c
modules/video_output/wayland/shell_surface.c
+0
-0
modules/video_output/wayland/shm.c
modules/video_output/wayland/shm.c
+0
-0
po/POTFILES.in
po/POTFILES.in
+2
-2
No files found.
modules/video_output/Makefile.am
View file @
d7c76ba9
...
...
@@ -125,19 +125,20 @@ endif
### Wayland ###
libwl_shm_plugin_la_SOURCES
=
video_output/wl/shm.c
nodist_libwl_shm_plugin_la_SOURCES
=
video_output/wl/scaler-protocol.c
libwl_shm_plugin_la_CPPFLAGS
=
$(AM_CPPFLAGS)
-I
$(builddir)
/video_output/wl
libwl_shm_plugin_la_SOURCES
=
video_output/wayland/shm.c
nodist_libwl_shm_plugin_la_SOURCES
=
video_output/wayland/scaler-protocol.c
libwl_shm_plugin_la_CPPFLAGS
=
$(AM_CPPFLAGS)
\
-I
$(builddir)
/video_output/wayland
libwl_shm_plugin_la_CFLAGS
=
$(WAYLAND_CLIENT_CFLAGS)
libwl_shm_plugin_la_LIBADD
=
$(WAYLAND_CLIENT_LIBS)
EXTRA_DIST
+=
video_output/wayland/scaler.xml
CLEANFILES
+=
$(nodist_libwl_shm_plugin_la_SOURCES)
if
HAVE_WAYLAND
BUILT_SOURCES
+=
video_output/w
l
/scaler-client-protocol.h
BUILT_SOURCES
+=
video_output/w
ayland
/scaler-client-protocol.h
vout_LTLIBRARIES
+=
libwl_shm_plugin.la
endif
libwl_shell_surface_plugin_la_SOURCES
=
video_output/w
l
/shell_surface.c
libwl_shell_surface_plugin_la_SOURCES
=
video_output/w
ayland
/shell_surface.c
libwl_shell_surface_plugin_la_CFLAGS
=
$(WAYLAND_CLIENT_CFLAGS)
libwl_shell_surface_plugin_la_LIBADD
=
$(WAYLAND_CLIENT_LIBS)
$(LIBPTHREAD)
if
HAVE_WAYLAND
...
...
modules/video_output/w
l
/scaler.xml
→
modules/video_output/w
ayland
/scaler.xml
View file @
d7c76ba9
File moved
modules/video_output/w
l
/shell_surface.c
→
modules/video_output/w
ayland
/shell_surface.c
View file @
d7c76ba9
File moved
modules/video_output/w
l
/shm.c
→
modules/video_output/w
ayland
/shm.c
View file @
d7c76ba9
File moved
po/POTFILES.in
View file @
d7c76ba9
...
...
@@ -1176,8 +1176,8 @@ modules/video_output/msw/wingdi.c
modules/video_output/sdl.c
modules/video_output/vdummy.c
modules/video_output/vmem.c
modules/video_output/w
l
/shell_surface.c
modules/video_output/w
l
/shm.c
modules/video_output/w
ayland
/shell_surface.c
modules/video_output/w
ayland
/shm.c
modules/video_output/xcb/glx.c
modules/video_output/xcb/window.c
modules/video_output/xcb/x11.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