Which ffmpeg do you used?
I've changed my ./configure to

# ./configure --cross-compile 
--cross-prefix=/usr/ppc/arm-wince-cegcc/bin/ --arch=arm --disable-static 
--enable-shared --enable-mingwce --disable-ipv6 
--prefix=/usr/local/wince --log=yes --disable-encoders 
--disable-decoders --disable-parsers --disable-muxers --disable-demuxers 
--enable-parser=h263 --enable-encoder=h263 --enable-decoder=h263 
--enable-muxer=h263 --enable-demuxer=h263 --disable-ffserver 
--disable-ffplay --disable-ffmpeg --disable-network

and them add -lmtimmer on EXTRALIBS of config.mak

But the problem remains...
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 +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
>>         cegcc.dll
>>         > while these functions are part of avutil-49.dll.
>>     
>
>   
>> Well guys,
>>
>> I've showed this to a couple of colleagues and all them says that the
>> problem should be in CeGcc... 
>>     
>
> Yes, the DLLs which you published are very odd.
>
> I've taken the configure command line that you sent, and ran this on my
> system. I needed to add a -lmmtimer to get one of the directories to
> compile, and I needed to change "armv4l" to "arm". After thatm, the
> compile produced three DLLs.
>
> The interesting part is that the DLLs I just created don't appear to
> contain the same problem.
>
> I've uploaded my stuff, can you see whether this helps ?
>
> http://danny.backx.info/download/nuno-1.tar.gz
>
> This should be 6644068 bytes.
>
>       Danny
>   


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to