plugin.cpp: eclipse "one-instance" option in saved preferences, which prevents activex plugin from working properly if a player or another activex plugin is already running.
r13182 | gbazin | 2005-11-10 19:49:37 +0100 (Thu, 10 Nov 2005) | 1 line
Changed paths:
M /branches/0.8.4/src/libvlc.c
* src/libvlc.c: failing of bindtextdomain() does not mean that there exists no DOMAIN in the locale path. It means that a memory error has occured. The error message was generalized. Patch by Daniel Stranger (vlc at schmaller dot de).
r13166 | fkuehne | 2005-11-09 12:00:17 +0100 (Wed, 09 Nov 2005) | 1 line
Changed paths:
M /branches/0.8.4/po/es.po
* first update of the Spanish translation by Antonio Javier Varela Calvo (refs #407). 31 strings are untranslated and 146 fuzzy atm. He is going to finish his work until sunday.
We also provide a package with all the libraries already compiled so it is
We also provide a package with all the libraries already compiled so it is
actually really easy to compile a full-featured version of vlc (these compiled
actually really easy to compile a full-featured version of vlc (these compiled
libraries will only work with mingw or cygwin):
libraries will only work with mingw or cygwin):
http://download.videolan.org/pub/testing/win32/contrib-20040902-win32-bin-gcc3.3.1-only.tar.bz2 (Check out fo more recent versions at the same location).
http://download.videolan.org/pub/testing/win32/contrib-20051104-win32-bin-gcc3.3.1-only.tar.bz2 (Check out fo more recent versions at the same location).
All you need to do is extract it in your root directory (the include files
All you need to do is extract it in your root directory (the include files
and libraries will be put in /usr/win32). You can do this with the following
and libraries will be put in /usr/win32). You can do this with the following
command:
command:
tar xjvf contrib-20040902-win32-bin-gcc3.3.1-only.tar.bz2 -C /
tar xjvf contrib-20051104-win32-bin-gcc3.3.1-only.tar.bz2 -C /