Hello,
I have pandabord running ubuntu 11.10.
I am in process of trying to build gstreamer with neon and other pandaboard optimization flags.
I can build gstreamer (10.35), gst-plugins-base (10.35), and othe pluging successfully.
I cannot build gst-ducati. It is givein lot of errors. Is this project abondoned?
I followed following steps :
gst clone https://git.gitorious.org/gstreamer-omap/gst-ducati.git
Then I ran autogen.sh; ./configure. make - but make fails, no such file omap_drm.h, omap_drmif.h, and on and on, then finally missing dmabuff related errors, dmabuff was supposed to be in gst-plugin-base/gst-lib/gst/. However I did not have it.
So I cloned git clone -b dmabuff from above url.
Then I tried to compile it. It still gives errors,
What is correct procedure to to build gst-ducati. It is giving lot of grief when I try to build.
I need to build it, along with all gstreamer plugins that I use, with omap4 optimization flags, such as neon,
Is there a replacement for gst-ducati?
Thank you
Marc