diff options
author | jstebbins <[email protected]> | 2011-07-24 16:16:49 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-07-24 16:16:49 +0000 |
commit | 0fdec2543303f9419af6ccfaad41266b1dc38953 (patch) | |
tree | f3fa645887b6960f54d7e9a0bd98af7eb9b72bdb /contrib | |
parent | 5dc4e73d70dc32ea5399b265cbf056c98937d7f3 (diff) |
a52dec: silence pointless deca52 message (no accelerated IMDCT)
Thanks to Rodeo for patch
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4133 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/a52dec/A02-imdct-shutup.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/a52dec/A02-imdct-shutup.patch b/contrib/a52dec/A02-imdct-shutup.patch new file mode 100644 index 000000000..8d57ab7a3 --- /dev/null +++ b/contrib/a52dec/A02-imdct-shutup.patch @@ -0,0 +1,11 @@ +diff -Naur a52dec_original/liba52/imdct.c a52dec_patched/liba52/imdct.c +--- a52dec_original/liba52/imdct.c 2002-07-28 03:52:07.000000000 +0200 ++++ a52dec_patched/liba52/imdct.c 2011-07-15 20:29:09.000000000 +0200 +@@ -425,7 +425,6 @@ + } else + #endif + { +- fprintf (stderr, "No accelerated IMDCT transform found\n"); + ifft128 = ifft128_c; + ifft64 = ifft64_c; + } |