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.
This is the config I am using:
./configure --cross-compile
--cross-prefix=/opt/mingw32ce/arm-wince-mingw32ce/bin/ --arch=arm
Sorry for the delay again,
Leonardo Weiss Chaves wrote:
> Hi Pedro,
>
> thanks for the hints, I got libpthread compiling now. Since __MINGW32__ is
> defined, the code assumes some things that are not true for WinCE, e.g. like
> having errno. Instead of modifying mingw32ce now I just modify the
Danny Backx wrote:
> Guys,
>
> I've been digging in gcc internals and succeeded in implementing stuff
> that allows us to write code such as
> int main(int argc, char *argv[])
> __attribute__((__exception_handler__(handler)));
> to indicate that handler is the exception handler
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 curious).
>
>
>
> Th
Steven Hicks wrote:
>
> The patch that is attached just provides the definitions as defined on the
> MSDN pages.
>
> +
> +WINBASEAPI HANDLE RegisterDevice (LPCWSTR lpszName, DWORD index, LPCWSTR
> lpszLib, DWORD dwInfo);
> +WINBASEAPI BOOL DeregisterDevice (HANDLE hDevice);
> #endif /* _WIN32_W
I was working on a GPS to Bluetooth application... never ended up
making it a driver. On an unrelated note do you know anything about
where to find the Standard SDIO Host controller? (sdhc)
On 7/30/07, Pedro Alves <[EMAIL PROTECTED]> wrote:
> Steven Hicks wrote:
> >
> > The patch that is attached
Just courious, haven't done any reasearch on this, but has anyone had
success with using SDL or OpenGL ES with CeGCC?
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
N