X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=BAYES_20,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Wed, 2 Mar 2011 21:06:31 +0100 Message-ID: Subject: log2f() in 1.7.8 From: =?UTF-8?Q?V=C3=ADctor_Paesa?= To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi, In 1.7.7, log2f() is defined in math.h as extern float log2f _PARAMS((float)); #if !defined(__cplusplus) #define log2f(x) (logf (x) / (float) _M_LOG2_E) #endif In 1.7.8, log2f() is defined in math.h as extern float log2f _PARAMS((float)); #if !defined(__cplusplus) #define log2f(x) (logf (x) / (float_t) _M_LOG2_E) #endif This change broke the compilation of ffmpeg. Would it be possible to use again "float", instead of "float_t" ? Thanks in advance, V=C3=ADctor Paesa -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple