[vlc-commits] Contribs: remove the quotes from the previous commit

Jean-Baptiste Kempf git at videolan.org
Mon Jul 2 18:19:51 CEST 2018


vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jul  2 18:19:32 2018 +0200| [b22b917638064f9df66add1cf92efdcf9ae67504] | committer: Jean-Baptiste Kempf

Contribs: remove the quotes from the previous commit

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

 contrib/src/matroska/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/matroska/rules.mak b/contrib/src/matroska/rules.mak
index 0c83102fd1..c2650dd9ce 100644
--- a/contrib/src/matroska/rules.mak
+++ b/contrib/src/matroska/rules.mak
@@ -23,7 +23,7 @@ libmatroska: libmatroska-$(MATROSKA_VERSION).tar.xz .sum-matroska
 
 MATROSKA_CXXFLAGS := $(CXXFLAGS) $(PIC) -fvisibility=hidden
 ifdef HAVE_IOS
-MATROSKA_CXXFLAGS += " -O2"
+MATROSKA_CXXFLAGS +=  -O2
 endif
 
 .matroska: libmatroska toolchain.cmake



More information about the vlc-commits mailing list