]> git.sesse.net Git - vlc/commitdiff
wayland: agree on the name of video_output subdirectory
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 6 Oct 2014 14:03:27 +0000 (17:03 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 6 Oct 2014 16:06:48 +0000 (19:06 +0300)
modules/video_output/Makefile.am
modules/video_output/wayland/scaler.xml [moved from modules/video_output/wl/scaler.xml with 100% similarity]
modules/video_output/wayland/shell_surface.c [moved from modules/video_output/wl/shell_surface.c with 100% similarity]
modules/video_output/wayland/shm.c [moved from modules/video_output/wl/shm.c with 100% similarity]
po/POTFILES.in

index 51ba97d2e65f7021541d5030ad6b91cf4ca4db61..9ad8384746ab09629bfd7d48eda9ef4afc136443 100644 (file)
@@ -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/wl/scaler-client-protocol.h
+BUILT_SOURCES += video_output/wayland/scaler-client-protocol.h
 vout_LTLIBRARIES += libwl_shm_plugin.la
 endif
 
-libwl_shell_surface_plugin_la_SOURCES = video_output/wl/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_LIBADD = $(WAYLAND_CLIENT_LIBS) $(LIBPTHREAD)
 if HAVE_WAYLAND
index c3fede7621067d751e986bdda61282b1e02cdd90..931b515158c9728ce635ef1e738efa0f1559d228 100644 (file)
@@ -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/wl/shell_surface.c
-modules/video_output/wl/shm.c
+modules/video_output/wayland/shell_surface.c
+modules/video_output/wayland/shm.c
 modules/video_output/xcb/glx.c
 modules/video_output/xcb/window.c
 modules/video_output/xcb/x11.c