ports/131204: audio/musicpd: fix aac decoding
Henrik Friedrichsen
hrkfdn at gmail.com
Tue Feb 3 00:10:07 UTC 2009
The following reply was made to PR ports/131204; it has been noted by GNATS.
From: Henrik Friedrichsen <hrkfdn at gmail.com>
To: bug-followup at FreeBSD.org, hrkfdn at gmail.com
Cc:
Subject: Re: ports/131204: audio/musicpd: fix aac decoding
Date: Tue, 3 Feb 2009 01:01:14 +0100
Ok, ignore the previous patch. This one will ultimately fix the mp4
playback, if the audio/faad patch I just submitted will be applied
along with it.
(http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/131322)
--- mpd-fix-check.diff begins here ---
diff -Naur ./Makefile ../musicpd/Makefile
--- ./Makefile 2009-02-03 00:16:21.000000000 +0100
+++ ../musicpd/Makefile 2009-02-03 00:58:00.000000000 +0100
@@ -7,6 +7,7 @@
PORTNAME= musicpd
PORTVERSION= 0.14.1
+PORTREVISION= 1
CATEGORIES= audio ipv6
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}
diff -Naur ./files/patch-configure ../musicpd/files/patch-configure
--- ./files/patch-configure 1970-01-01 01:00:00.000000000 +0100
+++ ../musicpd/files/patch-configure 2009-02-03 00:14:45.000000000 +0100
@@ -0,0 +1,11 @@
+--- _configure 2009-02-03 00:14:25.000000000 +0100
++++ configure 2009-02-03 00:14:07.000000000 +0100
+@@ -9937,7 +9937,7 @@
+
+ int main() {
+ unsigned char channels;
+- uint32_t sample_rate;
++ unsigned long sample_rate;
+
+ faacDecInit2(NULL, NULL, 0, &sample_rate, &channels);
+ return 0;
--- mpd-fix-check.diff ends here ---
More information about the freebsd-ports-bugs
mailing list