Date: Tue, 3 Feb 2009 00:10:07 GMT From: Henrik Friedrichsen <hrkfdn@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/131204: audio/musicpd: fix aac decoding Message-ID: <200902030010.n130A7NW088876@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/131204; it has been noted by GNATS. From: Henrik Friedrichsen <hrkfdn@gmail.com> To: bug-followup@FreeBSD.org, hrkfdn@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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902030010.n130A7NW088876>