diff options
Diffstat (limited to 'audio/libsndfile/patches/patch-ae')
-rw-r--r-- | audio/libsndfile/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/libsndfile/patches/patch-ae b/audio/libsndfile/patches/patch-ae new file mode 100644 index 00000000000..7f304e17fa1 --- /dev/null +++ b/audio/libsndfile/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2004/04/02 09:37:56 jmmv Exp $ + +--- src/ima_adpcm.c.orig 2004-03-03 09:23:12.000000000 +0100 ++++ src/ima_adpcm.c +@@ -36,7 +36,7 @@ typedef struct IMA_ADPCM_PRIVATE_tag + int stepindx [2] ; + unsigned char *block ; + short *samples ; +- unsigned short data [] ; /* ISO C99 struct hack */ ++ unsigned short *data ; /* ISO C99 struct hack */ + } IMA_ADPCM_PRIVATE ; + + /*============================================================================================ |