diff options
Diffstat (limited to 'audio/cheesetracker/files/patch-common-drivers-posix-sound_driver_jack.h')
-rw-r--r-- | audio/cheesetracker/files/patch-common-drivers-posix-sound_driver_jack.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/cheesetracker/files/patch-common-drivers-posix-sound_driver_jack.h b/audio/cheesetracker/files/patch-common-drivers-posix-sound_driver_jack.h new file mode 100644 index 000000000000..8f5df7e06548 --- /dev/null +++ b/audio/cheesetracker/files/patch-common-drivers-posix-sound_driver_jack.h @@ -0,0 +1,11 @@ +--- common/drivers/posix/sound_driver_jack.h.orig Thu Apr 12 00:09:04 2007 ++++ common/drivers/posix/sound_driver_jack.h Thu Apr 12 00:09:21 2007 +@@ -72,7 +72,7 @@ + + int jack_callback_nframes; + +- Sound_Driver::Status Sound_Driver_JACK::process(); ++ Sound_Driver::Status process(); + + static int process_jack_callback(jack_nframes_t nframes,void *arg); + static int jack_set_mixfreq(jack_nframes_t nframes,void *arg); |