Mike, Have you ran "libtoolize --copy --force"? Does it give an error?
As far as changing a existing plugin. You will have to edit src/Makefile.am then run automake to change which files it compiles. Then run autogen.sh. I 'm not much good at automake, but I know there are other settings at the top level that you can/should edit also. Package name for example. You also probably want to change the .so you are making. This is also done in src/Makefile.am. If you copy an existing plugin, or use the gst-template, you still have to make the same changes to the automake files. Unless you want your plugin called libgstplugin.so. Tyler On Mon, Apr 21, 2008 at 11:58 PM, Mike Patton <[EMAIL PROTECTED]> wrote: > Hey all, > I have downloaded and successfully built the ti plugins for the Davinci > gstreamer, but I want to make a plugin of my own. > I have read the gstreamer plugin writers guide, and thought I'd start from > the gst-template. > That only comes with a autogen.sh to make everything, and it bombs with > the following error: > configure: error: > *** [Gentoo] sanity check failed! *** > *** libtool.m4 and ltmain.sh have a version mismatch! *** > *** (libtool.m4 = 1.5.26, ltmain.sh = 1.5.8) *** > Please run: > libtoolize --copy --force > > I have also tried to just copy one of the ti_plugin dir, and wanted to > just replace the source files with mine, and edit the makefile > appropriately, but I failed. > I'm clearly not as well versed in this build procedure as I thought. > > Can anyone either > a) tell me how to get the gst-template to build using a cross compile > b) give/point to a few simple steps on how to build a new plugin, (beyond > what's in the plugins' writers guide) > or > c)suggest how to copy an existing, building plugin and modify it to just > use my source files and then cross compile. > > Sorry for my ignorance, > Mike > > _______________________________________________ > Davinci-linux-open-source mailing list > [email protected] > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source >
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
