<br><br><div class="gmail_quote">2010/8/20 xxcv <span dir="ltr"><<a href="mailto:xxcv07@gmail.com">xxcv07@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On 20/08/2010 5:38 PM, ÕÅÖÇÇ¿ wrote:<br>
> hi,<br>
> is there anyone who have ported vlc to android?<br></div></div></blockquote><div> </div><div>Antoine Cellerier said that he is working with Android port</div><div><a href="http://mailman.videolan.org/pipermail/vlc-devel/2010-March/074117.html">http://mailman.videolan.org/pipermail/vlc-devel/2010-March/074117.html</a></div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5">
> i have setup android ndk successfully and can build ffmpeg by android<br>
> ndk, but when i port vlc to android,i met a problem.<br>
> here is the congif.sh :<br>
> --------------------------------------------------------------------------<br>
> PATH=/usr/win32/bin:$PATH \<br>
> PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \<br>
> CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \<br>
> LDFLAGS=-L/usr/win32/lib \<br>
> CC=E:\\Android\\AndroidTraining\\android-ndk-r4b\\build\\prebuilt\\windows\\arm-eabi-4.4.0\\bin\\arm-eabi-gcc<br>
> \<br>
> ./configure \<br>
> --host=arm-linux \<br>
> --enable-nls --enable-sdl \<br>
> --enable-avcodec --enable-avformat --enable-swscale \<br>
> --enable-faad --enable-flac --enable-theora \<br>
> --enable-freetype \<br>
> --enable-fribidi \<br>
> --disable-fluidsynth \<br>
> --enable-live555 --with-live555-tree=/usr/win32/<a href="http://live.com" target="_blank">live.com</a> \<br>
> --enable-caca \<br>
> --with-dvdnav-config-path=/usr/win32/bin \<br>
> --disable-vcdx --enable-goom \<br>
> --enable-twolame --enable-dvdread \<br>
> --enable-debug --enable-dca \<br>
> --disable-mkv --disable-taglib --disable-projectm \<br>
> --disable-zvbi --disable-schroedinger --disable-dirac \<br>
> --enable-mozilla --with-mozilla-sdk-path=/usr/win32/gecko-sdk<br>
> ---------------------------------------------------------------------------------<br>
> under cygwin, run ./config.sh, got :<br>
> $ ./config1.sh<br>
> configure: WARNING: if you wanted to set the --build type, don't use --host.<br>
> If a cross compiler is detected then cross compile mode will be used<br>
> checking build system type... i686-pc-cygwin<br>
> checking host system type... arm-unknown-linux-gnu<br>
> checking for a BSD-compatible install... /usr/bin/install -c<br>
> checking whether build environment is sane... yes<br>
> checking for arm-linux-strip... no<br>
> checking for strip... strip<br>
> checking for a thread-safe mkdir -p... /usr/bin/mkdir -p<br>
> checking for gawk... gawk<br>
> checking whether make sets $(MAKE)... yes<br>
> checking how to create a ustar tar archive... gnutar<br>
> checking whether to enable maintainer-specific portions of Makefiles... yes<br>
> checking for style of include used by make... GNU<br>
> checking for arm-linux-gcc...<br>
> E:\Android\AndroidTraining\android-ndk-r4b\build\p<br>
> rebuilt\windows\arm-eabi-4.4.0\bin\arm-eabi-gcc<br>
> *checking whether the C compiler works... no*<br>
> *configure: error: in `/cygdrive/f/workspace2/Android_vlc/jni/vlc-1.1.3':*<br>
> *configure: error: C compiler cannot create executables*<br>
> See `config.log' for more details<br>
</div></div>Can you post the config.log or you can start investigating from that<br>
file, as there may very well be incorrect compiler flags or missing bits<br>
or maybe it picked up the wrong compiler.<br>
I see you have some win32 references up there in your paste in the<br>
environment flags, seems like its gone wrong from there.<br>
> help ,thanks.<br>
<br>
it will be hard.<br>
<font color="#888888"><br>
<br>
<br>
--<br>
My VLC, My Way, My Style~<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></blockquote></div><br>