I've downloaded your mingw32 cross-compiler and a set of precompiled libraries for windows here:
http://download.videolan.org/pub/testin ... ly.tar.bz2
http://download.videolan.org/pub/testin ... er.tar.bz2
but in this package i have found no ffmpeg libraries. How to compile vlc for windows with codecs support?
i'm trying vlc 0.8.2.
I tried to compile ffmpeg using mingw32, but in result libavcodec.a contained function with _ at the beginning. For example _avcodec_init. But configure checks if avcodec_init exists. I tried to hack configure, so it skipped this check. But during actual compilation function av_reduce and others were not found.
I also tried to put libavcodec.a, compiled for linux, the same problems
p.s. Sorry, i've mistaken. http://download.videolan.org/pub/testin ... ly.tar.bz2 contains libavcodec.a, libavformat.a and libavutils.a. but during configure i have this message:
Code: Select all
checking for avcodec_init in -lavcodec... no
configure: error: Could not find ffmpeg on your system: you may get it from http://ffmpeg.sf.net/ (cvs version is recommended). Alternatively you can use --disable-ffmpeg to disable the ffmpeg plugins.