diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-26 22:28:40 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-26 22:28:40 +0000 |
commit | 60321c857b39aada4f127e6bb8dfbc081294b45b (patch) | |
tree | c2d2fe579e8ecfc2435315ec494a322693730c25 /audio/muse/files/patch-shout::mp3.c | |
parent | Update to 1.2.2. (diff) |
Update to 0.8.1.
PR: ports/51358
Submitted by: Ports Fury
Diffstat (limited to '')
-rw-r--r-- | audio/muse/files/patch-shout::mp3.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/muse/files/patch-shout::mp3.c b/audio/muse/files/patch-shout::mp3.c new file mode 100644 index 000000000000..8570a8224d54 --- /dev/null +++ b/audio/muse/files/patch-shout::mp3.c @@ -0,0 +1,10 @@ +--- shout/mp3.c.orig Tue Mar 25 05:30:10 2003 ++++ shout/mp3.c Thu Apr 24 02:44:09 2003 +@@ -1,7 +1,6 @@ + /* mp3.c: libshout MP3 format handler */ + + #include <stdio.h> +-#include <stdint.h> + #include <stdlib.h> + #include <string.h> + #include <config.h> |