vlc/extras/contrib
2006-01-11 22:30:31 +00:00
..
src Small whitespace fix 2006-01-11 12:58:26 +00:00
bootstrap * extras/contrib: wince ffmpeg fixes + faad support. 2005-11-27 17:51:56 +00:00
change_prefix.sh Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
Makefile Fix the package-win32 target 2006-01-11 22:30:31 +00:00
README Document the new win32 contrib way. 2005-11-17 18:27:36 +00:00

This is the contrib build system for VLC Media Player. It has been
primarily developed for Mac, it has been adapted for BeOs and win32.
It would be not too difficult to extend it to other sytem.

To use it, first in the contrib directory, type :
	./bootstrap

You can specify an argument to cross compile, for example:
    ./bootstrap i586-pc-beos
This will look for a i586-pc-beos-gcc cross compiler. Default is to
build natively.

Customize config.mak if you need to, then you need to choose between
building from source (can take a long time but is easily customizable)
and fetching a pre-compiled binary package. Either type 'make src'
or 'make bin' (also from the contrib directory).

make bin IS NOT WORKING atm USE make src

Once the contribs are built, you can start building VLC.
See: http://developers.videolan.org/vlc/osx-compile.html 
or INSTALL.win32 for more details on that.

Happy hacking.
--Meuuh 2003-11-15