Bugzilla – Bug 16186
ALAC transcoding support broken for ReadyNAS Sparc
Last modified: 2010-05-10 09:08:27 UTC
We need to see if alac-within-faad works on ReadyNAS, or put back the support for the Netgear-provided /usr/bin/alac binary.
Why not just put back support for the netgear-provided alac? That would be quick and low-risk.
Created attachment 6826 [details] proposed patch
Yeah I'll check this out today. Using faad would give us seeking and since it's the same code it may be fast enough for ALAC.
faad won't compile easily, so I'll check in the patch to use alac. I did somehow manage to get it to compile a while back but I forget how I did it. Making install in libfaad make[1]: Entering directory `/root/faad2/faad2-2.7/libfaad' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -DFIXED_POINT -MT bits.lo -MD -MP -MF ".deps/bits.Tpo" -c -o bits.lo bits.c; \ then mv -f ".deps/bits.Tpo" ".deps/bits.Plo"; else rm -f ".deps/bits.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -DFIXED_POINT -MT bits.lo -MD -MP -MF .deps/bits.Tpo -c bits.c -o bits.o gcc: cannot specify -o with -c or -S and multiple compilations
== Auto-comment from SVN commit #30729 to the slim repo by agrundman == == http://svn.slimdevices.com/slim?view=revision&revision=30729 == Fixed bug 16186, re-enable /usr/bin/alac transcoder on ReadyNAS sparc