Displaying 3 results from an estimated 3 matches for "oggplay_".
Did you mean:
oggplay
2008 Apr 30
4
[PATCH] browser_plugin - kate support, build fixes, and misc
2008/4/30 ogg.k.ogg.k at googlemail.com <ogg.k.ogg.k at googlemail.com>:
> > > Let me know if this works for you or not; eg. it may be necessary to
> > > also put X_EXTRA_LIBS etc. in src/Makefile.am.
> >
> > will try this.
>
> It worked fine for me, with no need to add anything to Makefile.am.
>
good
> > > > - bad pointer
2008 May 05
0
[PATCH] browser_plugin - kate support, build fixes, and misc
> hmm, perhaps we should add some configure arguments like
> --with-firefox-cflags= and --with-firefox-libs=
I've made it a single one, --with-gecko-sdk= and also default
include path and xpidl path to that if specified.
Also included are a patch that renames LIBOGGPLAY_* vars
to OGGPLAY_* to match the latest change to configure.ac, and
one that allows the audio to be compiled out - that one's you
may want to ignore, it just doesn't compile for me (ALSA 1.0.9)
but I sent that just in case.
Patches separated this time, sorry for not doing this earlier :)
C...
2008 Jun 02
1
[PATCH] browser_plugin - kate support, build fixes, and misc
...figure arguments like
>> --with-firefox-cflags= and --with-firefox-libs=
>
> I've made it a single one, --with-gecko-sdk= and also default
> include path and xpidl path to that if specified.
(applied after an email reminder, r3605)
> Also included are a patch that renames LIBOGGPLAY_* vars
> to OGGPLAY_* to match the latest change to configure.ac, and
the same fix was applied in r3600 and should have been attributed to
you as you'd sent this patch earlier, sorry
> one that allows the audio to be compiled out - that one's you
> may want to ignore, it just does...