Path to this page:
Subject: CVS commit: pkgsrc/multimedia/mpeg4ip
From: Chuck Cranor
Date: 2008-11-21 22:09:58
Message id: 20081121210958.09E2A175D0@cvs.netbsd.org
Log Message:
fix compile time error on Darwin in player/lib/audio/portaudio:
In file included from pa_mac_core.c:124:
pa_host.h:55: error: conflicting types for 'uint32'
/System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:64: error: \
previous declaration of 'uint32' was here
use <inttypes.h> and uint32_t instead.
note that according to player/lib/audio/Makefile.am, this old portaudio
lib is used only if HAVE_MAC_OSX.
Files: