Compiling latest omapfbplay sources

I noticed that omapfbplay were changed in last two weeks.
I want to try decodig of H264 via the DCE.
I tried to (cross)compile omapfbfplay with the DCE flag activated but
it complains about these headers

  27 #include <memmgr/tilermem.h>
  28 #include <memmgr/memmgr.h>
  29 #include <dce/dce.h>
  30 #include <dce/xdc/std.h>
  31 #include <dce/ti/sdo/ce/Engine.h>
  32 #include <dce/ti/sdo/ce/video3/viddec3.h>
  33 #include <dce/ti/sdo/codecs/h264dec/ih264vdec.h>

Where to get them? I looked in the ti-codec-engine suite of packages
but I didn't find them.

Best Regards,
Tarter Giovanni

Tarter Giovanni wrote:

I noticed that omapfbplay were changed in last two weeks.
I want to try decodig of H264 via the DCE.
I tried to (cross)compile omapfbfplay with the DCE flag activated but
it complains about these headers

   27 #include<memmgr/tilermem.h>
   28 #include<memmgr/memmgr.h>
   29 #include<dce/dce.h>
   30 #include<dce/xdc/std.h>
   31 #include<dce/ti/sdo/ce/Engine.h>
   32 #include<dce/ti/sdo/ce/video3/viddec3.h>
   33 #include<dce/ti/sdo/codecs/h264dec/ih264vdec.h>

Where to get them? I looked in the ti-codec-engine suite of packages
but I didn't find them.

there is no dce on the omap3/beagleboard, its for omap4/pandaboard only

Thanks. I'm realizing I didn't understood what dce is.
What is its "commercial" name (or more known name) to look about it
(because I didn't find much information until now)?

Tarter Giovanni wrote:

Thanks. I'm realizing I didn't understood what dce is.
What is its "commercial" name (or more known name) to look about it
(because I didn't find much information until now)?

I doubt it has a "commercial" name. I guess its "distributed codec
engine" in contrast to D-OMX which is "distributed" OMX and which
some people do not seem to like and thus try to replace...