I followed the steps described in this page:
http://wiki.videolan.org/Win32Compile
I installed the gcc-mingw32 with
Code: Select all
apt-get install gcc-mingw32
Code: Select all
mingw32-binutils
I downloaded the VLC 2.0.1 source from the archive.
The first steps were smooth, until I ran the command to configure
Code: Select all
$ ../extras/package/win32/configure.sh --host=i586-mingw32msvc
Code: Select all
export LD_LIBRARY_PATH = /usr/local/lib
Then I used --disable-mad to move-on, until the error "cannot find development headers for libfaad". I installed the libfaad-dev from software center, still complain on the same error.
Has anyone successfully made win32 cross compile with VLC 2.0.x ? Many thanks !