Re: [Cegcc-devel] timeGetTime()

2007-01-15 Thread Cool_Zer0
make[1]: Entering directory `/root/ffmpeg/libavformat' /usr/ppc/arm-wince-cegcc/bin/gcc -shared -Wl,--output-def,avformat-51.def,--out-implib,libavformat.dll.a -Wl,--enable-runtime-pseudo-reloc -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/root/ffmpeg"/libavcodec -Wl,-rpath-link,"/root/f

Re: [Cegcc-devel] timeGetTime()

2007-01-15 Thread Danny Backx
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. Danny On Mon, 2007-01-15 at 16:06 +, Cool_Zer0 wrote: > Hi there, > > Looks like CeGcc doesn't know

[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 #