Skip to content
Snippets Groups Projects
Commit 69777b37 authored by Zhao Zhili's avatar Zhao Zhili Committed by Thomas Guillem
Browse files

compile-libvlc: fix typo


Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent 95f5d9dc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment