vlc | branch: master | Marvin Scholz <epira...@gmail.com> | Mon Oct 23 18:29:06 
2017 +0200| [77f2d4e9df810ef39f868152cc67adb88df92626] | committer: Marvin 
Scholz

video_filter/ci_filters: Use OBJCFLAGS instead of CFLAGS

This is an Objective C module, therefore it should use OBJCFLAGS instead
of CFLAGS.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=77f2d4e9df810ef39f868152cc67adb88df92626
---

 modules/video_filter/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_filter/Makefile.am b/modules/video_filter/Makefile.am
index a47c235363..60f17d024b 100644
--- a/modules/video_filter/Makefile.am
+++ b/modules/video_filter/Makefile.am
@@ -116,7 +116,7 @@ video_filter_LTLIBRARIES += libci_filters_plugin.la
 endif
 
 if HAVE_IOS
-libci_filters_plugin_la_OBJCFLAGS = $(AM_CFLAGS) -miphoneos-version-min=9.0
+libci_filters_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) -miphoneos-version-min=9.0
 video_filter_LTLIBRARIES += libci_filters_plugin.la
 endif
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to