List Info

Thread: Remove Real codecs!!!!!




Remove Real codecs!!!!!
country flaguser name
India
2007-09-20 00:21:12

Hi,
  • I would like to know if there is anyway of building splay and all related .so (shared object) files such that real audio, real video codecs can be disabled. I'm getting eabi version incompatibility errors with real codec libraries...

I have successfully built splay_mp3 with profile :hxclient-local-mp3.
I would like to build an splay such that only images, such as (jpeg, png) can be displayed.

If any of you have any suggestions on how to go about doing the same..please reply. All suggestions are welcome..


Following are the options that i use for crosscompliling.

arm 9 board running

 montaVista(linux) with

           1. gcc compiler 3.3.1

           2. cross-compiler :arm_v5t_le-g++ version 3.4.3.

           3. Kernel Version: 2.6.10

 The following were exported:

                          1.  SYSTEM_ID=linux-2.2-libc6-armv5te-cross-gcc3.3-softfloat

                          2.branch= hxclient_1_5_0_cayenne  or (hxclient_3_1_0_atlas)

                          3.profile=helix-client-all-defines

                          4. Target: splay

Thanks and Regards.
ROY.



______________________________________________________________________

Re: Remove Real codecs!!!!!
country flaguser name
United States
2007-09-20 13:52:46
Roy Samuel wrote:
> Hi,
> 
> I would like to know if there is anyway of building
splay and all related 
> .so (shared object) files such that real audio, real
video codecs can be 
> disabled. I'm getting eabi version incompatibility
errors with real codec 
> libraries...
> 
> I have successfully built splay_mp3 with profile
:hxclient-local-mp3. 
> I would like to build an splay such that only images,
such as (jpeg, png) 
> can be displayed.
> 
> If any of you have any suggestions on how to go about
doing the 
> same..please reply. All suggestions are welcome..

You can create a new target in the BIF file that is the
same
as 'splay' but does not include the codecs. However, the
easiest
thing to fix your problem is to build splay and just remove
the
codec DLLs (or .so):



cook.dll*
drv1.dll*
drv2.dll*
drvc.dll*
raac.dll*
rv10.dll*
rv20.dll*
rv30.dll*
rv40.dll*
sipr.dll*

Those should be all of the RV and RA codes.

Can you give us more info on the problem though? We have
plenty of people who are building and running on the ARM
platform just fine. Did you compile different parts of
the code with different tools chains or something?

--greg.



> 
> 
> Following are the options that i use for
crosscompliling.
> 
> arm 9 board running
>  montaVista(linux) with
>            1. gcc compiler 3.3.1
>            2. cross-compiler :arm_v5t_le-g++ version
3.4.3.
>            3. Kernel Version: 2.6.10
> 
>  The following were exported:
>                           1. 
>
SYSTEM_ID=linux-2.2-libc6-armv5te-cross-gcc3.3-softfloat
>                           2.branch=
hxclient_1_5_0_cayenne  or 
> (hxclient_3_1_0_atlas)
>                          
3.profile=helix-client-all-defines
>                           4. Target: splay
> 
> Thanks and Regards.
> ROY.
> 
> 
> 
> 
>
____________________________________________________________
__________
> 
> 
>
------------------------------------------------------------
------------
> 
> _______________________________________________
> Helix-client-dev mailing list
> Helix-client-devhelixcommunity.org
> http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev


_______________________________________________
Helix-client-dev mailing list
Helix-client-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev

Re: Remove Real codecs!!!!!
country flaguser name
United States
2007-09-20 13:57:03
Roy Samuel wrote:
> Hi,
> 
> I would like to know if there is anyway of building
splay and all related 
> .so (shared object) files such that real audio, real
video codecs can be 
> disabled. I'm getting eabi version incompatibility
errors with real codec 
> libraries...

I wonder if perhaps it is a problem with the distribution
libraries
you are using and your compiler tool chain. If you are using
a different
tool chain then what the distribution components are, the
you can
get this EABI version error. I am not an expert here, but
you might
try a different SYSTEM_ID to more closely match the tool
chain you
are using.

linux-2.2-libc6-armv5te-cross-gcc3.3-iwmmxt-softfloat.cf
linux-2.2-libc6-armv5te-cross-gcc3.3-ixp4xx-softfloat.cf


--greg.



