Fix encoding call for m4a. (Closes issue 31).
authorEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Mon, 14 May 2012 14:39:57 +0000 (14:39 +0000)
committerEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Mon, 14 May 2012 14:39:57 +0000 (14:39 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@333 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde
changelog

diff --git a/abcde b/abcde
index 53f18f8..b8416cc 100755 (executable)
--- 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" )"
index cc32fc8..282e962 100644 (file)
--- 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