[Cegcc-devel] Compiling FFMPEG

2007-01-12 Thread Cool_Zer0
Hi there! I'm interested on compiling FFMPEG for Windows CE (Windows Mobile 5.0). Anyone knows if it will be possible with CeGcc? Thanks - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay p

[Cegcc-devel] Compiling FFMPEG

2007-01-12 Thread Cool_Zer0
Hi there! I'm interested on compiling FFMPEG for Windows CE (Windows Mobile 5.0). Anyone knows if it will be possible with CeGcc? Thanks - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay

[Cegcc-devel] timeGetTime()

2007-01-15 Thread Cool_Zer0
Hi there, Looks like CeGcc doesn't know what timeGetTime() is... ffmpeg contains this piece of code: #if defined(CONFIG_WINCE) /* Skip includes on WinCE. */ #elif defined(__MINGW32__) #include #include #elif defined(CONFIG_OS2) #include #include #else #include #include #include #endif #

Re: [Cegcc-devel] timeGetTime()

2007-01-15 Thread Cool_Zer0
/usr/ppc/arm-wince-cegcc/lib/libmmtimer.a That worked :) Thanks Danny Backx wrote: > I've attached /opt/cegcc/arm-wince-cegcc/lib/libmmtimer.a . > Please install it on your system, change the compile command to link > with this library, and let me know whether this works. > >

[Cegcc-devel] Needed DLL's

2007-01-16 Thread Cool_Zer0
Hi there, I have build ffmpeg with success (I guess!)... Now it's time to test it on a device/emulator... First I've put only the 3 dll's of ffmpeg on the same folder and the emulator keeps saying that a file is missing... After that I've installed Dependency Walker and stated that each dll fro

Re: [Cegcc-devel] Needed DLL's

2007-01-16 Thread Cool_Zer0
fprintf(f, "Depois\n"); fclose(f); MessageBoxW(0, L"HELLO!", L"HedsasadLLO!", 0); // Main message loop: while (GetMessage(&msg, NULL, 0, 0)) { if (!TranslateAccelerator(msg.hwnd, hAccelTable, &msg)) { T

Re: [Cegcc-devel] Needed DLL's

2007-01-16 Thread Cool_Zer0
Erik van Pienbroek wrote: > Op dinsdag 16-01-2007 om 18:11 uur [tijdzone +], schreef Cool_Zer0: > >> Well... >> Since I'm running out of time I have done one thing... >> I've generated static libraries of ffmpeg and add them on my Visual C++ >> pro

Re: [Cegcc-devel] Needed DLL's

2007-01-16 Thread Cool_Zer0
Erik van Pienbroek wrote: > Op dinsdag 16-01-2007 om 18:50 uur [tijdzone +], schreef Cool_Zer0: > >> If you want I can publish the .dll's generated, the .lib's generated, >> the .def's generated and even the .h needed by ffmpeg so that you can test.. >

Re: [Cegcc-devel] Needed DLL's

2007-01-16 Thread Cool_Zer0
Erik van Pienbroek wrote: > To generate cegcc-compatible import libraries I first altered the > .def's by prepending a rule to the file like 'LIBRARY "avcodec-51.dll"' > Can you explain better what you've done? > and after that I used this command : > > arm-wince-cegcc-dlltool -d avcodec-51.def

Re: [Cegcc-devel] Needed DLL's

2007-01-17 Thread Cool_Zer0
> You might want to test if you can use the avutil-49.dll from Visual C++. > It should work (as long as you stay away from avcodec-51.dll). > I'll try it tomorrows at about 9am (GMT time) and the I notify the mailing list. Only with avutil-49.dll is working... Is getting weird each day... --

Re: [Cegcc-devel] Needed DLL's

2007-01-17 Thread Cool_Zer0
On 1/17/07, Cool_Zer0 <[EMAIL PROTECTED]> wrote: Erik van Pienbroek wrote: > avcodec-51.dll tries to pull in some functions from cegcc.dll > while these functions are part of avutil-49.dll. > > I don't know if the avcodec-51.dll hasn't been compiled 'the ri

Re: [Cegcc-devel] Needed DLL's

2007-01-17 Thread Cool_Zer0
Danny Backx wrote: > On Wed, 2007-01-17 at 16:34 +0000, Cool_Zer0 wrote: > >> On 1/17/07, Cool_Zer0 <[EMAIL PROTECTED]> wrote: >> Erik van Pienbroek wrote: >> >> > avcodec-51.dll tries to pull in some functions from >&g

