[vlc-devel] [PATCH 13/14] vlm: rename vlmcore.c to vlm.c

Romain Vimont rom1v at videolabs.io
Tue Sep 15 19:37:45 CEST 2020


Now that vlm.c containing the module implmentation has been moved to
modules/vlm/, rename the core file to vlm.c.
---
 src/Makefile.am                | 2 +-
 src/input/{vlmcore.c => vlm.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename src/input/{vlmcore.c => vlm.c} (100%)

diff --git a/src/Makefile.am b/src/Makefile.am
index c39489318f..eaf13f6ac8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -510,7 +510,7 @@ libvlccore_la_SOURCES += \
 	stream_output/sap.c \
 	stream_output/stream_output.c stream_output/stream_output.h
 if ENABLE_VLM
-libvlccore_la_SOURCES += input/vlmcore.c
+libvlccore_la_SOURCES += input/vlm.c
 endif
 endif
 
diff --git a/src/input/vlmcore.c b/src/input/vlm.c
similarity index 100%
rename from src/input/vlmcore.c
rename to src/input/vlm.c
-- 
2.28.0



More information about the vlc-devel mailing list