mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-25 13:51:24 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- oss.c.orig 2005-11-23 18:54:03.000000000 +0000
|
||||
+++ oss.c 2005-12-01 23:12:55.475067800 +0000
|
||||
@@ -94,6 +94,7 @@
|
||||
static gint dsp_fragment_utime = 0;
|
||||
static gboolean dsp_select_works = FALSE;
|
||||
|
||||
+#define buffer_mutex buffer_mutex_oss
|
||||
-static pthread_mutex_t buffer_mutex;
|
||||
+pthread_mutex_t buffer_mutex;
|
||||
static pthread_t buffer_thread;
|
||||
static gboolean buffer_thread_finished;
|
||||
Reference in New Issue
Block a user