Displaying 2 results from an estimated 2 matches for "oggplay_set_track_inact".
2008 Apr 21
4
[PATCH] liboggplay - kate support, build fixes, and misc
...s 0.7.1 !?
- don't use imlib2 (nor dump-first-frame) if it isn't here (I didn't
have this when I started hacking on liboggplay)
- frob the CFLAGS/LIBS in Makefile.am to make it build for me (you
want to look at this and only pick what seems correct to you, as I'm
hazy on that one)
- oggplay_set_track_inactive is now exposed in the API (I needed this
to switch kate tracks
on the fly in the browser plugin)
Cheers
-------------- next part --------------
A non-text attachment was scrubbed...
Name: liboggplay-with-kate.diff
Type: text/x-patch
Size: 25497 bytes
Desc: not available
Url : http://lists.xiph...
2008 Apr 21
0
[PATCH] liboggplay - kate support, build fixes, and misc
...en I started hacking on liboggplay)
> - frob the CFLAGS/LIBS in Makefile.am to make it build for me (you
> want to look at this and only pick what seems correct to you, as I'm
> hazy on that one)
thanks, you added a missing $(FISHSOUND_CFLAGS) to src/liboggplay/Makefile.am
> - oggplay_set_track_inactive is now exposed in the API (I needed this
> to switch kate tracks
> on the fly in the browser plugin)
ok!
There seems to be some inconsistency in the changes to the type of
sample_in_record and its accessor: the field was changed from int to
ogg_int64_t in src/liboggplay/oggplay_callbac...