Re: [PATCH] Make graphics/ffmpeg compile on loongson

2012-10-27 Thread John Long
On Fri, Oct 19, 2012 at 11:10:31PM +0200, Donovan Watteau wrote: On Sat, Sep 29, 2012 at 01:45:43PM +0200, Donovan Watteau wrote: Hello, The following diff makes it possible for ffmpeg to be linked on loongson (it used to give ld: final link failed: Bad value, see [1]), and probably sgi

Re: [PATCH] Make graphics/ffmpeg compile on loongson

2012-10-27 Thread Brian Callahan
On 10/27/2012 3:11 PM, John Long wrote: I tried building vlc and mplayer from ports and neither build on my Fuloong. I need to test ffmpeg standalone since I can't get the above 2 working but I didn't want to hold this up since I can confirm ffmpeg builds cleanly after applying Donovan's patch

Re: [PATCH] Make graphics/ffmpeg compile on loongson

2012-10-27 Thread Brian Callahan
On 10/27/2012 3:11 PM, John Long wrote: I tried building vlc and mplayer from ports and neither build on my Fuloong. I need to test ffmpeg standalone since I can't get the above 2 working but I didn't want to hold this up since I can confirm ffmpeg builds cleanly after applying Donovan's patch

Re: [PATCH] Make graphics/ffmpeg compile on loongson

2012-10-19 Thread Donovan Watteau
On Sat, Sep 29, 2012 at 01:45:43PM +0200, Donovan Watteau wrote: Hello, The following diff makes it possible for ffmpeg to be linked on loongson (it used to give ld: final link failed: Bad value, see [1]), and probably sgi too (though I couldn't test this one). This is done by removing the

Re: [PATCH] Make graphics/ffmpeg compile on loongson

2012-09-30 Thread Donovan Watteau
On Sat, 29 Sep 2012, Brad Smith wrote: This is a bug in the compiler. Looking around I believe the fix in this PR would resolve the issue. Try working with miod@ to have a bug fix applied for the compiler. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33755 I recompiled GCC with the patch for

[PATCH] Make graphics/ffmpeg compile on loongson

2012-09-29 Thread Donovan Watteau
Hello, The following diff makes it possible for ffmpeg to be linked on loongson (it used to give ld: final link failed: Bad value, see [1]), and probably sgi too (though I couldn't test this one). This is done by removing the call to -Wl,-Bsymbolic on mips targets. I'm not really sure to

Re: [PATCH] Make graphics/ffmpeg compile on loongson

2012-09-29 Thread Brian Callahan
On 9/29/2012 7:45 AM, Donovan Watteau wrote: Hello, The following diff makes it possible for ffmpeg to be linked on loongson (it used to give ld: final link failed: Bad value, see [1]), and probably sgi too (though I couldn't test this one). This is done by removing the call to -Wl,-Bsymbolic

Re: [PATCH] Make graphics/ffmpeg compile on loongson

2012-09-29 Thread Brad Smith
On Sat, Sep 29, 2012 at 01:45:43PM +0200, Donovan Watteau wrote: Hello, The following diff makes it possible for ffmpeg to be linked on loongson (it used to give ld: final link failed: Bad value, see [1]), and probably sgi too (though I couldn't test this one). This is done by removing