>
> Radu Poenaru wrote:
> > Hello !
> >
> >
> >
> > I have managed to compile FFmpeg using mingw32ce under cygwin. I get
> a
> > lot of warning on deprecated functions, but the .so file gets build
> in
> > the end.
> >
> >
>
> What the heck is everyone doing, that they all need FFmpeg?
> (Just c
Hi Pedro,
I am able to compile the '"normal" libtool
(http://www.gnu.org/software/libtool/) with both mingw32ce and cegcc, but when
I run jamvm's configure I get the following with both minge32ce and cegcc:
configure:20943: arm-wince-mingw32ce-gcc -o conftest.exe -g -O2 conftest.c
-ldl -lm
This is exactelly the same problem as I have:
http://www.mail-archive.com/cegcc-devel@lists.sourceforge.net/msg00382.html
My compiled avcodec.dll depends on a "COREDLL." Without extension?? for
most of the coredll.dll functions (_fclose,asin,etc).
It also uses a "COREDLL.DLL" for a function nam
Steven Hicks wrote:
>
> The winbase.h header in cegcc/src/w32api/includes is missing
>
>> RegisterDevice: http://msdn2.microsoft.com/en-us/library/ms919794.aspx
>> DeRegisterDevice: http://msdn2.microsoft.com/en-us/library/ms898281.aspx
>
> The patch that is attached just provides the definition
Leonardo Weiss Chaves wrote:
> Hi Pedro,
>
> I am able to compile the '"normal" libtool
> (http://www.gnu.org/software/libtool/) with both mingw32ce and cegcc, but
> when I run jamvm's configure I get the following with both minge32ce and
> cegcc:
>
> configure:20943: arm-wince-mingw32ce-gcc -
Radu Poenaru wrote:
> This is exactelly the same problem as I have:
>
> http://www.mail-archive.com/cegcc-devel@lists.sourceforge.net/msg00382.html
>
> My compiled avcodec.dll depends on a "COREDLL." Without extension?? for
> most of the coredll.dll functions (_fclose,asin,etc).
> It also uses a
Radu Poenaru wrote:
>>>
>> What the heck is everyone doing, that they all need FFmpeg?
>> (Just curious).
>
>
> I need to play a video on my application. Boss wants me to do it "for all
> plaforms" ?!?!?!??
>
Thanks, curiosity killed.
>>>
>> Did you take a look at the patch I posted a few week