Page 1 of 1
configure-vlc.sh problem
Posted: 02 Feb 2009 14:14
by ahmad_aljallad
Dear all
I have question about configure-vlc.sh what i have to use the same i
used to compile vlc 0.9.5 or there is another one for vlc-0.9.8
because i used the same and i get many error during compilation and
creating vlc package.
and thanks
Re: configure-vlc.sh problem
Posted: 02 Feb 2009 19:26
by Jean-Baptiste Kempf
Don't use configure-vlc.sh, use plain configure.
Re: configure-vlc.sh problem
Posted: 03 Feb 2009 06:42
by ahmad_aljallad
how i can get plain configure configure can you help me
with that and how i will use it
Re: configure-vlc.sh problem
Posted: 03 Feb 2009 10:19
by Jean-Baptiste Kempf
Read the wiki!
Re: configure-vlc.sh problem
Posted: 03 Feb 2009 11:09
by ahmad_aljallad
i already read it and i use this configure
Code: Select all
PATH=/usr/win32/bin:$PATH \
PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \
--host=i686-pc-mingw32 \
--disable-gtk \
--enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \
--enable-avcodec --enable-avformat --enable-swscale \
--enable-faad --enable-flac --enable-theora \
--with-wx-config-path=/usr/win32/bin \
--with-freetype-config-path=/usr/win32/bin \
--with-fribidi-config-path=/usr/win32/bin \
--enable-live555 --with-live555-tree=/usr/win32/live.com \
--enable-caca --with-caca-config-path=/usr/win32/bin \
--with-xml2-config-path=/usr/win32/bin \
--with-dvdnav-config-path=/usr/win32/bin \
--disable-cddax --disable-vcdx --enable-goom \
--enable-twolame --enable-dvdread \
--enable-debug --enable-dca \
--disable-mkv --disable-taglib
is that correct ifyes why its not working after ifinish compiling and try to make package
tell me that file axvlc.dll.manifest needed i already download it from internet and use it
But after finishing creating package the vlc.exe not working.
Re: configure-vlc.sh problem
Posted: 03 Feb 2009 11:20
by Jean-Baptiste Kempf
did you make package-win32?
Re: configure-vlc.sh problem
Posted: 03 Feb 2009 11:28
by ahmad_aljallad
Yes i did completed with no error but vlc.exe not working i get error
The vlc can't work because some configured error something like that
Re: configure-vlc.sh problem
Posted: 03 Feb 2009 11:32
by ahmad_aljallad
My main reasons to compile vlc0.9.8 is because vlc0.9.5 can’t make streaming on the network
Really i don't know why but with vlc0.9.8 streaming worked fine but i can't compile it if there
Any why to make vlc0.9.5 make streaming that will be good for me no need to compile vlc.9.8
And thanks for your help