[Helix-client-dev] codec functions are missing
Eric Hyche ehyche at real.comThese functions are part of the RealAudio 8 High Bitrate codec. The source for this codec is not released into the community, as we do not have rights to redistribute this source. So the codec is distributed as a binary library in datatype_dist/rm/audio/codec/ra8hbr which the source in datatype/rm/audio/codec/ra8hbr then links against. When porting to a new platform, it is likely that the distribution library for ra8hbr for your platform does not exist yet. So that is why you are getting linking errors. Long term if you need this codec, then you will have to provide RN with the appropriate tool chain so that we can build the dist libs on your platform. There is some cost involved however. Short-term you can eliminate this error by simply removing the HELIX_FEATURE_AUDIO_CODEC_TOKYO from your profile. Eric ============================================= Eric Hyche (ehyche at real.com) Technical Lead RealNetworks, Inc. > -----Original Message----- > From: helix-client-dev-bounces at helixcommunity.org > [mailto:helix-client-dev-bounces at helixcommunity.org] On > Behalf Of XiongFeng > Sent: Wednesday, September 26, 2007 3:45 AM > To: helix-client-dev at helixcommunity.org > Subject: [Helix-client-dev] codec functions are missing > > Hi, > > > > I am porting hxclient_1_5_0_cayenne_restricted to another > platform. I use static build. Now I am facing a problem that > some functions related to the ra codec are missing. I can't > find their definitions, such as > > CTokyoCodec::CTokyoCodec() > > CTokyoCodec::~CTokyoCodec() > > CTokyoCodec::mGetNumberOfFlavors() > > CTokyoCodec::mGetNumberOfFlavors2() > > > > I already checked out all the restricted code and the build > in PC can pass, too. Are these functions included in the > library so the PC demo works fine? Where can I get these > functions' source code. > > > > Thanks a lot in advance! > > > > THKS & RGDS > > XIONG FENG > > EXCELPOINT SYSTEMS (PTE) LTD > > TEL : 67418966 ext.915 > > FAX : 68416912 > > > >