ac80d45419
this project hasn't been updated in 10 years, so adding patches that don't break the API should be ok. Patches: - A00: Make a52-state-t public - A01: Make it thread-safe (changing internal API by adding state objects) - A02: Quell common error - A03: Fix for automake vs autoconf
12 lines
364 B
Diff
12 lines
364 B
Diff
diff -Naur a52dec_original/liba52/imdct.c a52dec_patched/liba52/imdct.c
|
|
--- a52dec.old/liba52/imdct.c 2002-07-28 03:52:07.000000000 +0200
|
|
+++ a52dec.new/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;
|
|
}
|