<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18939">
<STYLE>@font-face {
        font-family: ËÎÌå;
}
@font-face {
        font-family: Verdana;
}
@font-face {
        font-family: @ËÎÌå;
}
@page Section1 {size: 595.3pt 841.9pt; margin: 72.0pt 90.0pt 72.0pt 90.0pt; layout-grid: 15.6pt; }
P.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
LI.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
DIV.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        FONT-STYLE: normal; FONT-FAMILY: Verdana; COLOR: windowtext; FONT-WEIGHT: normal; TEXT-DECORATION: none; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
UNKNOWN {
        FONT-SIZE: 10pt
}
BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</STYLE>
</HEAD>
<BODY style="MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt">
<DIV><FONT color=#000080 size=2 face=Verdana>hi,</FONT></DIV>
<DIV><FONT color=#000080> is there anyone who have ported vlc to 
android?</FONT></DIV>
<DIV><FONT color=#000080> i have setup android ndk successfully and can 
build ffmpeg by android ndk, but when i port vlc to android,i met a 
problem.</FONT></DIV>
<DIV><FONT color=#000080> here is the congif.sh :</FONT></DIV>
<DIV><FONT 
color=#000080>--------------------------------------------------------------------------</FONT></DIV>
<DIV>
<DIV>PATH=/usr/win32/bin:$PATH \</DIV>
<DIV>PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \</DIV>
<DIV>CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \</DIV>
<DIV>LDFLAGS=-L/usr/win32/lib \</DIV>
<DIV>CC=E:\\Android\\AndroidTraining\\android-ndk-r4b\\build\\prebuilt\\windows\\arm-eabi-4.4.0\\bin\\arm-eabi-gcc \</DIV>
<DIV>./configure \</DIV>
<DIV>  --host=arm-linux \</DIV>
<DIV>  --enable-nls --enable-sdl \</DIV>
<DIV>  --enable-avcodec --enable-avformat --enable-swscale \</DIV>
<DIV>  --enable-faad --enable-flac --enable-theora \</DIV>
<DIV>  --enable-freetype \</DIV>
<DIV>  --enable-fribidi \</DIV>
<DIV>  --disable-fluidsynth \</DIV>
<DIV>  --enable-live555 --with-live555-tree=/usr/win32/live.com \</DIV>
<DIV>  --enable-caca \</DIV>
<DIV>  --with-dvdnav-config-path=/usr/win32/bin \</DIV>
<DIV>  --disable-vcdx --enable-goom \</DIV>
<DIV>  --enable-twolame --enable-dvdread \</DIV>
<DIV>  --enable-debug --enable-dca \</DIV>
<DIV>  --disable-mkv --disable-taglib --disable-projectm \</DIV>
<DIV>  --disable-zvbi --disable-schroedinger --disable-dirac \</DIV>
<DIV>  --enable-mozilla --with-mozilla-sdk-path=/usr/win32/gecko-sdk</DIV>
<DIV>---------------------------------------------------------------------------------</DIV>
<DIV>under cygwin, run ./config.sh, got :</DIV>
<DIV>
<DIV>$ ./config1.sh</DIV>
<DIV>configure: WARNING: if you wanted to set the --build type, don't use --host.</DIV>
<DIV>    If a cross compiler is detected then cross compile mode will be used</DIV>
<DIV>checking build system type... i686-pc-cygwin</DIV>
<DIV>checking host system type... arm-unknown-linux-gnu</DIV>
<DIV>checking for a BSD-compatible install... /usr/bin/install -c</DIV>
<DIV>checking whether build environment is sane... yes</DIV>
<DIV>checking for arm-linux-strip... no</DIV>
<DIV>checking for strip... strip</DIV>
<DIV>checking for a thread-safe mkdir -p... /usr/bin/mkdir -p</DIV>
<DIV>checking for gawk... gawk</DIV>
<DIV>checking whether make sets $(MAKE)... yes</DIV>
<DIV>checking how to create a ustar tar archive... gnutar</DIV>
<DIV>checking whether to enable maintainer-specific portions of Makefiles... yes</DIV>
<DIV>checking for style of include used by make... GNU</DIV>
<DIV>checking for arm-linux-gcc... E:\Android\AndroidTraining\android-ndk-r4b\build\p</DIV>
<DIV>rebuilt\windows\arm-eabi-4.4.0\bin\arm-eabi-gcc</DIV>
<DIV><STRONG><FONT 
color=#ff0000>checking whether the C compiler works... no</FONT></STRONG></DIV>
<DIV><STRONG><FONT 
color=#ff0000>configure: error: in `/cygdrive/f/workspace2/Android_vlc/jni/vlc-1.1.3':</FONT></STRONG></DIV>
<DIV><STRONG><FONT 
color=#ff0000>configure: error: C compiler cannot create executables</FONT></STRONG></DIV>
<DIV>See `config.log' for more details</DIV>
<DIV> </DIV>
<DIV>help ,thanks.</DIV></DIV></DIV></BODY></HTML>