> 
> I have successfully built splay_mp3 with profile
:hxclient-local-mp3. 
> I would like to build an splay such that only images,
such as (jpeg, png) 
> can be displayed.
> 
> If any of you have any suggestions on how to go about
doing the 
> same..please reply. All suggestions are welcome..
> 
> 
> Following are the options that i use for
crosscompliling.
> 
> arm 9 board running
>  montaVista(linux) with
>            1. gcc compiler 3.3.1
>            2. cross-compiler :arm_v5t_le-g++ version
3.4.3.
>            3. Kernel Version: 2.6.10
> 
>  The following were exported:
>                           1. 
>
SYSTEM_ID=linux-2.2-libc6-armv5te-cross-gcc3.3-softfloat
>                           2.branch=
hxclient_1_5_0_cayenne  or 
> (hxclient_3_1_0_atlas)
>                          
3.profile=helix-client-all-defines
>                           4. Target: splay
> 
> Thanks and Regards.
> ROY.
> 
> 
> 
> 
>
____________________________________________________________
__________
> 
> 
>
------------------------------------------------------------
------------
> 
> _______________________________________________
> Helix-client-dev mailing list
> Helix-client-devhelixcommunity.org
> http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev


_______________________________________________
Helix-client-dev mailing list
Helix-client-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev

RE: Remove Real codecs!!!!!
country flaguser name
United States
2007-09-20 16:44:26
Also, you might just try building with
the helix-client-all-defines-free profile. This
profile excludes all the HELIX_FEATURE_xxx defines
related to Real codecs (and any other proprietary
codecs).

Eric

=============================================
Eric Hyche (ehychereal.com)
Technical Lead
RealNetworks, Inc.  

> -----Original Message-----
> From: Greg Wright [mailto:gwrightreal.com] 
> Sent: Thursday, September 20, 2007 2:53 PM
> To: Roy Samuel
> Cc: helix-client-devhelixcommunity.org;
ehychereal.com
> Subject: Re: [Helix-client-dev] Remove Real
codecs!!!!!
> 
> Roy Samuel wrote:
> > Hi,
> > 
> > I would like to know if there is anyway of
building splay 
> and all related 
> > .so (shared object) files such that real audio,
real video 
> codecs can be 
> > disabled. I'm getting eabi version incompatibility
errors 
> with real codec 
> > libraries...
> > 
> > I have successfully built splay_mp3 with profile 
> :hxclient-local-mp3. 
> > I would like to build an splay such that only
images, such 
> as (jpeg, png) 
> > can be displayed.
> > 
> > If any of you have any suggestions on how to go
about doing the 
> > same..please reply. All suggestions are welcome..
> 
> You can create a new target in the BIF file that is the
same
> as 'splay' but does not include the codecs. However,
the easiest
> thing to fix your problem is to build splay and just
remove the
> codec DLLs (or .so):
> 
> 
> 
> cook.dll*
> drv1.dll*
> drv2.dll*
> drvc.dll*
> raac.dll*
> rv10.dll*
> rv20.dll*
> rv30.dll*
> rv40.dll*
> sipr.dll*
> 
> Those should be all of the RV and RA codes.
> 
> Can you give us more info on the problem though? We
have
> plenty of people who are building and running on the
ARM
> platform just fine. Did you compile different parts of
> the code with different tools chains or something?
> 
> --greg.
> 
> 
> 
> > 
> > 
> > Following are the options that i use for
crosscompliling.
> > 
> > arm 9 board running
> >  montaVista(linux) with
> >            1. gcc compiler 3.3.1
> >            2. cross-compiler :arm_v5t_le-g++
version 3.4.3.
> >            3. Kernel Version: 2.6.10
> > 
> >  The following were exported:
> >                           1. 
> >
SYSTEM_ID=linux-2.2-libc6-armv5te-cross-gcc3.3-softfloat
> >                           2.branch=
hxclient_1_5_0_cayenne  or 
> > (hxclient_3_1_0_atlas)
> >                          
3.profile=helix-client-all-defines
> >                           4. Target: splay
> > 
> > Thanks and Regards.
> > ROY.
> > 
> > 
> > 
> > 
> > 
>
____________________________________________________________
__________
> > 
> > 
> > 
>
------------------------------------------------------------
--
> ----------
> > 
> > _______________________________________________
> > Helix-client-dev mailing list
> > Helix-client-devhelixcommunity.org
> > http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev
> 


_______________________________________________
Helix-client-dev mailing list
Helix-client-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )