[vlc-commits] cf_filters: remove -miphoneos-version-min=9.0 OBJCFLAGS
Thomas Guillem
git at videolan.org
Tue Nov 21 13:14:59 CET 2017
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Nov 21 13:11:46 2017 +0100| [a663cd63c0aaddb28d1cf29138f10141d2364556] | committer: Thomas Guillem
cf_filters: remove -miphoneos-version-min=9.0 OBJCFLAGS
This will hopefully fix crashes on iOS 8*.
irc-log:
<ePirat> ... it will not make the symbols weak (because they already exist on
the lowest version you specified) and things will just crash/error at runtime.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a663cd63c0aaddb28d1cf29138f10141d2364556
---
modules/video_filter/Makefile.am | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/video_filter/Makefile.am b/modules/video_filter/Makefile.am
index b73ae46119..af190d16e3 100644
--- a/modules/video_filter/Makefile.am
+++ b/modules/video_filter/Makefile.am
@@ -116,7 +116,6 @@ video_filter_LTLIBRARIES += libci_filters_plugin.la
endif
if HAVE_IOS
-libci_filters_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) -miphoneos-version-min=9.0
video_filter_LTLIBRARIES += libci_filters_plugin.la
endif
More information about the vlc-commits
mailing list