From: EinvalSledge@gmail.com Date: Mon, 14 May 2012 14:39:57 +0000 (+0000) Subject: Fix encoding call for m4a. (Closes issue 31). X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/ab22c9f9489fe3b4a8ae51ae3169fe9fdbc990fc Fix encoding call for m4a. (Closes issue 31). git-svn-id: http://abcde.googlecode.com/svn/trunk@333 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/abcde b/abcde index 53f18f8..b8416cc 100755 --- a/abcde +++ b/abcde @@ -1027,7 +1027,7 @@ do_encode () TEMPARG="PIPE_$MPPENCODER" ;; m4a) - TEMPARG="PIPE_$MPPENCODER" + TEMPARG="PIPE_$AACENCODERSYNTAX" ;; esac IN="$( eval echo "\$$TEMPARG" )" diff --git a/changelog b/changelog index cc32fc8..282e962 100644 --- a/changelog +++ b/changelog @@ -4,6 +4,7 @@ abcde 2.5.3 UNRELEASED Thanks to vskytta for the patch. * Add Recommends: mailx in the Debian packaging for Debian/Ubuntu users. + * Fix encoding call for m4a. (Closes issue 31). -- Steve McIntyre <93sam@debian.org> Mon, 30 Apr 2012 16:59:14 +0100