[vlc-devel] Cannot Disable X11
Yiannis yiakoumis
gyiakoumis at hotmail.com
Thu May 18 12:08:21 CEST 2006
Hi all,
I want to cross compile vlc for arm-opie. I want to disable X11 in my
compilation, so i added --disable-X11 in rules.opie.
But while compiling, it still asks for X11 libraries. And when i give the
path for cross compiled X11 libs, i get an error "undefined reference
__ctype".
Why does it keep asking for X11 since i disabled it??
Thanks in advance,
Regards,
Yiannis
Here are my compilation options:
# Compilation options
export CONFIG_FLAGS="--enable-release
--prefix=/usr/local/arm/3.4.1/arm-linux \
--disable-plugins \
--disable-gtk \
--disable-gtk2 \
--disable-gnome \
--disable-gnome2 \
--disable-qt \
--disable-kde \
--disable-xosd \
--disable-ogg \
--disable-tarkin \
--disable-tremor \
--disable-theorea \
--enable-qte \
--disable-skins2 \
--disable-x11 \
--disable-glx \
--disable-xvideo \
--enable-dummy \
--enable-v4l \
--enable-sout \
--enable-fb \
--disable-sdl \
--enable-oss \
--disable-alsa \
--disable-dvd \
--disable-dvdread \
--disable-vcd \
--disable-maxosx \
--disable-freetype \
--disable-a52 \
--enable-faad2 \
--enable-flac \
--enable-libmpeg2 \
--enable-libdvbpsi \
--disable-mkv \
--disable-mad \
--enable-ffmpeg \
--disable-pda \
--disable-wxwidgets \
--with-tuning=strongarm1100 \
--with-libiconv-prefix=${HOME}/arm-linux/usr \
--with-libmpeg2-tree=${HOME}/arm-linux/vlc-${VERSION}/mpeg2dec-0.4.0 \
--with-qte=${QTDIR} \
--x-libraries=/usr/local/arm/3.4.1/arm-linux/usr/X11R6/lib \ (optional,
when asked)
--with-ffmpeg-tree=${HOME}/arm-linux/vlc-${VERSION}/ffmpeg-20050624"
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list