[Android] compile-libvlc: fix typo

Zhao Zhili git at videolan.org
Wed Nov 8 18:04:40 CET 2017


vlc-android | branch: master | Zhao Zhili <quinkblack at foxmail.com> | Wed Nov  8 23:30:18 2017 +0800| [69777b3706d51da579600267096213d1f6c1317e] | committer: Thomas Guillem

compile-libvlc: fix typo

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> https://code.videolan.org/videolan/vlc-android/commit/69777b3706d51da579600267096213d1f6c1317e
---

 compile-libvlc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index fe419d509..abee5c427 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -429,7 +429,7 @@ fi
 
 if [ "${ASAN}" = 1 ];then
     VLC_CFLAGS="${VLC_CFLAGS} -O0 -fno-omit-frame-pointer -fsanitize=address"
-    VLC_CXXFLAGS="${VLC_CXXLAGS} -O0 -fno-omit-frame-pointer -fsanitize=address"
+    VLC_CXXFLAGS="${VLC_CXXFLAGS} -O0 -fno-omit-frame-pointer -fsanitize=address"
     VLC_LDFLAGS="${VLC_LDFLAGS} -ldl -fsanitize=address"
     # ugly, sorry
     if [ "${ANDROID_API}" = "9" ];then



More information about the Android mailing list