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

Steve Lhomme git at videolan.org
Tue May 12 08:30:09 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon May 11 10:48:53 2020 +0200| [0b25d87000c2392b5eb6a8373737d8fb505035a9] | committer: Steve Lhomme

vout: win32: drawable: move the code in video_output/win32

No functional changes.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b25d87000c2392b5eb6a8373737d8fb505035a9
---

 modules/video_output/Makefile.am            | 2 +-
 modules/video_output/{ => win32}/drawable.c | 0
 po/POTFILES.in                              | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/video_output/Makefile.am b/modules/video_output/Makefile.am
index c82e9a0ed7..120601b0d8 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
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ae2d9379cb..15103fd15d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1207,7 +1207,6 @@ modules/video_output/android/window.c
 modules/video_output/caca.c
 modules/video_output/caopengllayer.m
 modules/video_output/decklink.cpp
-modules/video_output/drawable.c
 modules/video_output/fb.c
 modules/video_output/glx.c
 modules/video_output/ios.m
@@ -1219,6 +1218,7 @@ modules/video_output/opengl/vout_helper.h
 modules/video_output/vulkan/display.c
 modules/video_output/win32/direct3d9.c
 modules/video_output/win32/direct3d11.c
+modules/video_output/win32/drawable.c
 modules/video_output/win32/events.c
 modules/video_output/win32/glwin32.c
 modules/video_output/win32/window.c



More information about the vlc-commits mailing list