diff options
author | gahr <gahr@FreeBSD.org> | 2008-10-08 07:46:21 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-10-08 07:46:21 +0800 |
commit | cad1372c1a285d6af4ff4efc5ff7aedd054f1919 (patch) | |
tree | 0233b2dbee1578413739ee533d1186bbba073e95 /audio/jack/files | |
parent | 846c22b618da8eff741a0e6c6d5d77c0074e3150 (diff) | |
download | freebsd-ports-gnome-cad1372c1a285d6af4ff4efc5ff7aedd054f1919.tar.gz freebsd-ports-gnome-cad1372c1a285d6af4ff4efc5ff7aedd054f1919.tar.zst freebsd-ports-gnome-cad1372c1a285d6af4ff4efc5ff7aedd054f1919.zip |
- Update to 0.109.2
Diffstat (limited to 'audio/jack/files')
-rw-r--r-- | audio/jack/files/patch-config-os-generic-time.h | 13 | ||||
-rw-r--r-- | audio/jack/files/patch-drivers_dummy_dummy_driver.c | 15 | ||||
-rw-r--r-- | audio/jack/files/patch-example-clients_lsp.c | 14 |
3 files changed, 0 insertions, 42 deletions
diff --git a/audio/jack/files/patch-config-os-generic-time.h b/audio/jack/files/patch-config-os-generic-time.h deleted file mode 100644 index 41f57053a2ce..000000000000 --- a/audio/jack/files/patch-config-os-generic-time.h +++ /dev/null @@ -1,13 +0,0 @@ ---- config/os/generic/time.h.orig Fri May 26 04:45:16 2006 -+++ config/os/generic/time.h Wed Dec 6 08:22:45 2006 -@@ -24,7 +24,9 @@ - - #include <jack/internal.h> - --inline jack_time_t -+jack_time_t jack_get_microseconds_from_system (void); -+ -+static inline jack_time_t - jack_get_microseconds (void) { - return jack_get_microseconds_from_system (); - } diff --git a/audio/jack/files/patch-drivers_dummy_dummy_driver.c b/audio/jack/files/patch-drivers_dummy_dummy_driver.c deleted file mode 100644 index 3c2ca429d6e4..000000000000 --- a/audio/jack/files/patch-drivers_dummy_dummy_driver.c +++ /dev/null @@ -1,15 +0,0 @@ ---- drivers/dummy/dummy_driver.c.orig Sun Dec 10 16:31:55 2006 -+++ drivers/dummy/dummy_driver.c Sun Dec 10 16:32:27 2006 -@@ -41,10 +41,11 @@ - /* this is used for calculate what counts as an xrun */ - #define PRETEND_BUFFER_SIZE 4096 - -+#define VIDEO_SYNC_PERIOD 48000 / 30 -+ - void - FakeVideoSync( dummy_driver_t *driver ) - { -- static const int VIDEO_SYNC_PERIOD = 48000 / 30; - static int vidCounter = VIDEO_SYNC_PERIOD; - - int period = driver->period_size; diff --git a/audio/jack/files/patch-example-clients_lsp.c b/audio/jack/files/patch-example-clients_lsp.c deleted file mode 100644 index 43162c3a1e0f..000000000000 --- a/audio/jack/files/patch-example-clients_lsp.c +++ /dev/null @@ -1,14 +0,0 @@ ---- example-clients/lsp.c.orig Fri May 26 11:45:08 2006 -+++ example-clients/lsp.c Thu Dec 7 16:58:45 2006 -@@ -120,9 +120,9 @@ - ports = jack_get_ports (client, NULL, NULL, 0); - - for (i = 0; ports[i]; ++i) { -- printf ("%s\n", ports[i]); -- - jack_port_t *port = jack_port_by_name (client, ports[i]); -+ -+ printf ("%s\n", ports[i]); - - if (show_con) { - if ((connections = jack_port_get_all_connections (client, jack_port_by_name(client, ports[i]))) != 0) { |