[vlc-devel] [PATCH] android: Use the right STL library directory

Martin Storsjö martin at martin.st
Sat Oct 1 23:09:00 CEST 2011


This changes the path added in
17c3d30124122ca285ce739976cbc49c7b3e6e1c to the right one.
---
Sorry for messing up in the patch where I added this...

 extras/package/android/configure.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/package/android/configure.sh b/extras/package/android/configure.sh
index 97a448b..9c7715c 100755
--- a/extras/package/android/configure.sh
+++ b/extras/package/android/configure.sh
@@ -27,7 +27,7 @@ else
 fi
 
 CPPFLAGS="-I${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/include -I${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/libs/${CXX_TARGET}/include"
-LDFLAGS="$LDFLAGS -L${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/libs/${CXX_TARGET}/lib"
+LDFLAGS="$LDFLAGS -L${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/libs/${CXX_TARGET}"
 
 if [ -n "$ANDROID_SYS_HEADERS" ]; then
     CPPFLAGS="$CPPFLAGS -I${ANDROID_SYS_HEADERS}/frameworks/base/include -I${ANDROID_SYS_HEADERS}/system/core/include"
-- 
1.7.2.5




More information about the vlc-devel mailing list