[Helix-client-dev] Remove Real codecs!!!!!
Greg Wright gwright at real.comRoy 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-dev at helixcommunity.org > http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev