Re: [Mlt-devel] [PATCH] Build script frei0r crashes

2012-10-14 Thread Dan Dennedy
On Tue, Oct 9, 2012 at 9:38 AM, j-b-m wrote: > On Tuesday 09 October 2012 07:42:28 Dan Dennedy wrote: >> On Tue, Oct 9, 2012 at 1:02 AM, j-b-m wrote: >> > Hi. >> > >> > Several crashes were reported in Kdenlive due to some compiler >> > optimizations >> > not used when compiling frei0r with the b

Re: [Mlt-devel] [PATCH] Build script frei0r crashes

2012-10-09 Thread Brian Matherly
>> > Several crashes were reported in Kdenlive due to some compiler >> > optimizations >> > not used when compiling frei0r with the build script: >> Um it feels very wrong to fix a crash by enabling optimizations! > > Yes, I am not especially proud of this "fix", but somehow when build > wit

Re: [Mlt-devel] [PATCH] Build script frei0r crashes

2012-10-09 Thread j-b-m
On Tuesday 09 October 2012 07:42:28 Dan Dennedy wrote: > On Tue, Oct 9, 2012 at 1:02 AM, j-b-m wrote: > > Hi. > > > > Several crashes were reported in Kdenlive due to some compiler > > optimizations > > not used when compiling frei0r with the build script: > Um it feels very wrong to fix a crash

Re: [Mlt-devel] [PATCH] Build script frei0r crashes

2012-10-09 Thread Dan Dennedy
On Tue, Oct 9, 2012 at 1:02 AM, j-b-m wrote: > Hi. > > Several crashes were reported in Kdenlive due to some compiler optimizations > not used when compiling frei0r with the build script: Um it feels very wrong to fix a crash by enabling optimizations! > http://kdenlive.org/mantis/view.php?id=27

Re: [Mlt-devel] [PATCH] Build script frei0r crashes

2012-10-09 Thread Brian Matherly
>Several crashes were reported in Kdenlive due to some compiler optimizations >not used when compiling frei0r with the build script: > >http://kdenlive.org/mantis/view.php?id=2770 >http://kdenlive.org/mantis/view.php?id=2289 > >Below is a patch that fixes the crashes - several users confirmed it

[Mlt-devel] [PATCH] Build script frei0r crashes

2012-10-09 Thread j-b-m
Hi. Several crashes were reported in Kdenlive due to some compiler optimizations not used when compiling frei0r with the build script: http://kdenlive.org/mantis/view.php?id=2770 http://kdenlive.org/mantis/view.php?id=2289 Below is a patch that fixes the crashes - several users confirmed it was