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
cf100d42
Commit
cf100d42
authored
Oct 16, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wayland: check HAVE_WAYLAND_EGL
parent
29fbefec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
modules/video_output/Makefile.am
modules/video_output/Makefile.am
+8
-7
No files found.
modules/video_output/Makefile.am
View file @
cf100d42
...
@@ -133,25 +133,26 @@ libwl_shm_plugin_la_CFLAGS = $(WAYLAND_CLIENT_CFLAGS)
...
@@ -133,25 +133,26 @@ libwl_shm_plugin_la_CFLAGS = $(WAYLAND_CLIENT_CFLAGS)
libwl_shm_plugin_la_LIBADD
=
$(WAYLAND_CLIENT_LIBS)
libwl_shm_plugin_la_LIBADD
=
$(WAYLAND_CLIENT_LIBS)
EXTRA_DIST
+=
video_output/wayland/scaler.xml
EXTRA_DIST
+=
video_output/wayland/scaler.xml
CLEANFILES
+=
$(nodist_libwl_shm_plugin_la_SOURCES)
CLEANFILES
+=
$(nodist_libwl_shm_plugin_la_SOURCES)
if
HAVE_WAYLAND
BUILT_SOURCES
+=
video_output/wayland/scaler-client-protocol.h
vout_LTLIBRARIES
+=
libwl_shm_plugin.la
endif
libwl_shell_surface_plugin_la_SOURCES
=
video_output/wayland/shell_surface.c
libwl_shell_surface_plugin_la_SOURCES
=
video_output/wayland/shell_surface.c
libwl_shell_surface_plugin_la_CFLAGS
=
$(WAYLAND_CLIENT_CFLAGS)
libwl_shell_surface_plugin_la_CFLAGS
=
$(WAYLAND_CLIENT_CFLAGS)
libwl_shell_surface_plugin_la_LIBADD
=
$(WAYLAND_CLIENT_LIBS)
$(LIBPTHREAD)
libwl_shell_surface_plugin_la_LIBADD
=
$(WAYLAND_CLIENT_LIBS)
$(LIBPTHREAD)
if
HAVE_WAYLAND
vout_LTLIBRARIES
+=
libwl_shell_surface_plugin.la
endif
libegl_wl_plugin_la_SOURCES
=
video_output/egl.c
libegl_wl_plugin_la_SOURCES
=
video_output/egl.c
libegl_wl_plugin_la_CPPFLAGS
=
$(AM_CPPFLAGS)
-DUSE_PLATFORM_WAYLAND
=
1
libegl_wl_plugin_la_CPPFLAGS
=
$(AM_CPPFLAGS)
-DUSE_PLATFORM_WAYLAND
=
1
libegl_wl_plugin_la_CFLAGS
=
$(AM_CFLAGS)
$(EGL_CFLAGS)
$(WAYLAND_EGL_CFLAGS)
libegl_wl_plugin_la_CFLAGS
=
$(AM_CFLAGS)
$(EGL_CFLAGS)
$(WAYLAND_EGL_CFLAGS)
libegl_wl_plugin_la_LIBADD
=
$(EGL_LIBS)
$(WAYLAND_EGL_LIBS)
libegl_wl_plugin_la_LIBADD
=
$(EGL_LIBS)
$(WAYLAND_EGL_LIBS)
if
HAVE_WAYLAND
BUILT_SOURCES
+=
video_output/wayland/scaler-client-protocol.h
vout_LTLIBRARIES
+=
libwl_shm_plugin.la
vout_LTLIBRARIES
+=
libwl_shell_surface_plugin.la
if
HAVE_WAYLAND_EGL
if
HAVE_EGL
if
HAVE_EGL
vout_LTLIBRARIES
+=
libegl_wl_plugin.la
vout_LTLIBRARIES
+=
libegl_wl_plugin.la
endif
endif
endif
endif
### Win32 ###
### 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