yey I finally successfully compiled vlc 1.0.0 (from git) along with vlc 0.9.4. don't ask why I did this :) installed nsis utility from sourceforge. and attempted to build installer. of course it did not work at the first trial. this time I can troubleshoot the failure. I think I got enough experienc...
it was going well until I hit mkv related problem. I wanted to enable mkv support, so used --enable-mkv instead of --disable-mkv in my configure script and get this error g++ -mno-cygwin -shared -nostdlib /usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../i686-pc-mingw32/lib/dllcrt2.o .libs/li bmkv_plug...
something unexpected occured. I am able to pass avcodec compilation :D next in the line is gui/qt4. I found in the forum that it can be resolved by downgrading w32api to 3.11. I downloaded w32api 3.11-1 release from a site mentioned in the thread http://forum.videolan.org/viewtopic.php?f=14&t=50...
I am back after a week of silence. my status -working on current version I updated today -contribs 2008-08-11 (after unsuccessfull attempt with 2008-10-06) -gcc : 3.4.4 -problems: modules\codec\avcodec throwing the same error posted earlier. I checked if those functions are available in libavcodec.a...
I was able to move forward a bit. vlc : 0.9.4 contribs : 20081006 gcc: 3.4.4 failure I got this time /bin/sh ../../../libtool --tag=CC --mode=link gcc -mno-cygwin -std=gnu99 `top_builddir="../../.." ../../../vlc-config --cflags plugin libavcodec_plugin.la` -mms-bitfields -Wall -Wextra -Wsi...
Hello, I am new to vlc development. I downloaded v 0.9.3 source last week. My overall aim is to be able work on the browser plugins (both activex and mozilla). I was able to compile it fine on ubuntu. But things changed when I attempted to get windows build I failed miserably. Then I switched to cyg...