ports/165090: audio/faad missing head files

r4721 at tormail.org r4721 at tormail.org
Mon May 27 08:10:03 UTC 2013


The following reply was made to PR ports/165090; it has been noted by GNATS.

From: r4721 at tormail.org
To: bug-followup at 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.
 


More information about the freebsd-multimedia mailing list