Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Mar 2011 12:16:53 -0300
From:      Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
To:        Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Cc:        Christoph Moench-Tegeder <cmt@burggraben.net>, freebsd-ports@freebsd.org
Subject:   Re: gegl
Message-ID:  <1299079013.2146.6.camel@z6000.lenzicasa>
In-Reply-To: <4D6E5691.9060906@yandex.ru>
References:  <201103011706.45759.lumiwa@gmail.com> <20110302075219.GA2182@reindeer.exwg.net> <20110302100645.GB2182@reindeer.exwg.net> <4D6E5691.9060906@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-mWFfLhmeGadk5kCRv/Ic
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit

a patch (from mplayer....)
for me fixed the problem
put it in files directory and build the package again


--=-mWFfLhmeGadk5kCRv/Ic
Content-Disposition: attachment; filename="patch-log2f"
Content-Type: text/x-patch; name="patch-log2f"; charset="UTF-8"
Content-Transfer-Encoding: 7bit

--- tools/exp_combine.cpp.orig	2011-03-01 23:01:25.652278474 -0300
+++ tools/exp_combine.cpp	2011-03-01 23:01:42.212845808 -0300
@@ -11,6 +11,9 @@
 #include <exiv2/image.hpp>
 #include <exiv2/exif.hpp>
 
+#define log2(x) (log(x) * 1.44269504088896340736)
+#define log2f(x) ((float)log2(x))
+
 using namespace std;
 
 enum

--=-mWFfLhmeGadk5kCRv/Ic--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1299079013.2146.6.camel>