summaryrefslogtreecommitdiff
path: root/package/vlc/patches/patch-src_posix_thread_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-01-16 11:59:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-01-17 08:44:44 +0100
commit5d33a85ff935273cef692a615993d70e6c249b0d (patch)
tree78077b9ee4297d7aa583049422f7614445d7a653 /package/vlc/patches/patch-src_posix_thread_c
parentc870fbc162e4ccdfc78c29560f46e811e1a92b17 (diff)
vlc: update to 3.0.18
Diffstat (limited to 'package/vlc/patches/patch-src_posix_thread_c')
-rw-r--r--package/vlc/patches/patch-src_posix_thread_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/vlc/patches/patch-src_posix_thread_c b/package/vlc/patches/patch-src_posix_thread_c
deleted file mode 100644
index 5c636c164..000000000
--- a/package/vlc/patches/patch-src_posix_thread_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- vlc-2.2.4.orig/src/posix/thread.c 2015-02-02 20:42:32.000000000 +0100
-+++ vlc-2.2.4/src/posix/thread.c 2016-09-24 20:34:51.776769484 +0200
-@@ -85,7 +85,7 @@ static clockid_t vlc_clock_id;
-
- static void vlc_clock_setup_once (void)
- {
--# if (_POSIX_MONOTONIC_CLOCK == 0)
-+# if (_POSIX_MONOTONIC_CLOCK == 0) && (_POSIX_CLOCK_SELECTION > 0)
- long val = sysconf (_SC_MONOTONIC_CLOCK);
- assert (val != 0);
- vlc_clock_id = (val < 0) ? CLOCK_REALTIME : CLOCK_MONOTONIC;