"Fossies" - the Fresh Open Source Software Archive 
Member "pacpl-code/patches/add_alac_decoder_m4a.patch" (22 Aug 2019, 686 Bytes) of package /linux/privat/pacpl-6.1.3.tar.bz2:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Diff source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 diff --git a/pacpl.in b/pacpl.in
2 index 0f862f9..611bb2d 100644
3 --- a/pacpl.in
4 +++ b/pacpl.in
5 @@ -1403,6 +1403,11 @@ my $pm = Parallel::ForkManager->new($jobs);
6 DSTR => sub { "-vc null -vo null -ao pcm:file=%o %i" },
7 },
8
9 + 'alac-decoder' => {
10 + NAME => "alac-decoder",
11 + DSTR => sub { "$dopts -f %o %i" },
12 + },
13 +
14 },
15
16 ESTR => sub { "$eopts -w -q $aacqual %i -o %o" },