<div dir="ltr">I have there some Android libraries and headers. That directory is generated by Android NDK r8e after execute the following line:<div><br></div><div>$NDK/build/tools/make-standalone-toolchain.sh --platform=android-9 --install-dir=/tmp/vplayer/sysroot/<br>
</div><div><br></div><div>Where $NDK points to the NDK's installation directory.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/26 Alex Cohn <span dir="ltr"><<a href="mailto:alexcohn@netvision.net.il" target="_blank">alexcohn@netvision.net.il</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, Jun 26, 2013 at 1:48 PM, Abel Alonso <<a href="mailto:abelalon@gmail.com">abelalon@gmail.com</a>> wrote:<br>
> 2013/6/26 Carl Eugen Hoyos <<a href="mailto:cehoyos@ag.or.at">cehoyos@ag.or.at</a>><br>
>><br>
>><br>
>> How does the part of config.log look like<br>
>> starting with "check_func posix_memalign"?<br>
><br>
><br>
> check_func posix_memalign<br>
> check_ld cc<br>
> check_cc<br>
> BEGIN /tmp/ffconf.OWpbPrDe.c<br>
> 1 extern int posix_memalign();<br>
> 2 int main(void){ posix_memalign(); }<br>
> END /tmp/ffconf.OWpbPrDe.c<br>
> arm-linux-androideabi-gcc --sysroot=/tmp/vplayer/sysroot/ -D_ISOC99_SOURCE<br>
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Dstrtod=avpriv_strtod -DPIC<br>
> -I/tmp/vplayer/sysroot//usr/include/<br>
> -I../android-source/frameworks/base/include<br>
> -I../android-source/system/core/include<br>
> -I../android-source/frameworks/av/include<br>
> -I../android-source/hardware/libhardware/include<br>
> -I../android-source/frameworks/av/include/media/stagefright<br>
> -I../android-source/frameworks/native/include<br>
> -I../android-source/frameworks/native/include/media/openmax<br>
> -I/home/aalonso/Work/Android/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include<br>
> -I/home/aalonso/Work/Android/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include<br>
> -Wall -mthumb -pipe -fpic -fasm -g -finline-limit=300 -ffast-math<br>
> -fmodulo-sched -fmodulo-sched-allow-regmoves -fstrict-aliasing<br>
> -Werror=strict-aliasing -Wno-psabi -Wa,--noexecstack -D__ARM_ARCH_5__<br>
> -D__ARM_ARCH_5E__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5TE__ -DANDROID -DNDEBUG<br>
> -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -march=armv5 -std=c99<br>
> -fPIC -marm -c -o /tmp/ffconf.0oGOKy9k.o /tmp/ffconf.OWpbPrDe.c<br>
> arm-linux-androideabi-gcc -Wl,--fix-cortex-a8 -L../android-libs<br>
> -L/home/aalonso/Work/Android/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a<br>
> -Wl,-rpath-link,../android-libs --sysroot=/tmp/vplayer/sysroot/<br>
> -Wl,--as-needed -o /tmp/ffconf.RTbjtA2w /tmp/ffconf.0oGOKy9k.o<br>
<br>
</div></div>What do you have in /tmp/vplayer/sysroot/ ? Where does its contents come from?<br>
<span class="HOEnZb"><font color="#888888"><br>
Alex<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</div></div></blockquote></div><br></div>