[vlc-devel] [PATCH 3/5] test: Makefile.am: rename vlc-ios into vlccoreios

Alexandre Janniaux ajanni at videolabs.io
Thu Mar 11 17:39:32 UTC 2021


vlc-ios is not valid for the iOS package name and vlcios might be
confusing with the VLC for iOS app outside of this project.
---
 test/Makefile.am | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index 779c6a89a1..783e79239c 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -292,11 +292,11 @@ if HAVE_LIBFUZZER
 noinst_PROGRAMS += vlc-demux-libfuzzer vlc-demux-dec-libfuzzer vlc-demux-run vlc-demux-dec-run
 endif
 
-vlc_ios_SOURCES = iosvlc.m
-vlc_ios_LDFLAGS = $(LDFLAGS_vlc) -Wl,-framework,Foundation,-framework,UIKit
-vlc_ios_LDFLAGS += -Xlinker -rpath -Xlinker "$(libdir)"
-vlc_ios_OBJCFLAGS = -fobjc-arc
-vlc_ios_LDADD = ../lib/libvlc.la ../src/libvlccore.la
+vlccoreios_SOURCES = iosvlc.m
+vlccoreios_LDFLAGS = $(LDFLAGS_vlc) -Wl,-framework,Foundation,-framework,UIKit
+vlccoreios_LDFLAGS += -Xlinker -rpath -Xlinker "$(libdir)"
+vlccoreios_OBJCFLAGS = -fobjc-arc
+vlccoreios_LDADD = ../lib/libvlc.la ../src/libvlccore.la
 if HAVE_IOS
-noinst_PROGRAMS += vlc-ios
+noinst_PROGRAMS += vlccoreios
 endif
-- 
2.30.2



More information about the vlc-devel mailing list