[vlc-commits] test: Makefile.am: rename vlc-ios into vlccoreios
Alexandre Janniaux
git at videolan.org
Sat Mar 13 13:06:33 UTC 2021
vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Thu Feb 25 14:10:08 2021 +0100| [72e5ed84f446b32451004287b46915ab7fcb8e4a] | committer: Alexandre Janniaux
test: Makefile.am: rename vlc-ios into vlccoreios
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=72e5ed84f446b32451004287b46915ab7fcb8e4a
---
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
More information about the vlc-commits
mailing list