Compile a modified plugin for Windows
Nirbheek Chauhan
nirbheek.chauhan at gmail.com
Fri May 11 12:24:30 UTC 2018
On Fri, May 11, 2018 at 5:29 PM David Gomez <ashkain64 at gmail.com> wrote:
> Hi all,
> I added a some features to a gstreamer plugin using the binaries in
Ubintu and now need generate the MSI installers for Windows. I'm consulting
the solution but I not have clear the correct proces.
> The steps are:
> 1 - Get a copy of Cerbero by cloning the git repository:
> 2 - bootstrapping process
> 3 - I asume in this step I need execute cerbero package gstreamer-1.0 and
add my modifications in
../cerbero/build/sources/linux_x86_64/pligin_to_modify
Not quite. What you should instead do is change the `remotes` variable in
the recipe to point to your own git repo (can be a local git checkout).
Then you can build it with the `package` command.
Cheers,
Nirbheek
More information about the gstreamer-devel
mailing list