Re: [Cegcc-devel] Needed DLL's

2007-01-17 Thread Cool_Zer0
failed slightly so it would give me a dialog. > > http://danny.backx.info/download/erik2.c > http://danny.backx.info/download/erik2.exe > > Danny > > On Wed, 2007-01-17 at 21:18 +0100, Danny Backx wrote: > >> On Wed, 2007-01-17 at 16:34 +, Cool_Zer0

Re: [Cegcc-devel] Needed DLL's

2007-01-17 Thread Cool_Zer0
mains... I'm using the latest ffmpeg svn version... I've installed cegcc using the RPM... I can't be that dumb :( Danny Backx wrote: > On Wed, 2007-01-17 at 16:34 +, Cool_Zer0 wrote: > >> On 1/17/07, Cool_Zer0 <[EMAIL PROTECTED]> wrot

Re: [Cegcc-devel] Needed DLL's

2007-01-17 Thread Cool_Zer0
Ok... I think that the problem is my CeGcc installation... I've used the file that you send me to try to compile exactly like you do... I've edited config.mak to change some paths and then I do a diff.. Here's the result: # diff nuno/config.mak ffmpeg/config.mak 13,16c13,16 < STRIP=/usr/ppl/arm

Re: [Cegcc-devel] Needed DLL's

2007-01-18 Thread Cool_Zer0
Hi again. I've installed CeGcc by the SVN version and now it works fine :) I only want to suggest that you put libmmtimer.a on the SVN version :) Thanks and keep the great job :) Cool_Zer0 wrote: > Ok... > I think that the problem is my CeGcc installation... > > I've

Re: [Cegcc-devel] Needed DLL's

2007-01-22 Thread Cool_Zer0
Pedro Alves wrote: > Hi Nuno, > > Cool_Zer0 wrote: > >> >> I've compiled FFMpeg with this setup: >> ./configure --cross-compile >> --cross-prefix=/usr/ppc/arm-wince-cegcc/bin/ --arch=armv4l >> --disable-static --enable-shared --enable-mingwce --d

Re: [Cegcc-devel] Needed DLL's

2007-01-22 Thread Cool_Zer0
[EMAIL PROTECTED] wrote: > Citando Cool_Zer0 <[EMAIL PROTECTED]>: > > Pedro Alves wrote: > > Hi Nuno, > > > > Cool_Zer0 wrote: > > > >> > >> I've compiled FFMpeg with this setup: > >> ./configure --cross-co

Re: [Cegcc-devel] RPM test distributions for arm-wince-cegcc and arm-wince-mingw32ce

2007-01-22 Thread Cool_Zer0
Danny Backx wrote: > http://danny.backx.info/download/cegcc-mingw32ce-0.12-1.i586.rpm > > Hi. I have MingW and MSys on my Windows computer but I can't find a way of install a RPM... This .rpm was made for be installed on MingW for Windows or I'm losing something? Thanks ---

Re: [Cegcc-devel] RPM test distributions for arm-wince-cegcc and arm-wince-mingw32ce

2007-01-22 Thread Cool_Zer0
Danny Backx wrote: > On Mon, 2007-01-22 at 14:41 +0000, Cool_Zer0 wrote: > >> Danny Backx wrote: >> >>> http://danny.backx.info/download/cegcc-mingw32ce-0.12-1.i586.rpm >>> >>> >>> >> Hi. >> I have MingW and M

Re: [Cegcc-devel] Needed DLL's

2007-01-22 Thread Cool_Zer0
Pedro Alves wrote: > Cool_Zer0 escreveu: >> >> It's good to see a portuguese envolved on this project ;) > > And we are not alone, there are more here :) > Yeah, I don't know why, but it is hard to find Portuguese people > involved in *developing* free so

Re: [Cegcc-devel] Needed DLL's

2007-02-04 Thread Cool_Zer0
, > > Here is the patch. > > Cheers, > Pedro Alves > > > > Pedro Alves escreveu: >> Danny Backx escreveu: >> >>> On Mon, 2007-01-22 at 21:13 +, Cool_Zer0 wrote: >>> >>>> I just want to be able to decompress H.263 :( >&g

[Cegcc-devel] What does CeGcc compiles?

2007-02-28 Thread Cool_Zer0
Hi there. I've a little doubt... CeGcc could compile specific projects that are already make to be compiled for Win32? For example.. Can I compile Expat to use on Windows Mobile 5.0? Or Scew? Thanks - Take Surveys. Earn C