Bug 16186 - ALAC transcoding support broken for ReadyNAS Sparc
: ALAC transcoding support broken for ReadyNAS Sparc
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Transcoding
: 7.5.0
: PC RAIDiator (SPARC)
: P1 major (vote)
: 7.5.1
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-06 14:53 UTC by Andy Grundman
Modified: 2010-05-10 09:08 UTC (History)
3 users (show)

See Also:
Category: Bug


Attachments
proposed patch (406 bytes, patch)
2010-05-10 01:59 UTC, Alan Young
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Grundman 2010-05-06 14:53:13 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.
Comment 1 Alan Young 2010-05-10 01:54:02 UTC
Why not just put back support for the netgear-provided alac? That would be quick and low-risk.
Comment 2 Alan Young 2010-05-10 01:59:01 UTC
Created attachment 6826 [details]
proposed patch
Comment 3 Andy Grundman 2010-05-10 04:47:53 UTC
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.
Comment 4 Andy Grundman 2010-05-10 05:59:59 UTC
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
Comment 5 SVN Bot 2010-05-10 06:01:45 UTC
 == 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