[vlc-commits] [Git][videolan/vlc][master] core: fix distcheck

Thomas Guillem gitlab at videolan.org
Mon May 3 09:55:49 UTC 2021



Thomas Guillem pushed to branch master at VideoLAN / VLC


Commits:
4d13639f by Thomas Guillem at 2021-05-03T09:23:13+02:00
core: fix distcheck

Breakage from e7d0b88e09b9ad8f8ef48c4549da1365e12a7531 that moved files
without updating the Makefile.

- - - - -


2 changed files:

- modules/video_output/vulkan/Makefile.am
- modules/video_output/wayland/Makefile.am


Changes:

=====================================
modules/video_output/vulkan/Makefile.am
=====================================
@@ -3,7 +3,6 @@
 
 VULKAN_COMMONSOURCES = video_output/vulkan/instance.c \
 	video_output/vulkan/instance.h \
-	video_output/vulkan/platform.h \
 	video_output/placebo_utils.c \
 	video_output/placebo_utils.h
 


=====================================
modules/video_output/wayland/Makefile.am
=====================================
@@ -74,7 +74,7 @@ libegl_wl_plugin_la_CFLAGS = $(AM_CFLAGS) $(EGL_CFLAGS) $(WAYLAND_EGL_CFLAGS)
 libegl_wl_plugin_la_LIBADD = $(EGL_LIBS) $(WAYLAND_EGL_LIBS)
 
 libvk_wl_plugin_la_SOURCES = \
-	video_output/vulkan/platform.h \
+	video_output/vulkan/instance.h \
 	video_output/wayland/vulkan.c
 libvk_wl_plugin_la_CFLAGS = $(AM_CFLAGS) \
 	$(WAYLAND_CFLAGS) $(VULKAN_COMMONCFLAGS) \



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4d13639f939e05c11aea58f2614ef0d222692263

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4d13639f939e05c11aea58f2614ef0d222692263
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list