AnimeSuki Forums

Register Forum Rules FAQ Community Today's Posts Search

Go Back   AnimeSuki Forum > Support > Tech Support > Playback Help

Notices

 
 
Thread Tools
Old 2008-08-30, 22:49   Link #41
SwordAngel
Junior Member
 
Join Date: Aug 2008
The latest ffmpeg port has an issue with patching the libswscale makefile and would fail to build.

The issue is described here: https://trac.macports.org/attachment/ticket/16101/

There are proposed patches to fix this patching problem and I'm still trying to understand how to get them to work. I'll give you guys an update once I figure it out.
SwordAngel is offline  
Old 2008-08-31, 08:18   Link #42
anime_layer
Senior Member
*Graphic Designer
 
 
Join Date: Feb 2003
Location: Zürich, Switzerland
Send a message via ICQ to anime_layer
This issue doesn't seem to affect mplayer. It uses its own configure/Makefile and doesn't use the ffmpeg one.

Though there's another problem if you want to compile from 10.5 against the 10.4 SDK. The linker will complain about undefined symbols ending with $UNIX2003 that are only present in 10.5 and not in the 10.4 SDK. To fix this, remove all _XOPEN_SOURCE defines from the code. They force the use of the $UNIX2003 versioned symbols and there seems to be little incentive to fix this from the part of the ffmpeg developers since this is a stupidity from OSX.
So, in the future, any 10.4 compliant compile off ffmpeg from 10.5 will need to patch those defines first.
__________________
MPlayer OSX Extended (en) | nimmermehr (de) | sttz (de) | last.fm
Life is a game whose first rule is: This is not a game, this is dead serious.
anime_layer is offline  
Old 2009-04-08, 10:58   Link #43
SwordAngel
Junior Member
 
Join Date: Aug 2008
Will there be an updated 2009 edition of this HOWTO?

For one thing, it seems that the original config options
Code:
--with-extraincdir=/opt/local/include --with-extralibdir=/opt/local/lib
no longer work; they need to be replaced with
Code:
--extra-cflags="-I/opt/local/include -L/opt/local/lib"
And since the new rev 9 of MPlayer OS X Extended has experimental support for multithreaded ffmpeg, it would be nice to have instructions to build the multithreaded version of ffmpeg as well.
SwordAngel is offline  
Old 2009-04-08, 12:58   Link #44
anime_layer
Senior Member
*Graphic Designer
 
 
Join Date: Feb 2003
Location: Zürich, Switzerland
Send a message via ICQ to anime_layer
The most current guide is on the MPlayer OSX Extended Trac:
http://mplayerosx.sttz.ch/trac/wiki/...eMPlayerShared

Though that's not up-to-date anymore since I don't do any shared builds anymore. The static guide is basically how I do my builds (and there's also a build script in the SVN):
http://mplayerosx.sttz.ch/trac/wiki/...eMPlayerStatic
__________________
MPlayer OSX Extended (en) | nimmermehr (de) | sttz (de) | last.fm
Life is a game whose first rule is: This is not a game, this is dead serious.
anime_layer is offline  
 

Tags
wiki candidate


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 07:29.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
We use Silk.