Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 08:10:02 GMT
From:      r4721@tormail.org
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: ports/165090: audio/faad missing head files
Message-ID:  <201305270810.r4R8A2Vs079556@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/165090; it has been noted by GNATS.

From: r4721@tormail.org
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/165090: audio/faad missing head files
Date: Mon, 27 May 2013 08:03:42 -0000

 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #else
 #include "mp4ff_int_types.h"
 #endif
 
 HAVE_STDINT_H is 1 on freebsd, so mp4ff_int_types.h will not be used.
 mp4ff_int_types.h is only used for defining some types with _WIN32.
 



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