Skip to content

Commit a05d1e5

Browse files
committed
QOA used a global symbol, which made building on mingw fail
1 parent 1273d20 commit a05d1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playqoa/qoaplay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ static void qoaIdler(struct cpifaceSessionAPI_t *cpifaceSession)
133133
qoa_file_data_fill = 0;
134134
qoa_file_data_remaining = 0;
135135
qoa_needseek = 0;
136-
ringbuffer_reset (qoa_audio_ring_position);
136+
cpifaceSession->ringbufferAPI->reset (qoa_audio_ring_position);
137137
}
138138

139139
/* fill up the file I/O buffer */

0 commit comments

Comments
 (0)