vlc | branch: master | Adrien Maglo <[email protected]> | Fri Nov 8 12:38:21 2013 +0100| [348fbb56c9739d3df17e44d2da08e89a097a1ba2] | committer: Adrien Maglo
Vout: move the AndroidSurface vout to a subdirectory > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=348fbb56c9739d3df17e44d2da08e89a097a1ba2 --- modules/video_output/Modules.am | 2 +- modules/video_output/{androidsurface.c => android/surface.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am index 041dc29..6f1aac9 100644 --- a/modules/video_output/Modules.am +++ b/modules/video_output/Modules.am @@ -12,7 +12,7 @@ SOURCES_yuv = yuv.c SOURCES_vout_macosx = macosx.m opengl.h opengl.c SOURCES_vout_coregraphicslayer = coregraphicslayer.m SOURCES_vout_ios2 = ios2.m opengl.h opengl.c -SOURCES_android_surface = androidsurface.c +SOURCES_android_surface = android/surface.c if HAVE_DECKLINK libdecklinkoutput_plugin_la_SOURCES = decklink.cpp diff --git a/modules/video_output/androidsurface.c b/modules/video_output/android/surface.c similarity index 100% rename from modules/video_output/androidsurface.c rename to modules/video_output/android/surface.c _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
