Hello chiao
config script before building axvlc.dll :
#! /bin/sh
PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml -I/usr/local/include" \
LDFLAGS="-L/usr/win32/lib -L/usr/local/lib" \
./configure \
--disable-gtk \
--disable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
--with-ffmpeg-zlib --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 \
--disable-hal \
--enable-livedotcom --with-livedotcom-tree=/usr/win32/live.com \
--enable-real \
--enable-realrtsp \
--enable-activex \
--enable-release \
--enable-mostly-builtin \
--disable-kde --disable-qt \
--enable-wxwindows
can you tell me why not to stream media through axvlc.dll ? thanks a lot!
Hello digizarI solved it when I EXACTLY followed the instructions given in
INSTALL.win32
.
$ make
/bin/sh: ../vlc-config:No such file or directory
make:*** No rule to make target ' .. /configure.ac',needed by 'Makefile.in'.Stop.
You simply do not listen.The source of activex has be put under the path :/home/administrator/activex .When enter the file ,I find an Makefile .Runing "make",it hints :
No one ever said so.will follow your advice, though it's not a piece of cake to me.
Hi digi,No one ever said so.will follow your advice, though it's not a piece of cake to me.
It took me a few weeks, because I did not follow the instructions either.
But be assured, that will change when you did the first compilation.
Again - good look, with vlan you picked a nice tool, really.
digi
That actually would not make much sense,Could samebody tells me how should I compile the vlc code ,in order to get an axvlc.dll that work fine without the plugins fold ?
Hi,To compile the best way VLC, do as us: Use MingW32 under windows or under a linux box.
One (the smaler one) is the executable for the 'normal' user application,After I biult the vlc source ,I got two axvlc.dll. One is /vlc0.8.6/activex/axvlc.dll which is 5.8M .Another is /vlc0.8.6/vlc-0.8.6/activex/axvlc.dll which is only 1.8M. What is the difference between the two .dll?
Thanks for your explanation!One (the smaler one) is the executable for the 'normal' user application,
the bigger one contains an additional IDE interface to implement it in the Visual Studio as an 'object', similar to a ListBox, PushButton, ...
It is the same as I would think,"--disable-plugins make all plugins built-in (default plugins enabled)"
Maybe I think if I enable the option ,I can get what I want.
Users browsing this forum: No registered users and 9 guests