freebsd-ports/multimedia/helixplayer/files/patch-audio_resampler_allresamplers.h
Thierry Thomas 3b866d3c34 The Helix Player is the Helix Community's open source media player for
consumers. It is being developed to have a rich and usable graphical
interface and support a variety of open media formats like Ogg Vorbis,
Theora etc.

Adopted by:	Shaun Amott <shaun (at) inerd.com>
2006-05-17 19:41:08 +00:00

11 lines
394 B
C

--- ./audio/resampler/allresamplers.h.orig Fri Jul 9 04:01:17 2004
+++ ./audio/resampler/allresamplers.h Sun Aug 15 22:07:50 2004
@@ -125,7 +125,7 @@
#ifndef _AIX
typedef unsigned char uchar;
-#if !defined(_HPUX) && !defined(_LINUX) && !defined(_MAC_MACHO)
+#if !defined(_HPUX) && !defined(_LINUX) && !defined(_MAC_MACHO) && !defined(_FREEBSD4)
typedef unsigned int uint;
#endif
#endif