[vlc-devel] Re: vlc: svn commit r10091 (courmisch)

Rémi Denis-Courmont courmisch at via.ecp.fr
Tue Mar 1 22:41:30 CET 2005


Le Mardi 1 Mars 2005 22:24, Subversion daemon a écrit :
> r10091 | courmisch | 2005-03-01 22:24:25 +0100 (Tue, 01 Mar 2005) | 2
> lines Changed paths:
>    M /trunk/Makefile.am
>    M /trunk/configure.ac
>    M /trunk/toolbox
>    M /trunk/vlc-config.in.in
>
> - build vlc_symbol.h modules_plugin.h and modules_builtin.h in
> top_builddir

If I haven't got things wrong *again* (gibalou?), you should now be able 
to compile VLC from a subdirectory, as any standard automake-based 
source tree. That is extremely useful to compile a development trunk to 
multiple architectures/OS. E.g.:

svn co svn://svn.videolan.org/vlc/trunk
cd trunk
mkdir linux
mkdir win32
cd linux
../configure --with-stuff --enable-this --disable-that  ...
make
cd ../win32
../configure CC=mingw32-gcc ...
make

-- 
Rémi Denis-Courmont
http://www.simphalempin.com/home/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20050301/1b057dbe/attachment.sig>


More information about the vlc-devel mailing list