mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 865244 - Bustage fix again, on a CLOSED TREE.
This commit is contained in:
parent
a1cfd9438d
commit
9d6b0ad6a6
@ -427,6 +427,7 @@ audiotrack_stream_get_position(cubeb_stream * stream, uint64_t * position)
|
||||
static struct cubeb_ops const audiotrack_ops = {
|
||||
.init = audiotrack_init,
|
||||
.get_backend_id = audiotrack_get_backend_id,
|
||||
.get_max_channel_count = audiotrack_get_max_channel_count,
|
||||
.destroy = audiotrack_destroy,
|
||||
.stream_init = audiotrack_stream_init,
|
||||
.stream_destroy = audiotrack_stream_destroy,
|
||||
|
Loading…
Reference in New Issue
Block a user