compiling ffplay.c
compiling ffplay.c
- Subject: compiling ffplay.c
- From: "Luca Malandrino" <email@hidden>
- Date: Wed, 26 Sep 2007 17:04:25 +0200
Hi everybody,
I'm trying to compile in the Mac OS 10.4 (Intel) Terminal the file ffplay.c,
a simple media player using ffmpeg libraries and SDL librariesThe source
code can be found at
http://www.irisa.fr/texmex/people/dufouil/ffmpegdoxy/ffplay_8c-source.html
I wrote:
gcc ffplay.c cmdutils.c -I./libavformat -I./libswscale -I./libavcodec
-I./libavutil -I../SDL-1.2.12/include -I./
-F/System/Library/Frameworks/Foundation.framework -L./libavformat
-L./libavcodec -L./libavutil -framework Foundation -lavcodec -lavformat
-lSDL -lavutil -lavcodec -lz -o ffplay
and it seems be good (just some warning)...but, when I type
./ffplay sample.avi
I got this list of errors:
2007-09-26 16:40:34.705 ffplay[19298] *** _NSAutoreleaseNoPool(): Object
0x1b1b120 of class NSLock autoreleased with no pool in place - just leaking
2007-09-26 16:40:34.705 ffplay[19298] *** _NSAutoreleaseNoPool(): Object
0x1b1bb70 of class NSCFNumber autoreleased with no pool in place - just
leaking
2007-09-26 16:40:34.705 ffplay[19298] *** _NSAutoreleaseNoPool(): Object
0x1b1c070 of class NSCFNumber autoreleased with no pool in place - just
leaking
2007-09-26 16:40:34.705 ffplay[19298] *** _NSAutoreleaseNoPool(): Object
0x1b1c080 of class NSCFNumber autoreleased with no pool in place - just
leaking
2007-09-26 16:40:34.705 ffplay[19298] *** _NSAutoreleaseNoPool(): Object
0x1b1c1d0 of class NSCFDictionary autoreleased with no pool in place - just
leaking
2007-09-26 16:40:34.705 ffplay[19298] *** _NSAutoreleaseNoPool(): Object
0x1b1c100 of class NSIdEnumerator autoreleased with no pool in place - just
leaking
...
Probably it's a problem regardind threads management in Cocoa....but I have
no idea how to solve this problem. Can someone help me please?
Thank you in advance. Luca
_________________________________________________________________
Se hai fatto un bel viaggio raccontalo sul nuovo Diari di viaggio
http://diaridiviaggio.it.msn.com/
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden