[vlc-devel] [PATCH] vout: win32: drawable: move the code in video_output/win32

Steve Lhomme robux4 at ycbcr.xyz
Mon May 11 10:49:12 CEST 2020


No functional changes.
---
 modules/video_output/Makefile.am            | 2 +-
 modules/video_output/{ => win32}/drawable.c | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename modules/video_output/{ => win32}/drawable.c (100%)

diff --git a/modules/video_output/Makefile.am b/modules/video_output/Makefile.am
index c82e9a0ed715..120601b0d88a 100644
--- a/modules/video_output/Makefile.am
+++ b/modules/video_output/Makefile.am
@@ -220,7 +220,7 @@ vout_LTLIBRARIES += libegl_win32_plugin.la
 endif
 endif
 
-libdrawable_plugin_la_SOURCES = video_output/drawable.c
+libdrawable_plugin_la_SOURCES = video_output/win32/drawable.c
 if HAVE_WIN32
 vout_LTLIBRARIES += libdrawable_plugin.la
 endif
diff --git a/modules/video_output/drawable.c b/modules/video_output/win32/drawable.c
similarity index 100%
rename from modules/video_output/drawable.c
rename to modules/video_output/win32/drawable.c
-- 
2.26.2



More information about the vlc-devel mailing list