summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Nelson <jnelson@gentoo.org>2002-05-15 22:54:40 +0000
committerJon Nelson <jnelson@gentoo.org>2002-05-15 22:54:40 +0000
commitad6f1db953adefebd58539353fc575f707f4ee2e (patch)
tree1b09456019dccdfa115f0f5835bddd9b281e7983 /media-libs/ming
parentupdate to 0.2a (diff)
downloadgentoo-2-ad6f1db953adefebd58539353fc575f707f4ee2e.tar.gz
gentoo-2-ad6f1db953adefebd58539353fc575f707f4ee2e.tar.bz2
gentoo-2-ad6f1db953adefebd58539353fc575f707f4ee2e.zip
forgot digest and diff
Diffstat (limited to 'media-libs/ming')
-rw-r--r--media-libs/ming/files/digest-ming-0.2a1
-rw-r--r--media-libs/ming/files/ming-0.2a-gentoo.diff11
2 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/ming/files/digest-ming-0.2a b/media-libs/ming/files/digest-ming-0.2a
new file mode 100644
index 000000000000..146ed635587e
--- /dev/null
+++ b/media-libs/ming/files/digest-ming-0.2a
@@ -0,0 +1 @@
+MD5 72b25da0af28d9cb025c2aaf3fd0185c ming-0.2a.tgz 316447
diff --git a/media-libs/ming/files/ming-0.2a-gentoo.diff b/media-libs/ming/files/ming-0.2a-gentoo.diff
new file mode 100644
index 000000000000..c839e74886e0
--- /dev/null
+++ b/media-libs/ming/files/ming-0.2a-gentoo.diff
@@ -0,0 +1,11 @@
+--- lmp3.c Mon May 13 22:51:15 2002
++++ listmp3.c Mon May 13 22:50:18 2002
+@@ -169,7 +169,7 @@
+
+ putchar('\n');
+
+- length = numFrames*(sampleRate > 3200 ? 1152 : 576)/samplerate;
++ length = numFrames*(samplerate > 3200 ? 1152 : 576)/samplerate;
+
+ printf("Number of frames: %i\n", numFrames);
+ printf("Average bitrate: %i\n", bitrateSum/numFrames);