Changeset 361
- Timestamp:
- 02/19/06 13:20:00 (3 years ago)
- Files:
-
- sweep/branches/sweep-jack-testing/src/play.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sweep/branches/sweep-jack-testing/src/play.c
r356 r361 68 68 #define USE_MONITOR_KEY "UseMonitor" 69 69 70 #ifdef DRIVER_JACK 70 71 extern jack_client_t * jack_client; 72 #endif 71 73 72 74 GMutex * play_mutex = NULL; … … 719 721 if (*heads == NULL) return; 720 722 721 n = PSIZ;722 723 723 for (gl = *heads; gl; gl = gl_next) { 724 724
